Skip to Content.
Sympa Menu

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

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 (020a263d6c0330e4a0e8999871890664ba30fb77)
  • Date: Wed, 11 Jul 2012 12:12:08 -0500

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

graphics/libgphoto2/DETAILS | 4 ++--
graphics/libgphoto2/HISTORY | 4 ++++
graphics/libgphoto2/UP_TRIGGERS | 10 ++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 020a263d6c0330e4a0e8999871890664ba30fb77
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libgphoto2: => 2.5.0

diff --git a/graphics/libgphoto2/DETAILS b/graphics/libgphoto2/DETAILS
index 2191675..6ffe74c 100755
--- a/graphics/libgphoto2/DETAILS
+++ b/graphics/libgphoto2/DETAILS
@@ -1,6 +1,6 @@
SPELL=libgphoto2
- VERSION=2.4.14
-
SOURCE_HASH=sha512:4abc89ee2d714deab98cdba84d0497b7262105ade3b3c43eaa8936b6e5359a8dc50c49c217fff37f013e0ce7404b82b4c7c2f90af49274a3ecb9f15e10747a73
+ VERSION=2.5.0
+
SOURCE_HASH=sha512:160ca4efba3d3fecf9b9f53234169121c9910b15736b6bd9b813763ae80b50632243f6dc5b5ef8bc9bae4450bf1d17fd9c1fe1eadd682e2d0c48b813fe97998c
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/gphoto/$SOURCE
diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 63008c9..562fe5d 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,7 @@
+2012-07-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.0
+ * UP_TRIGGERS: added, this update is BINARY INCOMPATIBLE
+
2012-06-11 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: LIBUSB => libusb-compat

diff --git a/graphics/libgphoto2/UP_TRIGGERS b/graphics/libgphoto2/UP_TRIGGERS
new file mode 100755
index 0000000..b7667ee
--- /dev/null
+++ b/graphics/libgphoto2/UP_TRIGGERS
@@ -0,0 +1,10 @@
+# this makes ABI changes automatically cast those that depend on
+# libgphoto2 via an up_trigger
+
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION}" != "${OLD_SPELL_VERSION}" ]; then
+ for each in $(show_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (020a263d6c0330e4a0e8999871890664ba30fb77), Treeve Jelbert, 07/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page