Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f06ffa4b55901689f6208d6f8fe05ddf86a5e85a)
  • Date: Fri, 5 Dec 2008 02:22:18 -0600

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



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (f06ffa4b55901689f6208d6f8fe05ddf86a5e85a), Jaka Kranjc, 12/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page