diff --git a/sqlite-autoconf-3110000.tar.gz b/sqlite-autoconf-3110000.tar.gz deleted file mode 100644 index 9b94845..0000000 --- a/sqlite-autoconf-3110000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb -size 2359347 diff --git a/sqlite-autoconf-3110100.tar.gz b/sqlite-autoconf-3110100.tar.gz new file mode 100644 index 0000000..931ba89 --- /dev/null +++ b/sqlite-autoconf-3110100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533ff1d0271c2e666f01591271cef01a31648563affa0c95e80ef735077d4377 +size 2359545 diff --git a/sqlite-doc-3110000.zip b/sqlite-doc-3110000.zip deleted file mode 100644 index 07e3acc..0000000 --- a/sqlite-doc-3110000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a942d89d5bf0aa70c0a01267a52961632b27512c293eb6452f6efe909dcec50 -size 5382519 diff --git a/sqlite-doc-3110100.zip b/sqlite-doc-3110100.zip new file mode 100644 index 0000000..62f2544 --- /dev/null +++ b/sqlite-doc-3110100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f127c51c7936d13de96255b00a6be3862693ff025f61a1d3d17d3d57ee295d0 +size 5386958 diff --git a/sqlite3.changes b/sqlite3.changes index 6fd3be3..f113852 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 4 18:23:17 UTC 2016 - astieger@suse.com + +- SQLite 3.11.1: + * Fix an FTS5 issue in which the 'optimize' command could cause + index corruption. + * Fix a buffer overread that might occur if FTS5 is used to query + a corrupt database file. + * Increase the maximum "scope" value for the spellfix1 extension + from 6 to 30. + ------------------------------------------------------------------- Tue Mar 1 16:18:25 UTC 2016 - lnussel@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index a5fb3b1..c19c10e 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 3110000 +%define tarversion 3110100 Name: %{pname} -Version: 3.11.0 +Version: 3.11.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain