From 7cb5666f61eb76ed691f84458bee1169e249dd9b129b5d6644b566b19e5759da Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 27 Jul 2015 19:27:49 +0000 Subject: [PATCH] Accepting request 319027 from home:AndreasStieger:branches:server:database SQLite 3.8.11 OBS-URL: https://build.opensuse.org/request/show/319027 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=130 --- sqlite-autoconf-3081002.tar.gz | 3 --- sqlite-autoconf-3081100.tar.gz | 3 +++ sqlite-doc-3081002.zip | 3 --- sqlite-doc-3081100.zip | 3 +++ sqlite3.changes | 15 +++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3081002.tar.gz create mode 100644 sqlite-autoconf-3081100.tar.gz delete mode 100644 sqlite-doc-3081002.zip create mode 100644 sqlite-doc-3081100.zip 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-3081100.tar.gz b/sqlite-autoconf-3081100.tar.gz new file mode 100644 index 0000000..6399e33 --- /dev/null +++ b/sqlite-autoconf-3081100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89640082f56b0aec1e691ba4976fb592ac905c791e616905d0a5f0c38e88b616 +size 2101901 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-3081100.zip b/sqlite-doc-3081100.zip new file mode 100644 index 0000000..e03e916 --- /dev/null +++ b/sqlite-doc-3081100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d1679325a1df1b62cff9c969c2a916139a78cc7a90256b00659089769856ae +size 5103048 diff --git a/sqlite3.changes b/sqlite3.changes index d3c8712..27a2957 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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..7687ec9 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 Release: 0 -%define tarversion 3081002 +%define tarversion 3081100 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers