Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ff887700baa32f07fb3c0243590ca15b094b368)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ff887700baa32f07fb3c0243590ca15b094b368)
  • Date: Fri, 3 Nov 2017 17:05:32 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/libical/HISTORY | 3 +++
libs/libical/UP_TRIGGERS | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 2ff887700baa32f07fb3c0243590ca15b094b368
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

libical: more robust trigger on any major version change

diff --git a/libs/libical/HISTORY b/libs/libical/HISTORY
index 203471f..5b18c24 100644
--- a/libs/libical/HISTORY
+++ b/libs/libical/HISTORY
@@ -1,3 +1,6 @@
+2017-11-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * UP_TRIGGERS: Trigger on every major version update (or downgrade!).
+
2017-10-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.0
* UP_TRIGGERS: update
diff --git a/libs/libical/UP_TRIGGERS b/libs/libical/UP_TRIGGERS
index 24c9020..bd99794 100755
--- a/libs/libical/UP_TRIGGERS
+++ b/libs/libical/UP_TRIGGERS
@@ -1,3 +1,4 @@
. "$GRIMOIRE/FUNCTIONS" &&
# Version 2 introduced ABI breakage.
-check_dependents_versionjump $SPELL $VERSION 3.0.0
+# Version 3, too. So rather do not trust any major jump.
+check_dependents_on_update $SPELL $VERSION cut -d . -f 1



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (2ff887700baa32f07fb3c0243590ca15b094b368), Thomas Orgis, 11/03/2017

Archive powered by MHonArc 2.6.24.

Top of Page