Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7372852ce3da04c93380ec976681003ed6a0b492)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7372852ce3da04c93380ec976681003ed6a0b492)
  • Date: Mon, 22 Jan 2007 17:51:44 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

libs/ode/BUILD | 5 ++---
libs/ode/DETAILS | 4 ++--
libs/ode/HISTORY | 4 ++++
3 files changed, 8 insertions(+), 5 deletions(-)

New commits:
commit 7372852ce3da04c93380ec976681003ed6a0b492
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

libs/ode:

BUILD: moved disable_pic and make_single to snapshot build branch
DETAILS: updated to 0.8-rc1

diff --git a/libs/ode/BUILD b/libs/ode/BUILD
index d63fb61..ff954ac 100755
--- a/libs/ode/BUILD
+++ b/libs/ode/BUILD
@@ -1,7 +1,6 @@
-disable_pic &&
-make_single &&
-
if [ "${ODE_SNAP}" == "y" ]; then
+ disable_pic &&
+ make_single &&
sedit '/C_FLAGS+/d' config/makefile.unix-gcc &&
sedit 's/)1/)/' Makefile &&
make PLATFORM=unix-gcc OPT="" C_OPT="$CFLAGS" configure ode-lib
$DRAWSTUFF_LIB
diff --git a/libs/ode/DETAILS b/libs/ode/DETAILS
index 044d777..49bcff4 100755
--- a/libs/ode/DETAILS
+++ b/libs/ode/DETAILS
@@ -5,10 +5,10 @@ if [ "${ODE_SNAP}" == "y" ]; then
SOURCE_URL[0]=http://opende.sourceforge.net/snapshots/${SOURCE}
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
else
- VERSION=0.7
+ VERSION=0.8-rc1
SOURCE=${SPELL}-src-${VERSION}.zip
SOURCE_URL[0]=${SOURCEFORGE_URL}/opende/${SOURCE}
-
SOURCE_HASH=sha512:c31f7b17e6d4b00cf387775041632c61436a87d04b62140b853a8ec1b85fb2036f124682854eddc1f72c1edb8fe246d5383dd402c8873c2c66867311b0a2f6ff
+
SOURCE_HASH=sha512:350f2332e0f36c597721d2564b5b505bca3d61ed307606fa279f002da41ed03f5fa1f2753dc4af26baee148d5c9ab1ce5fef9b11b2207540a5371ac6b81088cc
fi
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
WEB_SITE=http://ode.org/
diff --git a/libs/ode/HISTORY b/libs/ode/HISTORY
index 8ad4229..16a2ccc 100644
--- a/libs/ode/HISTORY
+++ b/libs/ode/HISTORY
@@ -1,3 +1,7 @@
+2007-01-23 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: moved disable_pic and make_single to snapshot build branch
+ * DETAILS: updated to 0.8-rc1
+
2006-09-10 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 0.7




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (7372852ce3da04c93380ec976681003ed6a0b492), Pol Vinogradov, 01/22/2007

Archive powered by MHonArc 2.6.24.

Top of Page