[Lunar-commits] <moonbase> sqlite: version bumped to 3.6.11.

Florin Braescu florin at lunar-linux.org
Wed Feb 18 11:07:15 CET 2009


commit 37293ea22c316db88af784e92aa8e33f7aa79ba6
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Wed Feb 18 12:07:15 2009 +0200

    sqlite: version bumped to 3.6.11.
    
    Changes:
    Added the hot-backup interface.
    Added new commands ".backup" and ".restore" to the CLI.
    Added new methods backup and restore to the TCL interface.
    Improvements to the syntax bubble diagrams
    Various minor bug fixes.
---
 sql/sqlite/BUILD   |   12 ++++++------
 sql/sqlite/DETAILS |    8 ++++----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/sql/sqlite/BUILD b/sql/sqlite/BUILD
index 623c07d..5fce4e8 100644
--- a/sql/sqlite/BUILD
+++ b/sql/sqlite/BUILD
@@ -1,13 +1,13 @@
 (
 
-OPTS+=" --enable-load-extension"
+  OPTS+=" --enable-load-extension"
 
-LDFLAGS+=" -ldl"
+  LDFLAGS+=" -ldl"
 
-  default_build &&
-  strip lemon &&
-  install -m 755 lemon /usr/bin &&
-  install -m 644 sqlite3.1 /usr/share/man/man1 &&
+  default_build  &&
+  strip lemon    &&
+  install -m 755 lemon /usr/bin  &&
+  install -m 644 sqlite3.1 /usr/share/man/man1  &&
 
   sedit "s/Version\: 3.5/Version\: $VERSION/" /usr/lib/pkgconfig/sqlite3.pc
 
diff --git a/sql/sqlite/DETAILS b/sql/sqlite/DETAILS
index d1d3111..8822a05 100644
--- a/sql/sqlite/DETAILS
+++ b/sql/sqlite/DETAILS
@@ -1,11 +1,11 @@
           MODULE=sqlite
-         VERSION=3.6.10
+         VERSION=3.6.11
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://www.sqlite.org
-      SOURCE_VFY=sha1:75ad0e233cbbda2e7c487f7772f57d16ac9f3fb7
+      SOURCE_VFY=sha1:
         WEB_SITE=http://www.sqlite.org
          ENTERED=20011016
-         UPDATED=20090116
+         UPDATED=20090218
            SHORT="An SQL engine in a C library"
 
 cat << EOF
@@ -18,5 +18,5 @@ separate database server. Because it omits the client-server interaction
 overhead and writes directly to disk, SQLite is also faster than the big
 database servers for most operations. In addition to the C library, the
 SQLite distribution includes a command-line tool for interacting with
-SQLite databases and SQLite bindings for Tcl/Tk. 
+SQLite databases and SQLite bindings for Tcl/Tk.
 EOF


More information about the Lunar-commits mailing list