Skip to Content.
Sympa Menu

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

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 (0b32cbdf2ae5270418d9a4f3ccadc93491568246)
  • Date: Mon, 4 Dec 2023 09:51:31 +0000

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

kde5-apps/kid3/DEPENDS | 12 +++++++++---
kde5-apps/kid3/HISTORY | 3 +++
kde5-extra/libqaccessibilityclient/DETAILS | 2 +-
kde5-extra/libqaccessibilityclient/HISTORY | 3 +++
openprinting/pdfio/BUILD | 1 +
openprinting/pdfio/DETAILS | 2 +-
openprinting/pdfio/HISTORY | 4 ++++
python-pypi/borgbackup/DETAILS | 2 +-
python-pypi/borgbackup/HISTORY | 3 +++
python-pypi/cython/DETAILS | 4 ++--
python-pypi/cython/HISTORY | 3 +++
11 files changed, 31 insertions(+), 8 deletions(-)

New commits:
commit 0b32cbdf2ae5270418d9a4f3ccadc93491568246
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

cython: => 3.0.6

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

borgbackup: => 1.2.7

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

pdfio: => 1.1.4

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

libqaccessibilityclient: => 0.6.0

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

kid3 - tweak depends

diff --git a/kde5-apps/kid3/DEPENDS b/kde5-apps/kid3/DEPENDS
index fbdf7c8..fadf630 100755
--- a/kde5-apps/kid3/DEPENDS
+++ b/kde5-apps/kid3/DEPENDS
@@ -7,11 +7,17 @@ else
depends qtquickcontrols2 &&
depends qtsvg
fi &&
-depends libxslt &&
-depends kio &&
-depends kdoctools &&
+
+depends kconfig &&
+depends kconfigwidgets &&
+depends kcoreaddons &&
+depends kdoctools &&
+depends kwidgetsaddons &&
+depends kxmlgui &&
+
depends taglib &&
depends id3lib &&
+depends libxslt &&
depends mp4v2 &&

optional_depends libvorbis '' '' 'Ogg Vorbis support' &&
diff --git a/kde5-apps/kid3/HISTORY b/kde5-apps/kid3/HISTORY
index e7b5b40..c3258dc 100644
--- a/kde5-apps/kid3/HISTORY
+++ b/kde5-apps/kid3/HISTORY
@@ -1,3 +1,6 @@
+2023-12-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: updated
+
2023-07-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.9.4
* DEPENDS: add qt6 support
diff --git a/kde5-extra/libqaccessibilityclient/DETAILS
b/kde5-extra/libqaccessibilityclient/DETAILS
index a66e719..aa77f5e 100755
--- a/kde5-extra/libqaccessibilityclient/DETAILS
+++ b/kde5-extra/libqaccessibilityclient/DETAILS
@@ -1,5 +1,5 @@
SPELL=libqaccessibilityclient
- VERSION=0.5.0
+ VERSION=0.6.0
SOURCE_HASH=sha512:
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
diff --git a/kde5-extra/libqaccessibilityclient/HISTORY
b/kde5-extra/libqaccessibilityclient/HISTORY
index 0de805b..8a7c1d3 100644
--- a/kde5-extra/libqaccessibilityclient/HISTORY
+++ b/kde5-extra/libqaccessibilityclient/HISTORY
@@ -1,3 +1,6 @@
+2023-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.0
+
2023-11-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.0

diff --git a/openprinting/pdfio/BUILD b/openprinting/pdfio/BUILD
index d352991..ecb805c 100755
--- a/openprinting/pdfio/BUILD
+++ b/openprinting/pdfio/BUILD
@@ -1,3 +1,4 @@
cd $SOURCE_DIRECTORY &&
#default_build
+OPTS+=" --disable-static" &&
make all-shared
diff --git a/openprinting/pdfio/DETAILS b/openprinting/pdfio/DETAILS
index 3bdbe2e..e58a853 100755
--- a/openprinting/pdfio/DETAILS
+++ b/openprinting/pdfio/DETAILS
@@ -1,5 +1,5 @@
SPELL=pdfio
- VERSION=1.1.3
+ VERSION=1.1.4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$SPELL-$VERSION
WEB_SITE=https://www.msweet.org/pdfio
diff --git a/openprinting/pdfio/HISTORY b/openprinting/pdfio/HISTORY
index 707f9f7..ba54e9c 100644
--- a/openprinting/pdfio/HISTORY
+++ b/openprinting/pdfio/HISTORY
@@ -1,3 +1,7 @@
+2023-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.4
+ * BUILD: disable static
+
2023-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: add gpg checking
* DETAILS: version 1.1.3
diff --git a/python-pypi/borgbackup/DETAILS b/python-pypi/borgbackup/DETAILS
index 4ac27b4..5283e6b 100755
--- a/python-pypi/borgbackup/DETAILS
+++ b/python-pypi/borgbackup/DETAILS
@@ -1,5 +1,5 @@
SPELL=borgbackup
- VERSION=1.2.6
+ VERSION=1.2.7
SECURITY_PATCH=1
SOURCE="$SPELL-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/borgbackup/borg/releases/download/$VERSION/$SOURCE
diff --git a/python-pypi/borgbackup/HISTORY b/python-pypi/borgbackup/HISTORY
index 0b3dfeb..0d9c1aa 100644
--- a/python-pypi/borgbackup/HISTORY
+++ b/python-pypi/borgbackup/HISTORY
@@ -1,3 +1,6 @@
+2023-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.7
+
2023-10-15 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: allow msgpack 1.0.7
* INSTAILL: not needed
diff --git a/python-pypi/cython/DETAILS b/python-pypi/cython/DETAILS
index 66bcf6c..6097285 100755
--- a/python-pypi/cython/DETAILS
+++ b/python-pypi/cython/DETAILS
@@ -1,8 +1,8 @@
SPELL=cython
- VERSION=3.0.3
+ VERSION=3.0.6
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=https://github.com/cython/cython/archive/${VERSION}.tar.gz
-
SOURCE_HASH=sha512:c27c16abaf0122ad61e0eeb92aa80a33fc491332b8ebec209cd1810d2b0e3bf14fe1e81838803b86f407520a6d6f7ab8b84d97e495e7d91fd6f7702a46980caa
+
SOURCE_HASH=sha512:f1d33775166d0b6541ea98bee5d4186fc6128aad788323224397c1f3ba0a058141ac84a8b3baa4885204dcbf0979141bc4b5316342003e96208952f040f31753
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://www.cython.org/
ENTERED=20100106
diff --git a/python-pypi/cython/HISTORY b/python-pypi/cython/HISTORY
index f4fb15c..4465261 100644
--- a/python-pypi/cython/HISTORY
+++ b/python-pypi/cython/HISTORY
@@ -1,3 +1,6 @@
+2023-12-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.0.6
+
2023-10-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.3




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (0b32cbdf2ae5270418d9a4f3ccadc93491568246), Treeve Jelbert, 12/04/2023

Archive powered by MHonArc 2.6.24.

Top of Page