Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2016-02-25 21:53:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2016-01-23 01:16:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2016-02-25 21:54:52.000000000 +0100 @@ -1,0 +2,23 @@ +Thu Feb 18 15:32:46 UTC 2016 - [email protected] + +- Update to 3.11.0 + * Enhanced WAL mode so that it works efficiently with + transactions that are larger than the cache_size. + * Added the FTS5 detail option. + * Added the "EXTRA" option to PRAGMA synchronous that does a sync + of the containing directory when a rollback journal is unlinked + in DELETE mode, for better durability. The SQLITE_EXTRA_DURABLE + compile-time option enables PRAGMA synchronous=EXTRA by default. + * Enhanced the query planner so that it is able to use a covering + index as part of the OR optimization. + * Avoid recomputing NOT NULL and CHECK constraints on unchanged + columns in UPDATE statement. + * Many micro-optimizations, resulting in a library that is faster + than the previous release. + * By default, the shell is now in "auto-explain" mode. The output + of EXPLAIN commands is automatically formatted. + * Added the ".vfslist" dot-command. + * The SQLITE_ENABLE_EXPLAIN_COMMENTS compile-time option is now + turned on by default in the standard builds. + +------------------------------------------------------------------- Old: ---- sqlite-autoconf-3100200.tar.gz sqlite-doc-3100200.zip New: ---- sqlite-autoconf-3110000.tar.gz sqlite-doc-3110000.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.VnMiK7/_old 2016-02-25 21:54:54.000000000 +0100 +++ /var/tmp/diff_new_pack.VnMiK7/_new 2016-02-25 21:54:54.000000000 +0100 @@ -19,9 +19,9 @@ # Simplify building on RH for Application:Geo (SR#212812). %define pname sqlite3 %define oname sqlite -%define tarversion 3100200 +%define tarversion 3110000 Name: %{pname} -Version: 3.10.2 +Version: 3.11.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain ++++++ sqlite-autoconf-3100200.tar.gz -> sqlite-autoconf-3110000.tar.gz ++++++ ++++ 17962 lines of diff (skipped)
