diff --git a/sqlite-autoconf-3081002.tar.gz b/sqlite-autoconf-3081002.tar.gz deleted file mode 100644 index 07c4510..0000000 --- a/sqlite-autoconf-3081002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626 -size 2049387 diff --git a/sqlite-autoconf-3081101.tar.gz b/sqlite-autoconf-3081101.tar.gz new file mode 100644 index 0000000..56dda40 --- /dev/null +++ b/sqlite-autoconf-3081101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb99b0ac038c4a7e48b44b61836cb41d4eeba36b4d0ee757beeab59031a1d3b6 +size 2101885 diff --git a/sqlite-doc-3081002.zip b/sqlite-doc-3081002.zip deleted file mode 100644 index 0997ddd..0000000 --- a/sqlite-doc-3081002.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e355ec10989829d485d2df08f076f6c3f598f7fc1d45d307b4fd70d5e609e6c4 -size 5068441 diff --git a/sqlite-doc-3081101.zip b/sqlite-doc-3081101.zip new file mode 100644 index 0000000..50f9498 --- /dev/null +++ b/sqlite-doc-3081101.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89e3fc4bce7463885da3b03602b4260fe07240f9ea674ba4ac7ce2ee4987357f +size 5108061 diff --git a/sqlite3.changes b/sqlite3.changes index d3c8712..74dc27c 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Jul 31 11:44:40 UTC 2015 - mpluskal@suse.com + +- Update to 3.8.11.1 + * Restore an undocumented side-effect of PRAGMA cache_size: force + the database schema to be parsed if the database has not been + previously accessed. + * Fix a long-standing problem in sqlite3_changes() for WITHOUT + ROWID tables that was reported a few hours after the 3.8.11 + release. + +------------------------------------------------------------------- +Mon Jul 27 18:57:42 UTC 2015 - astieger@suse.com + +- SQLite 3.8.11: + * Significantly improved performance + * new interfaces and enhancements + * Important bug fixes for CREATE TABLE AS + * Fix the skip-scan optimization so that it works correctly when + the OR optimization is used on WITHOUT ROWID tables. + * Fix the sqlite3_memory_used() and sqlite3_memory_highwater() + interfaces so that they actually do provide a 64-bit answer. + * experimental extensions, not enabled: + + RBU (Resumable Bulk Update) extension + + FTS5 (Full-text search) extension + ------------------------------------------------------------------- Sun May 24 20:45:03 UTC 2015 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 7f5733a..a711019 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.10.2 +Version: 3.8.11.1 Release: 0 -%define tarversion 3081002 +%define tarversion 3081101 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers