Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (007e74ad0298bb4e4930a90b708528b9b4a8f7e7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (007e74ad0298bb4e4930a90b708528b9b4a8f7e7)
  • Date: Thu, 4 Jan 2018 02:57:36 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/gdbm/HISTORY | 1 +
libs/gdbm/UP_TRIGGERS | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 007e74ad0298bb4e4930a90b708528b9b4a8f7e7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/gdbm: 1.14 -> 1.14.1 needs triggered checks

diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index 2745f8d..0268663 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,5 +1,6 @@
2018-01-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.14.1
+ * UP_TRIGGERS: added, 1.14 -> 1.14.1 introducing library version bump

2018-01-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.14
diff --git a/libs/gdbm/UP_TRIGGERS b/libs/gdbm/UP_TRIGGERS
index 029cd6d..53fabeb 100755
--- a/libs/gdbm/UP_TRIGGERS
+++ b/libs/gdbm/UP_TRIGGERS
@@ -1,3 +1,5 @@
+. "${GRIMOIRE}/FUNCTIONS" &&
+
# up_trigger everything on major version updates

spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)"
@@ -12,4 +14,7 @@ if spell_ok $SPELL && [[ "${VERSION:2:1}" !=
"${OLD_SPELL_VERSION:2:1}" ]]; then
up_trigger $each cast_self
fi
done
-fi
+fi &&
+
+# 1.15 -> 1.14.1 transition
+check_dependents_versionjump "${SPELL}" "${VERSION}" "1.14.1"



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (007e74ad0298bb4e4930a90b708528b9b4a8f7e7), Pavel Vinogradov, 01/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page