Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1e894ab289c682c9b3d70213d8a1cebfc3e1c301)
  • Date: Wed, 12 Jan 2011 18:28:23 -0600

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."




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (1e894ab289c682c9b3d70213d8a1cebfc3e1c301), Vlad Glagolev, 01/12/2011

Archive powered by MHonArc 2.6.24.

Top of Page