[SM-Commit] GIT changes to test grimoire by Robin Cook

Robin Cook scm at mail.sourcemage.org
Sat Apr 29 19:11:37 EDT 2006


GIT changes to test grimoire by Robin Cook <rcook at wyrms.net>:

 gnome2-libs/libgtop2/HISTORY     |    4 ++++
 gnome2-libs/libgtop2/UP_TRIGGERS |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 0a641ec2d24ce105e5c1a3777640402b5436ed45
Author: Robin Cook <rcook at wyrms.net>
Commit: Robin Cook <rcook at wyrms.net>

    Bringing upto date

diff --git a/gnome2-libs/libgtop2/HISTORY b/gnome2-libs/libgtop2/HISTORY
index c456eec..de211f8 100644
--- a/gnome2-libs/libgtop2/HISTORY
+++ b/gnome2-libs/libgtop2/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-04-15 Robin Cook <rcook at wyrms.net>
 	* DETAILS: updated VERSION to 2.14.1
 
diff --git a/gnome2-libs/libgtop2/UP_TRIGGERS b/gnome2-libs/libgtop2/UP_TRIGGERS
index e54a0a3..cb1c0bb 100755
--- a/gnome2-libs/libgtop2/UP_TRIGGERS
+++ b/gnome2-libs/libgtop2/UP_TRIGGERS
@@ -4,7 +4,7 @@ if spell_ok  $SPELL; then
   if test "${VERSION:0:4}" != "${OLD_SPELL_VERSION:0:4}"; then
     message "This is a possibly incompatible update of libgtop-2.0..."
     message "Figuring out what spells need to be recast."
-    for each in $(gaze depends $SPELL 1| cut -f1 -d: | sort | uniq); do
+    for each in $(fast_up_depends $SPELL 1); do
       if gaze install $each | xargs readelf -d 2> /dev/null |
          grep -q "NEEDED.*libgtop-2.0.so.5"; then
            up_trigger $each cast_self



More information about the SM-Commit mailing list