[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b431355b3e4b4131faa6e4efb0f88bdc3310bf68)

Vlad Glagolev scm at sourcemage.org
Thu May 7 08:09:20 EDT 2009


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

 database/sqlite/DETAILS   |    4 ++--
 database/sqlite/HISTORY   |    4 ++++
 database/sqlite/PRE_BUILD |    2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 47fc1dc096da0d30531ba5b1e384aef81f7e1a8a
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    sqlite: => 3.6.14

diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index f95cb21..29cebfa 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,6 +1,6 @@
            SPELL=sqlite
-         VERSION=3.6.13
-     SOURCE_HASH=sha512:48bbf4285d5d21dff5416e1fff877f733b9172e918980d0d07adc516fd27b4dcdd9841456b2e0ba1b10784b286990f377a0ec0262ddac13ae07e62ee6df6a994
+         VERSION=3.6.14
+     SOURCE_HASH=sha512:1b049bf6108919267c660c9c5bd1dfefb52fc715ecf8aa29f180093ce69428ad1d27bc442cbf220db991af83e255d52aead825a97b52ae488d06b645fbfbba48
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
           SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=http://sqlite.org/$SOURCE
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 1c2c671..0edd0fb 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,7 @@
+2009-05-07 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 3.6.14
+	* PRE_BUILD: added autoconf regen
+
 2009-04-16 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: fixed the hash for new 3.6.13 tarball
 
diff --git a/database/sqlite/PRE_BUILD b/database/sqlite/PRE_BUILD
index 0efa151..507c2a9 100755
--- a/database/sqlite/PRE_BUILD
+++ b/database/sqlite/PRE_BUILD
@@ -1,4 +1,6 @@
 default_pre_build &&
 cd "$SOURCE_DIRECTORY" &&
 
+autoconf &&
+
 sed -i "s:OPTS:_OPTS:g" Makefile.in



More information about the SM-Commit mailing list