Skip to Content.
Sympa Menu

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

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 (6d32db59389d58026f472829ab1cd452cd6509da)
  • Date: Sun, 10 Jan 2016 16:41:25 +0000

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

graphics/libgphoto2/HISTORY | 3 +++
graphics/libgphoto2/UP_TRIGGERS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

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

libgphoto2 - improve UP_TRIGGERS

diff --git a/graphics/libgphoto2/HISTORY b/graphics/libgphoto2/HISTORY
index 76a508a..e8e3aa6 100644
--- a/graphics/libgphoto2/HISTORY
+++ b/graphics/libgphoto2/HISTORY
@@ -1,3 +1,6 @@
+2016-01-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * UP_TRIGGERS: improve
+
2016-01-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.9

diff --git a/graphics/libgphoto2/UP_TRIGGERS b/graphics/libgphoto2/UP_TRIGGERS
index b7667ee..2aca904 100755
--- a/graphics/libgphoto2/UP_TRIGGERS
+++ b/graphics/libgphoto2/UP_TRIGGERS
@@ -5,6 +5,6 @@ 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
+ up_trigger $each check_self
done
fi



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6d32db59389d58026f472829ab1cd452cd6509da), Treeve Jelbert, 01/10/2016

Archive powered by MHonArc 2.6.24.

Top of Page