Skip to Content.
Sympa Menu

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

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 (f82c0beb715224198eafd868f4e65b1d5e8b28c3)
  • Date: Fri, 29 Jun 2018 00:13:27 +0000

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

libs/gdbm/DETAILS | 2 +-
libs/gdbm/HISTORY | 4 ++++
libs/gdbm/UP_TRIGGERS | 5 +----
3 files changed, 6 insertions(+), 5 deletions(-)

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

libs/gdbm: version 1.16

diff --git a/libs/gdbm/DETAILS b/libs/gdbm/DETAILS
index 2be566d..52011a7 100755
--- a/libs/gdbm/DETAILS
+++ b/libs/gdbm/DETAILS
@@ -1,5 +1,5 @@
SPELL=gdbm
- VERSION=1.14.1
+ VERSION=1.16
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index 0268663..1bce006 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,7 @@
+2018-06-28 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.16
+ * UP_TRIGGERS: removed 1.14 -> 1.14.1 trigger
+
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
diff --git a/libs/gdbm/UP_TRIGGERS b/libs/gdbm/UP_TRIGGERS
index 53fabeb..5f0fa37 100755
--- a/libs/gdbm/UP_TRIGGERS
+++ b/libs/gdbm/UP_TRIGGERS
@@ -14,7 +14,4 @@ if spell_ok $SPELL && [[ "${VERSION:2:1}" !=
"${OLD_SPELL_VERSION:2:1}" ]]; then
up_trigger $each cast_self
fi
done
-fi &&
-
-# 1.15 -> 1.14.1 transition
-check_dependents_versionjump "${SPELL}" "${VERSION}" "1.14.1"
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f82c0beb715224198eafd868f4e65b1d5e8b28c3), Pavel Vinogradov, 06/28/2018

Archive powered by MHonArc 2.6.24.

Top of Page