diff --git a/sqlite-autoconf-3070601.tar.bz2 b/sqlite-autoconf-3070601.tar.bz2 deleted file mode 100644 index a4dceff..0000000 --- a/sqlite-autoconf-3070601.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42b08876cf81e639a046a18d26dbdaea46bbd4fc50a2bba93ee5cfc6ef5ff8d9 -size 1280407 diff --git a/sqlite-autoconf-3070603.tar.bz2 b/sqlite-autoconf-3070603.tar.bz2 new file mode 100644 index 0000000..e250828 --- /dev/null +++ b/sqlite-autoconf-3070603.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cf70872a5bad5f8aad338b6373af6ad001a08a4dd70f4315d86acaa44cafe1 +size 1280774 diff --git a/sqlite3.changes b/sqlite3.changes index e69b0e8..2645be8 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 20 08:38:22 UTC 2011 - max@novell.com + +- New Version: 3.7.6.3: + * Fix a problem with WAL mode which could cause transactions to + silently rollback if the cache_size is set very small (less than + 10) and SQLite comes under memory pressure. +- Enabled the column metadata APIs (bnc#383370). + ------------------------------------------------------------------- Wed Apr 13 16:02:10 UTC 2011 - max@novell.com diff --git a/sqlite3.spec b/sqlite3.spec index a21e391..60ccdb6 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -35,7 +35,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.7.6.1 +Version: 3.7.6.3 Release: 1 # bug437293 %ifarch ppc64 @@ -129,6 +129,7 @@ Authors: %setup -q -n sqlite-autoconf-%tarversion %build +export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA" %configure --disable-static make