summaryrefslogtreecommitdiffstats
path: root/xorg-extras/libpthread-stubs
diff options
context:
space:
mode:
authorVlad Glagolev2011-01-13 03:28:04 +0300
committerVlad Glagolev2011-01-13 03:28:04 +0300
commit1e894ab289c682c9b3d70213d8a1cebfc3e1c301 (patch)
treef8495f10543f7e53d692baa9acdcb05a1b383806 /xorg-extras/libpthread-stubs
parent7ce03ea5123b88fde4aa770da286cebee4a0f8b5 (diff)
libpthread-stubs: limit triggers to only 0.2 -> 0.3 migration
Diffstat (limited to 'xorg-extras/libpthread-stubs')
-rw-r--r--xorg-extras/libpthread-stubs/HISTORY3
-rwxr-xr-xxorg-extras/libpthread-stubs/UP_TRIGGERS3
2 files changed, 5 insertions, 1 deletions
diff --git a/xorg-extras/libpthread-stubs/HISTORY b/xorg-extras/libpthread-stubs/HISTORY
index 7d7fcf3b70..e58fe817dc 100644
--- a/xorg-extras/libpthread-stubs/HISTORY
+++ b/xorg-extras/libpthread-stubs/HISTORY
@@ -1,3 +1,6 @@
+2011-01-13 Vlad Glagolev <stealth@sourcemage.org>
+ * UP_TRIGGERS: don't do that on 0.3 -> 0.4 update
+
2011-01-12 Ladislav Hagara <hgr@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 2cbdab2b45..7abfaed59b 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."