Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63cd2b93ae617d959c742815d2373c6c35b42f4a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63cd2b93ae617d959c742815d2373c6c35b42f4a)
  • Date: Sat, 30 May 2015 23:54:43 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit 63cd2b93ae617d959c742815d2373c6c35b42f4a
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

database/sqlite: version 3.8.10.2

diff --git a/database/sqlite/DETAILS b/database/sqlite/DETAILS
index 51d8903..83aee5d 100755
--- a/database/sqlite/DETAILS
+++ b/database/sqlite/DETAILS
@@ -1,8 +1,9 @@
SPELL=sqlite
- VERSION=3.8.10.1
- VERSIONX=autoconf-$(echo ${VERSION} |
-awk 'BEGIN { FS="."; OFS=""; ORS="" } { print $1; for (i=2; i<=NF; i++)
{printf ("%02d", ($i))} }')
-
SOURCE_HASH=sha512:8e206952b351ef8a9cf523558574cba9630c8c07ef7ae90fb0712d2b99fea91742a26d0af1b01816593ea769fad343101fdbbab9c1626a4d712bb1a18b2b6b30
+ VERSION=3.8.10.2
+ VERSIONX=autoconf-$(echo ${VERSION} | awk \
+'BEGIN { FS="."; OFS=""; ORS="" }
+{ print $1; for (i=2; i<=NF; i++) {printf ("%02d", ($i))} }')
+
SOURCE_HASH=sha512:afdf11d5482a645c37cc0c4c5c2b3f8c56f26c95ee94658c92bfa0ffeb68981f67834215a45a658f733333c68f28231448e87995f9614a56f9f1672cedd13a65
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSIONX}"
SOURCE=${SPELL}-${VERSIONX}.tar.gz
SOURCE_URL[0]=http://www.sqlite.org/$(date "+%Y")/$SOURCE
diff --git a/database/sqlite/HISTORY b/database/sqlite/HISTORY
index 3b3deb3..1bcb73a 100644
--- a/database/sqlite/HISTORY
+++ b/database/sqlite/HISTORY
@@ -1,3 +1,6 @@
+2015-05-30 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 3.8.10.2, minor "cosmetic" fixes
+
2015-05-11 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 3.8.10.1, using AWK now to compute
VERSIONX




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (63cd2b93ae617d959c742815d2373c6c35b42f4a), Pavel Vinogradov, 05/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page