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

Pol Vinogradov scm at mail.sourcemage.org
Mon Jan 22 18:51:44 EST 2007


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
 



More information about the SM-Commit mailing list