Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (26a0b8eacc242d10fdc6c0b1c719ed257add6286)

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 master grimoire by Vlad Glagolev (26a0b8eacc242d10fdc6c0b1c719ed257add6286)
  • Date: Mon, 28 Apr 2008 23:43:41 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/scons/DETAILS | 4 ++--
python-pypi/scons/HISTORY | 4 +++-
python-pypi/scons/PRE_BUILD | 6 +++---
3 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 26a0b8eacc242d10fdc6c0b1c719ed257add6286
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

scons: downgraded spell to 0.98.0 due to some SHCXXFLAGS bug

diff --git a/python-pypi/scons/DETAILS b/python-pypi/scons/DETAILS
index 4160537..d0dadce 100755
--- a/python-pypi/scons/DETAILS
+++ b/python-pypi/scons/DETAILS
@@ -1,6 +1,6 @@
SPELL=scons
- VERSION=0.98.2
-
SOURCE_HASH=sha512:a4af1f726c60184a37fa0eba5514fec2ded07e32414e775de831a8155fac7ca83c3623263dca75cbbe9581a312b13433e30c7f2887dcfeac083972206f0e387d
+ VERSION=0.98.0
+
SOURCE_HASH=sha512:38c51b79106e146d50c6f21f132eb09e213e6323c0956a887de35254369daf61eb07becb1deb0ab90960db35fb5c1d048187073046d107be234d1d363965bf04
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/scons/HISTORY b/python-pypi/scons/HISTORY
index 07d4e75..e83143d 100644
--- a/python-pypi/scons/HISTORY
+++ b/python-pypi/scons/HISTORY
@@ -1,3 +1,6 @@
+2008-04-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: downgraded spell to 0.98.0 due to some SHCXXFLAGS bug
+
2008-04-22 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.98.2

@@ -96,4 +99,3 @@

2002-07-28 Robert Helgesson <rycee AT home.se>
* Created spell
-
diff --git a/python-pypi/scons/PRE_BUILD b/python-pypi/scons/PRE_BUILD
index d871e43..c6f32d1 100755
--- a/python-pypi/scons/PRE_BUILD
+++ b/python-pypi/scons/PRE_BUILD
@@ -1,4 +1,4 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
# fix man page install location
-sedit "s/\('man', 'man1'\)/'share', \1/" setup.py
+sed -i "s/\('man', 'man1'\)/'share', \1/" setup.py



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (26a0b8eacc242d10fdc6c0b1c719ed257add6286), Vlad Glagolev, 04/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page