diff --git a/sqlite-autoconf-3071400.tar.gz b/sqlite-autoconf-3071400.tar.gz new file mode 100644 index 0000000..e654223 --- /dev/null +++ b/sqlite-autoconf-3071400.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6c01d9fabf4d10733b1920d9a3143634ed516b90f4759b3b5b79857a39b724 +size 1832194 diff --git a/sqlite3.changes b/sqlite3.changes index 328459b..b98d58e 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Sep 4 14:21:55 UTC 2012 - mmeister@suse.com + +- New version 3.7.14: + * Ensure that floating point values are preserved exactly when + reconstructing a database from the output of the ".dump" + command of the command-line shell. + * Added the sqlite3_close_v2() interface. + * Updated the command-line shell so that it can be built using + SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT. + * Enhancements to PRAGMA integrity_check and PRAGMA quick_check + so that they can optionally check just a single attached + database install of all attached databases. + * Enhancements to WAL mode processing that ensure that at least + one valid read-mark is available at all times, so that + read-only processes can always read the database. + * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX. + * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option. + * Better handling of aggregate queries where the aggregate + functions are contained within subqueries. + * Enhance the query planner so that it will try to use a + covering index on queries that make use of or optimization. + ------------------------------------------------------------------- Fri Aug 31 15:41:54 UTC 2012 - max@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index fddd9e9..3296bc7 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,9 +17,9 @@ Name: sqlite3 -Version: 3.7.13 +Version: 3.7.14 Release: 0 -%define tarversion 3071300 +%define tarversion 3071400 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers