Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to test grimoire by Robin Cook
  • Date: Sat, 29 Apr 2006 18:08:26 -0500

GIT changes to test grimoire by Robin Cook rcook AT wyrms.net:

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

New commits:
commit f429ec025c0483ea6547bdda1461aa7b191f0c19
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

bringing upto date

diff --git a/gnome2-libs/libgsf/HISTORY b/gnome2-libs/libgsf/HISTORY
index f117fe0..7151714 100644
--- a/gnome2-libs/libgsf/HISTORY
+++ b/gnome2-libs/libgsf/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-23 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added depends on xml-parser-expat

diff --git a/gnome2-libs/libgsf/UP_TRIGGERS b/gnome2-libs/libgsf/UP_TRIGGERS
index 4630cda..277bb50 100755
--- a/gnome2-libs/libgsf/UP_TRIGGERS
+++ b/gnome2-libs/libgsf/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 libgsf..."
message "Figuring out what spells need to be recast."
- 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.*libgsf-1.so.113"; then
up_trigger $each cast_self




Archive powered by MHonArc 2.6.24.

Top of Page