New commits:
commit bff839b8c3c9acf396b15937871140688461859b
Author: Arwed v. Merkatz <v.merkatz AT gmx.net>
Commit: Arwed v. Merkatz <v.merkatz AT gmx.net>
synch fast_up_depends fix from p4
diff --git a/libs/expat/HISTORY b/libs/expat/HISTORY
index 49147d3..1ff1fa8 100644
--- a/libs/expat/HISTORY
+++ b/libs/expat/HISTORY
@@ -1,3 +1,7 @@
+2006-04-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * UP_TRIGGERS: replaced 'gaze depends' call with
+ fast_up_depends, bug #10661
+
2006-01-14 Arwed v. Merkatz <v.merkatz AT gmx.net>
* UP_TRIGGERS: up_trigger everything that needs to be recast due to
the library name change from libexpat.so.0 to libexpat.so.1
diff --git a/libs/expat/UP_TRIGGERS b/libs/expat/UP_TRIGGERS
index 23eb21f..9dfcdee 100755
--- a/libs/expat/UP_TRIGGERS
+++ b/libs/expat/UP_TRIGGERS
@@ -6,7 +6,7 @@ if spell_ok $SPELL; then
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
message "This is a possibly incompatible update of libexpat..."
message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(gaze depends $SPELL | cut -f1 -d: | sort | uniq); do
+ for each in $(fast_up_depends $SPELL); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q "NEEDED.*libexpat.so.0"; then
up_trigger $each cast_self
[SM-Commit] GIT changes to stable-rc-0.4 grimoire by Arwed v. Merkatz,
Arwed v. Merkatz, 05/07/2006