diff --git a/sqlite-autoconf-3080900.tar.gz b/sqlite-autoconf-3080900.tar.gz deleted file mode 100644 index 9197517..0000000 --- a/sqlite-autoconf-3080900.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 -size 2037200 diff --git a/sqlite-autoconf-3081000.tar.gz b/sqlite-autoconf-3081000.tar.gz new file mode 100644 index 0000000..6c39b8a --- /dev/null +++ b/sqlite-autoconf-3081000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b8f9eefbdf0b9bef2044bdc3510c8a3f3b0ddb0489661fb433034187f5a428 +size 2049170 diff --git a/sqlite-doc-3080900.zip b/sqlite-doc-3080900.zip deleted file mode 100644 index 38a78a3..0000000 --- a/sqlite-doc-3080900.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeeb5b9a410c3efabaccb13860dd04e3dbdfcd75e9f05fcb5c2a41d3a1f8f296 -size 5025367 diff --git a/sqlite-doc-3081000.zip b/sqlite-doc-3081000.zip new file mode 100644 index 0000000..e0727d5 --- /dev/null +++ b/sqlite-doc-3081000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef94f17493c93be9f7f4884e0599eb2182ef45e075ab0048cd3c98246d872edd +size 5053667 diff --git a/sqlite3.changes b/sqlite3.changes index 1d87236..4bc5b5d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 7 19:21:37 UTC 2015 - crrodriguez@opensuse.org + +- Update to SQLite 3.8.10 +* Added the y format string to the matchinfo() function of FTS3. +* Performance improvements for ORDER BY, VACUUM, CREATE INDEX, + PRAGMA integrity_check, and PRAGMA quick_check +* Fix many obscure problems discovered while SQL fuzzing. +* Add the ".binary" and ".limits" commands to the command-line shell +* Make the "dbstat" virtual table part of standard builds + when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option. + ------------------------------------------------------------------- Wed Apr 8 19:03:41 UTC 2015 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 0977e26..b9e84c5 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.9 +Version: 3.8.10 Release: 0 -%define tarversion 3080900 +%define tarversion 3081000 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers