From c5699505fb83e602988bd85a90f7daa1d01cf78f415c0aa0fdaac9325b733d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 9 Apr 2016 06:58:37 +0000 Subject: [PATCH] - Fix a boundary condition error introduced by version 3.12.0 that can result in a crash during heavy SAVEPOINT usage. - Fix views so that they inherit column datatypes from the table that they are defined against, when possible. - Fix the query planner so that IS and IS NULL operators are able to drive an index on a LEFT OUTER JOIN. OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=157 --- sqlite-autoconf-3120000.tar.gz | 3 --- sqlite-autoconf-3120100.tar.gz | 3 +++ sqlite-doc-3120000.zip | 3 --- sqlite-doc-3120100.zip | 3 +++ sqlite3.changes | 10 ++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3120000.tar.gz create mode 100644 sqlite-autoconf-3120100.tar.gz delete mode 100644 sqlite-doc-3120000.zip create mode 100644 sqlite-doc-3120100.zip diff --git a/sqlite-autoconf-3120000.tar.gz b/sqlite-autoconf-3120000.tar.gz deleted file mode 100644 index 7b54014..0000000 --- a/sqlite-autoconf-3120000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53ecdbb5287af673eca3710c5f6c2305e73bb2d034f2a28770bea2be92ed269e -size 2374101 diff --git a/sqlite-autoconf-3120100.tar.gz b/sqlite-autoconf-3120100.tar.gz new file mode 100644 index 0000000..3c4e162 --- /dev/null +++ b/sqlite-autoconf-3120100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c038519862b3983b0475f3ed3143ce4bbfcd21bfbd0741192f415838c831a7c +size 2374576 diff --git a/sqlite-doc-3120000.zip b/sqlite-doc-3120000.zip deleted file mode 100644 index 3c41af3..0000000 --- a/sqlite-doc-3120000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:346d9d56a0193d9396948192b7eca9e45c2adfeea6bbf71df62502830da510f3 -size 5402611 diff --git a/sqlite-doc-3120100.zip b/sqlite-doc-3120100.zip new file mode 100644 index 0000000..8bd379f --- /dev/null +++ b/sqlite-doc-3120100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe53c076922c711a467dde57432583fbf9a12eac57cb75f6116a310880eb088 +size 5410493 diff --git a/sqlite3.changes b/sqlite3.changes index ab5328f..bde54c7 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 9 06:55:32 UTC 2016 - idonmez@suse.com + +- Fix a boundary condition error introduced by version 3.12.0 that + can result in a crash during heavy SAVEPOINT usage. +- Fix views so that they inherit column datatypes from the table + that they are defined against, when possible. +- Fix the query planner so that IS and IS NULL operators are able to + drive an index on a LEFT OUTER JOIN. + ------------------------------------------------------------------- Wed Mar 30 07:47:34 UTC 2016 - idonmez@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index bd88f0f..59ce213 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 3120000 +%define tarversion 3120100 Name: %{pname} -Version: 3.12.0 +Version: 3.12.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain