New commits:
commit 88e9ca1afc31817f79dd7fb5e7e41c78c2836d94
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
bringing upto date
diff --git a/gnome2-libs/nautilus-cd-burner/HISTORY
b/gnome2-libs/nautilus-cd-burner/HISTORY
index a656c10..6166d6c 100644
--- a/gnome2-libs/nautilus-cd-burner/HISTORY
+++ b/gnome2-libs/nautilus-cd-burner/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/nautilus-cd-burner/UP_TRIGGERS
b/gnome2-libs/nautilus-cd-burner/UP_TRIGGERS
index 05990a3..897d6f1 100755
--- a/gnome2-libs/nautilus-cd-burner/UP_TRIGGERS
+++ b/gnome2-libs/nautilus-cd-burner/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 libnautilus-burn..."
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.*libnautilus-burn.so.2"; then
up_trigger $each cast_self