From c532a5c0730153996d76c6d8f6718f1a39cba7243162f169df301217ad9b12c6 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 18 Feb 2016 15:43:43 +0000 Subject: [PATCH] Accepting request 360173 from home:pluskalm:branches:server:database - Update to 3.11.0 OBS-URL: https://build.opensuse.org/request/show/360173 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=143 --- sqlite-autoconf-3100200.tar.gz | 3 --- sqlite-autoconf-3110000.tar.gz | 3 +++ sqlite-doc-3100200.zip | 3 --- sqlite-doc-3110000.zip | 3 +++ sqlite3.changes | 23 +++++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3100200.tar.gz create mode 100644 sqlite-autoconf-3110000.tar.gz delete mode 100644 sqlite-doc-3100200.zip create mode 100644 sqlite-doc-3110000.zip diff --git a/sqlite-autoconf-3100200.tar.gz b/sqlite-autoconf-3100200.tar.gz deleted file mode 100644 index f8b8a21..0000000 --- a/sqlite-autoconf-3100200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 -size 2332013 diff --git a/sqlite-autoconf-3110000.tar.gz b/sqlite-autoconf-3110000.tar.gz new file mode 100644 index 0000000..9b94845 --- /dev/null +++ b/sqlite-autoconf-3110000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb +size 2359347 diff --git a/sqlite-doc-3100200.zip b/sqlite-doc-3100200.zip deleted file mode 100644 index 3e4ab11..0000000 --- a/sqlite-doc-3100200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21637344807efb9b6c6f615fd98b72620d074c720660940182888a4dbc2af982 -size 5374707 diff --git a/sqlite-doc-3110000.zip b/sqlite-doc-3110000.zip new file mode 100644 index 0000000..07e3acc --- /dev/null +++ b/sqlite-doc-3110000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a942d89d5bf0aa70c0a01267a52961632b27512c293eb6452f6efe909dcec50 +size 5382519 diff --git a/sqlite3.changes b/sqlite3.changes index fe0817b..3dcf579 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Feb 18 15:32:46 UTC 2016 - mpluskal@suse.com + +- 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. + ------------------------------------------------------------------- Wed Jan 20 19:52:49 UTC 2016 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 3c74a71..9bebb9d 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -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