From 7f6b83f2c3a43227cf3b829dba7f0c1a3a7b803428d1d338b2fb8dcbb75d16ba Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Apr 2011 16:11:00 +0000 Subject: [PATCH] Version 3.7.6.1 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=39 --- sqlite-autoconf-3070500.tar.bz2 | 3 --- sqlite-autoconf-3070601.tar.bz2 | 3 +++ sqlite3.changes | 28 ++++++++++++++++++++++++++++ sqlite3.spec | 4 ++-- 4 files changed, 33 insertions(+), 5 deletions(-) delete mode 100644 sqlite-autoconf-3070500.tar.bz2 create mode 100644 sqlite-autoconf-3070601.tar.bz2 diff --git a/sqlite-autoconf-3070500.tar.bz2 b/sqlite-autoconf-3070500.tar.bz2 deleted file mode 100644 index 3ab7daf..0000000 --- a/sqlite-autoconf-3070500.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caeb0e4e873e47ebfcff28ec8333d438921317aaf7e46fcedfc171018db4ceb1 -size 1153265 diff --git a/sqlite-autoconf-3070601.tar.bz2 b/sqlite-autoconf-3070601.tar.bz2 new file mode 100644 index 0000000..a4dceff --- /dev/null +++ b/sqlite-autoconf-3070601.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b08876cf81e639a046a18d26dbdaea46bbd4fc50a2bba93ee5cfc6ef5ff8d9 +size 1280407 diff --git a/sqlite3.changes b/sqlite3.changes index 111aa76..e69b0e8 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Apr 13 16:02:10 UTC 2011 - max@novell.com + +- New Version: 3.7.6.1: + * Added the sqlite3_wal_checkpoint_v2() interface and enhanced + the wal_checkpoint pragma to support blocking checkpoints. + * Improvements to the query planner so that it makes better + estimates of plan costs and hence does a better job of + choosing the right plan, especially when SQLITE_ENABLE_STAT2 + is used. + * Fix a bug which prevented deferred foreign key constraints + from being enforced when sqlite3_finalize() was not called + by one statement with a failed foreign key constraint prior + to another statement with foreign key constraints running. + * Integer arithmetic operations that would have resulted in + overflow are now performed using floating-point instead. + * Increased the version number on the VFS object to 3 and added + new methods xSetSysCall, xGetSysCall, and xNextSysCall used + for doing full-coverage testing. + * Increase the maximum value of SQLITE_MAX_ATTACHED from 30 to + 62 (though the default value remains at 10). + * Added the fts4aux table + * Added support for compressed FTS4 content + * Enhance the ANALYZE command to support the name of an index as + its argument, in order to analyze just that one index. + * Added the "unix-excl" built-in VFS on unix and unix-like + platforms. + ------------------------------------------------------------------- Thu Feb 3 14:52:19 UTC 2011 - max@novell.com diff --git a/sqlite3.spec b/sqlite3.spec index deaf7c8..a21e391 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.5 +Version: 3.7.6.1 Release: 1 # bug437293 %ifarch ppc64 @@ -126,7 +126,7 @@ Authors: D. Richard Hipp %prep -%setup -n sqlite-autoconf-%tarversion +%setup -q -n sqlite-autoconf-%tarversion %build %configure --disable-static