From aaf82b0182d0c4c59ea225ed46c64de3ec723cd85d22c596b2e762775b3ef7e4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 8 Apr 2015 19:41:52 +0000 Subject: [PATCH] Accepting request 295044 from home:AndreasStieger:branches:server:database sqlite3 3.8.9 OBS-URL: https://build.opensuse.org/request/show/295044 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=122 --- sqlite-autoconf-3080803.tar.gz | 3 --- sqlite-autoconf-3080900.tar.gz | 3 +++ sqlite-doc-3080803.zip | 3 --- sqlite-doc-3080900.zip | 3 +++ sqlite3.changes | 22 ++++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3080803.tar.gz create mode 100644 sqlite-autoconf-3080900.tar.gz delete mode 100644 sqlite-doc-3080803.zip create mode 100644 sqlite-doc-3080900.zip diff --git a/sqlite-autoconf-3080803.tar.gz b/sqlite-autoconf-3080803.tar.gz deleted file mode 100644 index 5338d33..0000000 --- a/sqlite-autoconf-3080803.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 -size 2021112 diff --git a/sqlite-autoconf-3080900.tar.gz b/sqlite-autoconf-3080900.tar.gz new file mode 100644 index 0000000..9197517 --- /dev/null +++ b/sqlite-autoconf-3080900.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ebb6392cd2289fbff903af7ff67f3e49bd01ff30544b8028ecededd60269a2 +size 2037200 diff --git a/sqlite-doc-3080803.zip b/sqlite-doc-3080803.zip deleted file mode 100644 index a8eff9d..0000000 --- a/sqlite-doc-3080803.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3f2c5f006004bda035c96f5a7aa0922397edc3898cd401a7ad8a95e0c6eb3f -size 4972781 diff --git a/sqlite-doc-3080900.zip b/sqlite-doc-3080900.zip new file mode 100644 index 0000000..38a78a3 --- /dev/null +++ b/sqlite-doc-3080900.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeeb5b9a410c3efabaccb13860dd04e3dbdfcd75e9f05fcb5c2a41d3a1f8f296 +size 5025367 diff --git a/sqlite3.changes b/sqlite3.changes index fdb6dd7..1d87236 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Apr 8 19:03:41 UTC 2015 - astieger@suse.com + +- Update to SQLite 3.8.9: + * Added the sqlite3_status64() interface. + * Fix memory size tracking so that it works even if SQLite uses + more than 2GiB of memory. + * Added the PRAGMA index_xinfo command. + * Fix a potential 32-bit integer overflow problem in the + sqlite3_blob_read() and sqlite3_blob_write() interfaces. + * Ensure that prepared statements automatically reset on extended + error codes of SQLITE_BUSY and SQLITE_LOCKED even when + compiled using SQLITE_OMIT_AUTORESET. + * Correct miscounts in the sqlite3_analyzer.exe utility related + to WITHOUT ROWID tables. + * Added the ".dbinfo" command to the command-line shell. + * Improve the performance of fts3/4 queries that use the + OR operator and at least one auxiliary fts function. + * Fix a bug in the fts3 snippet() function causing it to omit + leading separator characters from snippets that begin with the + first token in a column. + ------------------------------------------------------------------- Wed Feb 25 16:37:54 UTC 2015 - mpluskal@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 21f8c80..0977e26 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.8.3 +Version: 3.8.9 Release: 0 -%define tarversion 3080803 +%define tarversion 3080900 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers