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