diff --git a/sqlite-autoconf-3100000.tar.gz b/sqlite-autoconf-3100000.tar.gz deleted file mode 100644 index 6ed615f..0000000 --- a/sqlite-autoconf-3100000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43cc292d70711fa7580250c8a1cd7c64813a4a0a479dbd502cce5f10b5d91042 -size 2331542 diff --git a/sqlite-autoconf-3100200.tar.gz b/sqlite-autoconf-3100200.tar.gz new file mode 100644 index 0000000..f8b8a21 --- /dev/null +++ b/sqlite-autoconf-3100200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b3b4bd1291ea7d6c8252f7edff36a4362f2f0e5d5370444ba6cbe313ae2971 +size 2332013 diff --git a/sqlite-doc-3100000.zip b/sqlite-doc-3100000.zip deleted file mode 100644 index c9bcf2b..0000000 --- a/sqlite-doc-3100000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40af646d8c2109e5a15b1787e53524ed16c8e0d1705dda5f005b6186f18c2f2a -size 5350213 diff --git a/sqlite-doc-3100200.zip b/sqlite-doc-3100200.zip new file mode 100644 index 0000000..3e4ab11 --- /dev/null +++ b/sqlite-doc-3100200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21637344807efb9b6c6f615fd98b72620d074c720660940182888a4dbc2af982 +size 5374707 diff --git a/sqlite3.changes b/sqlite3.changes index 6dd1ecf..fe0817b 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 20 19:52:49 UTC 2016 - astieger@suse.com + +- SQlite 3.10.2: + * Fix case-folding bug introduced in 3.10.0 in the LIKE operator + * Fix a use-after-free that can occur when SQLite is compiled + with -DSQLITE_HAS_CODEC. + * Fix the build so that it works with -DSQLITE_OMIT_WAL. + +------------------------------------------------------------------- +Fri Jan 15 15:48:00 UTC 2016 - astieger@suse.com + +- SQLite 3.10.1: + * Fix a 16-month-old bug in the query planner that could generate + incorrect results when a scalar subquery attempts to use the + block sorting optimization. + * Add SQLITE_FCNTL_JOURNAL_POINTER file control + ------------------------------------------------------------------- Thu Jan 7 12:49:58 UTC 2016 - mimi.vx@gmail.com diff --git a/sqlite3.spec b/sqlite3.spec index 71219bd..3c74a71 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 3100000 +%define tarversion 3100200 Name: %{pname} -Version: 3.10.0 +Version: 3.10.2 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain