Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b95817fbe0977bf39c4acbea83261645cbd73b97)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b95817fbe0977bf39c4acbea83261645cbd73b97)
  • Date: Wed, 6 Sep 2023 13:42:49 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/qpdf/DETAILS | 2 +-
doc/qpdf/HISTORY | 3 +++
printer/cups-filters/BUILD | 3 +++
printer/cups-filters/DETAILS | 8 ++++----
printer/cups-filters/HISTORY | 4 ++++
utils/timewarrior/DETAILS | 4 ++--
utils/timewarrior/HISTORY | 3 +++
7 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit b95817fbe0977bf39c4acbea83261645cbd73b97
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

timewarrior 1.5.0

commit 4992700383e7e19291d7f5070d372fa0dea2dbeb
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cups-filters 1.28.17

commit d35362a1d71489aa3886d4698673a2e6793fe906
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cups-filters: Fix build against qpdf 11.4.0+

commit 2b6d65ec6ad51d45538c6526b28f30a1d84b8152
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cups-filters: Add Watch line

commit baef3b4bee2d8ad8a370655cb4fa60ba5816552b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qpdf 11.6.1

diff --git a/doc/qpdf/DETAILS b/doc/qpdf/DETAILS
index 0a4198a..a2690c8 100755
--- a/doc/qpdf/DETAILS
+++ b/doc/qpdf/DETAILS
@@ -1,6 +1,6 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=qpdf
- VERSION=11.4.0
+ VERSION=11.6.1
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index 5bdd50b..f313a0e 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,6 @@
+2023-09-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 11.6.1
+
2023-05-25 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 11.4.0

diff --git a/printer/cups-filters/BUILD b/printer/cups-filters/BUILD
index ceed81c..0650f08 100755
--- a/printer/cups-filters/BUILD
+++ b/printer/cups-filters/BUILD
@@ -3,4 +3,7 @@ CFLAGS+=" -Wno-deprecated-declarations
-Wno-stringop-truncation" &&
OPTS+=" $CPF_OPTS" &&
OPTS+=" --with-rcdir=no --disable-mutool" &&
CPPFLAGS+=" -Wno-deprecated-declarations" &&
+# C++17 is required to build against qpdf 11.4.0+
+# (not detected as of cups-filters 1.28.17)
+CXXFLAGS+=' -std=c++17' &&
default_build
diff --git a/printer/cups-filters/DETAILS b/printer/cups-filters/DETAILS
index 6192022..b3dc641 100755
--- a/printer/cups-filters/DETAILS
+++ b/printer/cups-filters/DETAILS
@@ -1,11 +1,11 @@
+# Watch: https://github.com/OpenPrinting/cups-filters/tags
tags/([0-9.]+)[.]tar
SPELL=cups-filters
- VERSION=1.28.16
-
SOURCE_HASH=sha512:0369f96a8ae5e33bf75c8765947d5ad7285b3532e9d9b0ded7e206798834c9ade3a2ac3f1d16e0fdd43346f2bc7852c541130e935cbb20f9c1239a53118d1239
+ VERSION=1.28.17
+
SOURCE_HASH=sha512:320544a48206165581adafb28dbef58f39c66bebd3641be3d180a692605349d9e6af6d464044db9f7bda17a67f4a079370d8cc880cd7873d684b2209882deb35
SECURITY_PATCH=3
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=https://www.openprinting.org/download/$SPELL/$SOURCE
+
SOURCE_URL[0]="https://github.com/OpenPrinting/$SPELL/releases/download/$VERSION/$SOURCE";
WEB_SITE=https://www.openprinting.org
ENTERED=20120727
LICENSE[0]=https://www.cups.org/faq0003.html
diff --git a/printer/cups-filters/HISTORY b/printer/cups-filters/HISTORY
index 67dbc9c..72b738c 100644
--- a/printer/cups-filters/HISTORY
+++ b/printer/cups-filters/HISTORY
@@ -1,3 +1,7 @@
+2023-09-06 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: fixed build against qpdf 11.4.0+
+ * DETAILS: updated spell to 1.28.17
+
2022-08-26 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.28.16

diff --git a/utils/timewarrior/DETAILS b/utils/timewarrior/DETAILS
index afa760e..cbd8c5c 100755
--- a/utils/timewarrior/DETAILS
+++ b/utils/timewarrior/DETAILS
@@ -1,9 +1,9 @@
. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=timewarrior
- VERSION=1.4.3
+ VERSION=1.5.0
SOURCE="timew-$VERSION.tar.gz"

SOURCE_URL[0]=https://github.com/GothenburgBitFactory/$SPELL/releases/download/v$VERSION/$SOURCE
-
SOURCE_HASH=sha512:89c98ad19d3a5ab5d4e02819d79e553cca4e93da99ec02bbf845b96b421cd084f6786de160e90c97854b50da49448472e9a4c7d23e75c8a93ecd67dda768b24a
+
SOURCE_HASH=sha512:b702ee640f06cd9fa970e67be2e8c2fc1c315e4054885d627695148c5e3acc69c4419c715466c6635de252003929b8e46d99668ab0943d8199bea5bc83c60b8b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/timew-$VERSION"
# Watch: https://timewarrior.net/ timew-([0-9.]+)[.]tar
WEB_SITE="https://timewarrior.net/";
diff --git a/utils/timewarrior/HISTORY b/utils/timewarrior/HISTORY
index f66b6e2..8072dc9 100644
--- a/utils/timewarrior/HISTORY
+++ b/utils/timewarrior/HISTORY
@@ -1,2 +1,5 @@
+2023-09-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.5.0
+
2022-05-06 Ismael Luceno <ismael AT sourcemage.org>
* CONFIGURE, DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (b95817fbe0977bf39c4acbea83261645cbd73b97), Ismael Luceno, 09/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page