Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to test grimoire by Arwed v. Merkatz

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Arwed v. Merkatz" <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Arwed v. Merkatz
  • Date: Fri, 19 May 2006 03:54:50 -0500

GIT changes to test grimoire by Arwed v. Merkatz <v.merkatz AT gmx.net>:

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

New commits:
commit fc981d840966b072b99121309275ce8503874a3a
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>

check the whole up_depends tree for breakage

diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
index 1875670..88b673c 100644
--- a/libs/libtasn1/HISTORY
+++ b/libs/libtasn1/HISTORY
@@ -1,3 +1,6 @@
+2006-05-19 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: check the full up_depends tree, not only the first
level
+
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
diff --git a/libs/libtasn1/UP_TRIGGERS b/libs/libtasn1/UP_TRIGGERS
index 5be16de..89b6b06 100755
--- a/libs/libtasn1/UP_TRIGGERS
+++ b/libs/libtasn1/UP_TRIGGERS
@@ -3,7 +3,7 @@ spell_ok $SPELL && OLD_SPELL_VERSION="$(
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
+ for each in $(fast_up_depends $SPELL); do
up_trigger $each cast_self
done
fi




Archive powered by MHonArc 2.6.24.

Top of Page