[SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1e894ab289c682c9b3d70213d8a1cebfc3e1c301)

Vlad Glagolev scm at sourcemage.org
Wed Jan 12 19:28:23 EST 2011


GIT changes to devel-xorg-modular grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 xorg-extras/libpthread-stubs/HISTORY     |    3 +++
 xorg-extras/libpthread-stubs/UP_TRIGGERS |    3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 1e894ab289c682c9b3d70213d8a1cebfc3e1c301
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    libpthread-stubs: limit triggers to only 0.2 -> 0.3 migration

diff --git a/xorg-extras/libpthread-stubs/HISTORY b/xorg-extras/libpthread-stubs/HISTORY
index 7d7fcf3..e58fe81 100644
--- a/xorg-extras/libpthread-stubs/HISTORY
+++ b/xorg-extras/libpthread-stubs/HISTORY
@@ -1,3 +1,6 @@
+2011-01-13 Vlad Glagolev <stealth at sourcemage.org>
+	* UP_TRIGGERS: don't do that on 0.3 -> 0.4 update
+
 2011-01-12 Ladislav Hagara <hgr at vabo.cz>
 	* UP_TRIGGERS: updated to re-cast all spells needed libpthread-stubs.so
 	* INSTALL, libpthread-stubs.la: fake libpthread-stubs.la installed
diff --git a/xorg-extras/libpthread-stubs/UP_TRIGGERS b/xorg-extras/libpthread-stubs/UP_TRIGGERS
index 2cbdab2..7abfaed 100755
--- a/xorg-extras/libpthread-stubs/UP_TRIGGERS
+++ b/xorg-extras/libpthread-stubs/UP_TRIGGERS
@@ -1,6 +1,7 @@
 if spell_ok $SPELL; then
   local OLD_SPELL_VERSION="$(installed_version $SPELL)"
-  if [[ "${VERSION}" != "${OLD_SPELL_VERSION}" ]]; then
+  if [[ "${VERSION}" != "${OLD_SPELL_VERSION}" ]] &&
+     [[ "${OLD_SPELL_VERSION}" < 0.3 ]]; then
     message "This is an ABI incompatible update of libpthread-stubs..."
     message "Determining which spells need to be recast, this may take a while."
 



More information about the SM-Commit mailing list