Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Ladislav Hagara

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Ladislav Hagara
  • Date: Wed, 17 May 2006 07:33:28 -0500

GIT changes to test grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

libs/libtasn1/HISTORY | 4 ++++
libs/libtasn1/UP_TRIGGERS | 9 +++++++++
2 files changed, 13 insertions(+)

New commits:
commit 10ca8489bfd0d2ba8dd01f6dc0b06fa66c326569
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

libtasn1: added UP_TRIGGERS due to ABI incompatibility
seems several spells are missing libtasn1 in their DEPENDS

diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
index 94c50fe..1875670 100644
--- a/libs/libtasn1/HISTORY
+++ b/libs/libtasn1/HISTORY
@@ -1,3 +1,7 @@
+2006-05-17 Ladislav Hagara <hgr AT vabo.cz>
+ * UP_TRIGGERS: added, update 0.2.18 -> 0.3.4 isn't ABI compatible
+ due to libtasn1.so.2 -> libtasn1.so.3
+
2006-05-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3.4

diff --git a/libs/libtasn1/UP_TRIGGERS b/libs/libtasn1/UP_TRIGGERS
new file mode 100755
index 0000000..5be16de
--- /dev/null
+++ b/libs/libtasn1/UP_TRIGGERS
@@ -0,0 +1,9 @@
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
+ message "This is a possibly incompatible update of libtasn1..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(fast_up_depends $SPELL 1); do
+ up_trigger $each cast_self
+ done
+fi




Archive powered by MHonArc 2.6.24.

Top of Page