Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (6c41be7c17699747644fb272bbee869883807e2f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (6c41be7c17699747644fb272bbee869883807e2f)
  • Date: Wed, 22 Dec 2010 14:31:20 -0600

GIT changes to devel-xorg-modular grimoire by Pol Vinogradov
<vin.public AT gmail.com>:

xorg-extras/libpthread-stubs/HISTORY | 3 +++
xorg-extras/libpthread-stubs/UP_TRIGGERS | 12 ++++++++++++
2 files changed, 15 insertions(+)

New commits:
commit 6c41be7c17699747644fb272bbee869883807e2f
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xorg-extras/libpthread-stubs: added UP_TRIGGERS to fix depends after
update

diff --git a/xorg-extras/libpthread-stubs/HISTORY
b/xorg-extras/libpthread-stubs/HISTORY
index 33b7635..a4ed52b 100644
--- a/xorg-extras/libpthread-stubs/HISTORY
+++ b/xorg-extras/libpthread-stubs/HISTORY
@@ -1,3 +1,6 @@
+2010-12-22 Pol Vinogradov <vin.public AT gmail.com>
+ * UP_TRIGGERS: added to fix depends after update
+
2010-12-21 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3

diff --git a/xorg-extras/libpthread-stubs/UP_TRIGGERS
b/xorg-extras/libpthread-stubs/UP_TRIGGERS
new file mode 100755
index 0000000..26c774a
--- /dev/null
+++ b/xorg-extras/libpthread-stubs/UP_TRIGGERS
@@ -0,0 +1,12 @@
+local OLD_SPELL_VERSION=""
+spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
+if [ "${VERSION:1:2}" != "${OLD_SPELL_VERSION:1:2}" ]; then
+ message "This is a possibly incompatible update of libpthread-stubs..."
+ message "Figuring out what spells need to be recast, this may take a
while."
+ for each in $(show_up_depends $SPELL 3); do
+ if gaze install-spell $each | xargs ldd 2> /dev/null |
+ grep -q libpthread-stubs; then
+ up_trigger $each cast_self
+ fi
+ done
+fi



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Pol Vinogradov (6c41be7c17699747644fb272bbee869883807e2f), Pol Vinogradov, 12/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page