Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b26b15ccacd76a98319c0519d6a32347ef7c3570)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b26b15ccacd76a98319c0519d6a32347ef7c3570)
  • Date: Mon, 3 Jun 2013 04:37:16 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

doc/qpdf/HISTORY | 3 +++
doc/qpdf/UP_TRIGGERS | 18 ++++++++++++++++++
printer/cups-filters/BUILD | 3 +++
printer/cups-filters/DETAILS | 1 +
printer/cups-filters/HISTORY | 4 ++++
5 files changed, 29 insertions(+)

New commits:
commit b26b15ccacd76a98319c0519d6a32347ef7c3570
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cups-filters: disable installation of distro-specific init stuff

commit fe88ce80a33f8e9b099801d07ef1ced89f428455
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

qpdf: fixed migration on major/minor spell updates

diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index 3c6cefb..2f5640e 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,6 @@
+2013-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * UP_TRIGGERS: added, for proper migration on major/minor spell
updates
+
2013-05-04 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.1.0

diff --git a/doc/qpdf/UP_TRIGGERS b/doc/qpdf/UP_TRIGGERS
new file mode 100755
index 0000000..ab60755
--- /dev/null
+++ b/doc/qpdf/UP_TRIGGERS
@@ -0,0 +1,18 @@
+# up_trigger everything on minor version updates
+
+if spell_ok $SPELL; then
+ local OLD_SPELL_VERSION="$(installed_version $SPELL)"
+
+ if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
+ message "This is a possibly incompatible update of $SPELL..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+
+ for each in $(show_up_depends $SPELL 1); do
+ # Check if the binaries link against libqpdf.so.*
+ if gaze install $each | xargs readelf -d 2> /dev/null |
+ grep -q "NEEDED.*libqpdf\.so"; then
+ up_trigger $each cast_self
+ fi
+ done
+ fi
+fi
diff --git a/printer/cups-filters/BUILD b/printer/cups-filters/BUILD
new file mode 100755
index 0000000..695f4c8
--- /dev/null
+++ b/printer/cups-filters/BUILD
@@ -0,0 +1,3 @@
+OPTS="--with-rcdir=no $OPTS" &&
+
+default_build
diff --git a/printer/cups-filters/DETAILS b/printer/cups-filters/DETAILS
index bace2ca..1e74a50 100755
--- a/printer/cups-filters/DETAILS
+++ b/printer/cups-filters/DETAILS
@@ -1,5 +1,6 @@
SPELL=cups-filters
VERSION=1.0.34
+ PATCHLEVEL=1

SOURCE_HASH=sha512:1cb8e0e5998f09512276bcca17d8635223ed3717573460b351fdd5a11bcb0fc4dd46771afc1ff9c2f87d007f8035c78704dea7afc2d67978d09c035ed58cebd6
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.xz
diff --git a/printer/cups-filters/HISTORY b/printer/cups-filters/HISTORY
index 7d00e80..2f597cb 100644
--- a/printer/cups-filters/HISTORY
+++ b/printer/cups-filters/HISTORY
@@ -1,3 +1,7 @@
+2013-06-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: added, to disable installation of distro-specific init stuff
+
2013-04-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.34




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b26b15ccacd76a98319c0519d6a32347ef7c3570), Vlad Glagolev, 06/03/2013

Archive powered by MHonArc 2.6.24.

Top of Page