[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f06ffa4b55901689f6208d6f8fe05ddf86a5e85a)

Jaka Kranjc scm at sourcemage.org
Fri Dec 5 03:22:18 EST 2008


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

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

New commits:
commit f06ffa4b55901689f6208d6f8fe05ddf86a5e85a
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    libcap: trigger only the first level deps #14781

diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index 783bc94..ad148bd 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,6 @@
+2008-12-05 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* UP_TRIGGERS: trigger only the first level deps #14781
+
 2008-11-18 Vlad Glagolev <stealth at sourcemage.org>
 	* PRE_BUILD: fixed indent removal for newer version
 
diff --git a/libs/libcap/UP_TRIGGERS b/libs/libcap/UP_TRIGGERS
index f908ae4..0873da1 100755
--- a/libs/libcap/UP_TRIGGERS
+++ b/libs/libcap/UP_TRIGGERS
@@ -6,7 +6,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 libcap..."
     message "Figuring out what spells need to be recast, this may take a while."
-    for each in $(show_up_depends $SPELL); do
+    for each in $(show_up_depends $SPELL 1); do
       if gaze install $each | xargs readelf -d 2> /dev/null |
          grep -q "NEEDED.*libcap\(\|_cxx\).so.1"; then
            up_trigger $each cast_self



More information about the SM-Commit mailing list