From da0d447e9b22bd61122870ed43da3e13d28847981c4d6558a0c63174b427c40d Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 3 Jan 2017 11:44:25 +0000 Subject: [PATCH] - Update to version 3.16.0: OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=176 --- sqlite-autoconf-3150200.tar.gz | 3 --- sqlite-autoconf-3160000.tar.gz | 3 +++ sqlite-doc-3150200.zip | 3 --- sqlite-doc-3160000.zip | 3 +++ sqlite3.changes | 30 ++++++++++++++++++++++++++++++ sqlite3.spec | 10 +++++----- 6 files changed, 41 insertions(+), 11 deletions(-) delete mode 100644 sqlite-autoconf-3150200.tar.gz create mode 100644 sqlite-autoconf-3160000.tar.gz delete mode 100644 sqlite-doc-3150200.zip create mode 100644 sqlite-doc-3160000.zip diff --git a/sqlite-autoconf-3150200.tar.gz b/sqlite-autoconf-3150200.tar.gz deleted file mode 100644 index 2607875..0000000 --- a/sqlite-autoconf-3150200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b35063b9386865b78226cdaca9a299d938a87aaa8fdc4d73edb0cef30f3149 -size 2491735 diff --git a/sqlite-autoconf-3160000.tar.gz b/sqlite-autoconf-3160000.tar.gz new file mode 100644 index 0000000..1e15021 --- /dev/null +++ b/sqlite-autoconf-3160000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5102404047054b2cec2f43463293f94dea39425d42bf386d24596ab4fac7c7ff +size 2506992 diff --git a/sqlite-doc-3150200.zip b/sqlite-doc-3150200.zip deleted file mode 100644 index 83eca8c..0000000 --- a/sqlite-doc-3150200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d231fb3a7c890d2107b60859d4f626abfcd5cf82e7f3abc1f32dc6748ac54421 -size 5464066 diff --git a/sqlite-doc-3160000.zip b/sqlite-doc-3160000.zip new file mode 100644 index 0000000..72b0343 --- /dev/null +++ b/sqlite-doc-3160000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1443e119315fd06742ed6123ec985ac168c908418f75fc86a7f3365ce5db047e +size 5513426 diff --git a/sqlite3.changes b/sqlite3.changes index 491b5ac..c509a96 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Jan 3 11:41:56 UTC 2017 - mpluskal@suse.com + +- Update to version 3.16.0: + * Uses 9% fewer CPU cycles. (See the CPU performance measurement + report for details on how the this performance increase was + computed.) + * Added experimental support for PRAGMA functions. + * Added the SQLITE_DBCONFIG_NO_CKPT_ON_CLOSE option to + sqlite3_db_config(). + * Enhance the date and time functions so that the 'unixepoch' + modifier works for the full span of supported dates. + * Changed the default configuration of the lookaside memory + allocator from 500 slots of 128 bytes each into 125 slots of + 512 bytes each. + * Enhanced "WHERE x NOT NULL" partial indexes so that they are + usable if the "x" column appears in a LIKE or GLOB operator. + * Enhanced sqlite3_interrupt() so that it interrupts checkpoint + operations that are in process. + * Enhanced the LIKE and GLOB matching algorithm to be faster for + cases when the pattern contains multiple wildcards. + * Added the SQLITE_FCNTL_WIN32_GET_HANDLE file control opcode. + * Added ".mode quote" to the command-line shell. + * Added ".lint fkey-indexes" to the command-line shell. + * Added the .imposter dot-command to the command-line shell. + * Added the remember(V,PTR) SQL function as a loadable extension. + * Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to + * SQLITE_UNTESTABLE to better reflect the implications of using + it. + ------------------------------------------------------------------- Fri Dec 30 13:39:56 UTC 2016 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index b70e0db..80052d6 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,17 @@ %define oname sqlite -%define tarversion 3150200 +%define tarversion 3160000 Name: sqlite3 -Version: 3.15.2 +Version: 3.16.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers Url: http://www.sqlite.org/ -Source0: http://www.sqlite.org/2016/sqlite-autoconf-%{tarversion}.tar.gz +Source0: http://www.sqlite.org/2017/sqlite-autoconf-%{tarversion}.tar.gz Source1: baselibs.conf -Source2: http://www.sqlite.org/2016/sqlite-doc-%{tarversion}.zip +Source2: http://www.sqlite.org/2017/sqlite-doc-%{tarversion}.zip Patch1: sqlite-fts5-link.patch BuildRequires: autoconf BuildRequires: automake