Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6e78fe030e012f531f2eaadf4e69c4c450844609)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6e78fe030e012f531f2eaadf4e69c4c450844609)
  • Date: Tue, 18 Oct 2022 07:35:17 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

python-pypi/bup/DETAILS | 4 ++--
python-pypi/bup/HISTORY | 4 ++++
python-pypi/bup/patches/config.patch | 17 -----------------
xorg-lib/libpciaccess/DETAILS | 4 ++--
xorg-lib/libpciaccess/HISTORY | 3 +++
xorg-lib/libxkbfile/DETAILS | 4 ++--
xorg-lib/libxkbfile/HISTORY | 3 +++
xorg-lib/libxmu/DETAILS | 4 ++--
xorg-lib/libxmu/HISTORY | 3 +++
xorg-lib/libxpresent/DETAILS | 13 ++++++++-----
xorg-lib/libxpresent/HISTORY | 4 ++++
11 files changed, 33 insertions(+), 30 deletions(-)

New commits:
commit 6e78fe030e012f531f2eaadf4e69c4c450844609
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxpresent: => 1.0.1

commit e0d1e99e3deb7e21a57afa4e1dcc71ede8800f6c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxkbfile: => 1.1.1

commit 93c7c39fb0c869e3ef2c4ee41a87bb8e60dfa225
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libpciaccess: => 0.17

commit 25ba0757c124c63190d0656c66fe31e600f53e64
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxmu: => 1.1.4

commit 5122544a0c88125dc50eb2d4af75441003959159
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bup: => 0.33

diff --git a/python-pypi/bup/DETAILS b/python-pypi/bup/DETAILS
index e0571e8..ef824ce 100755
--- a/python-pypi/bup/DETAILS
+++ b/python-pypi/bup/DETAILS
@@ -1,6 +1,6 @@
SPELL=bup
- VERSION=0.32
-
SOURCE_HASH=sha512:e023c1d8486a9ccd373b28a37dbb1b9c819f1cb01d4409457db0f6d90b7005d37c3e321d675465cfde62ca5ce52ebfa8fda8e7392098d446d43d984e9969521d
+ VERSION=0.33
+
SOURCE_HASH=sha512:e2815686ea6a5d36d3732bba680b6615b72c063d7d2c53b4af3f2080a5ba8a5a4d204b7fa450391078b7b76501879722d324fedcdb5d7ad77d08a716d2472a10
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/python-pypi/bup/HISTORY b/python-pypi/bup/HISTORY
index 17f2701..62cd8aa 100644
--- a/python-pypi/bup/HISTORY
+++ b/python-pypi/bup/HISTORY
@@ -1,3 +1,7 @@
+2022-10-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.33
+ * patches/config.patch: update
+
2021-01-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.32

diff --git a/python-pypi/bup/patches/config.patch
b/python-pypi/bup/patches/config.patch
index 2214772..70a1803 100644
--- a/python-pypi/bup/patches/config.patch
+++ b/python-pypi/bup/patches/config.patch
@@ -8,23 +8,6 @@ diff --git a/config/configure b/config/configure
index bbf5fb3..34ee442 100755
--- a/config/configure
+++ b/config/configure
-@@ -192,12 +192,14 @@ if pkg-config readline; then
- # It looks like it's not uncommon for pkg-config to provide a -I
- # that doesn't support the documentation's specified #include
- # <readline/readline.h>. See what's really going on.
-- if bup_try_c_code "#include <readline/readline.h> $readline_test_code" \
-+ if bup_try_c_code "#include <stdio.h>
-+ #include <readline/readline.h> $readline_test_code" \
- "$bup_readline_cflags"
- then
- bup_have_readline=1
- bup_readline_includes_in_subdir=1
-- elif bup_try_c_code "#include <readline.h> $readline_test_code" \
-+ elif bup_try_c_code "#include <stdio.h>
-+ #include <readline.h> $readline_test_code" \
- "$bup_readline_cflags"
- then
- bup_have_readline=1
@@ -210,11 +212,13 @@ if pkg-config readline; then
fi
fi
diff --git a/xorg-lib/libpciaccess/DETAILS b/xorg-lib/libpciaccess/DETAILS
index 9bd9b8d..cd39edf 100755
--- a/xorg-lib/libpciaccess/DETAILS
+++ b/xorg-lib/libpciaccess/DETAILS
@@ -1,7 +1,7 @@
SPELL=libpciaccess
- VERSION=0.16
+ VERSION=0.17
PATCHLEVEL=1
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL}-${VERSION}.tar.xz"

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-lib/libpciaccess/HISTORY b/xorg-lib/libpciaccess/HISTORY
index 6026fd0..9491f5f 100644
--- a/xorg-lib/libpciaccess/HISTORY
+++ b/xorg-lib/libpciaccess/HISTORY
@@ -1,3 +1,6 @@
+2022-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.17
+
2020-09-09 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILD, UP_TRIGGERS: drop libtool archives
* DETAILS: ++PATCHLEVEL
diff --git a/xorg-lib/libxkbfile/DETAILS b/xorg-lib/libxkbfile/DETAILS
index 3d088b5..ababfe6 100755
--- a/xorg-lib/libxkbfile/DETAILS
+++ b/xorg-lib/libxkbfile/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxkbfile
PKG=libxkbfile
- VERSION=1.1.0
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.1
+ SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-lib/libxkbfile/HISTORY b/xorg-lib/libxkbfile/HISTORY
index 4e5e938..f617737 100644
--- a/xorg-lib/libxkbfile/HISTORY
+++ b/xorg-lib/libxkbfile/HISTORY
@@ -1,3 +1,6 @@
+2022-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/xorg-lib/libxmu/DETAILS b/xorg-lib/libxmu/DETAILS
index b38c661..02ad900 100755
--- a/xorg-lib/libxmu/DETAILS
+++ b/xorg-lib/libxmu/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxmu
PKG=libXmu
- VERSION=1.1.3
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.4
+ SOURCE=${PKG}-${VERSION}.tar.xz

SOURCE_URL[0]=https://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
diff --git a/xorg-lib/libxmu/HISTORY b/xorg-lib/libxmu/HISTORY
index 0c75d69..8b35193 100644
--- a/xorg-lib/libxmu/HISTORY
+++ b/xorg-lib/libxmu/HISTORY
@@ -1,3 +1,6 @@
+2022-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)

diff --git a/xorg-lib/libxpresent/DETAILS b/xorg-lib/libxpresent/DETAILS
index e4c3aee..4d139c5 100755
--- a/xorg-lib/libxpresent/DETAILS
+++ b/xorg-lib/libxpresent/DETAILS
@@ -1,11 +1,14 @@
SPELL=libxpresent
SPELLX=libXpresent
- VERSION=1.0.0
-
SOURCE_HASH=sha512:e88b4ec4fcbc0417a0cbecc0ecd73f8085c496dc6d1a4902b6550750a69a1cb8bb76c436c7941ee3bf3c61ffc85bbd8f8327fca30f14815dbef1cd53bb8db16b
- SOURCE=$SPELLX-$VERSION.tar.bz2
- SOURCE_URL[0]=http://xorg.freedesktop.org/archive/individual/lib/$SOURCE
+ VERSION=1.0.1
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/lib/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
- WEB_SITE=http://xorg.freedesktop.org
+ WEB_SITE=https://xorg.freedesktop.org
LICENSE[0]=GPL
ENTERED=20150419
KEYWORDS="X11"
diff --git a/xorg-lib/libxpresent/HISTORY b/xorg-lib/libxpresent/HISTORY
index e93315e..11336c3 100644
--- a/xorg-lib/libxpresent/HISTORY
+++ b/xorg-lib/libxpresent/HISTORY
@@ -1,3 +1,7 @@
+2022-10-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: add gpg checking
+ * DETAILS: version 1.0.1
+
2022-07-27 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: switch to PKG-CONFIG provider (automated)




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6e78fe030e012f531f2eaadf4e69c4c450844609), Treeve Jelbert, 10/18/2022

Archive powered by MHonArc 2.6.24.

Top of Page