From 94636bea7d87ea915f789b95859e154c1354b34e78ba8a4ecc1c35fe863ec218 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 25 Feb 2015 16:50:21 +0000 Subject: [PATCH] Accepting request 287723 from home:pluskalm:branches:server:database - Update to SQLite 3.8.8.3 * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect results if the qualifying constraint of a partial index appears in the ON clause of a LEFT JOIN. * Added the ability to link against the "linenoise" command-line editing library in unix builds of the command-line shell. OBS-URL: https://build.opensuse.org/request/show/287723 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=120 --- sqlite-autoconf-3080802.tar.gz | 3 --- sqlite-autoconf-3080803.tar.gz | 3 +++ sqlite-doc-3080802.zip | 3 --- sqlite-doc-3080803.zip | 3 +++ sqlite3.changes | 10 ++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3080802.tar.gz create mode 100644 sqlite-autoconf-3080803.tar.gz delete mode 100644 sqlite-doc-3080802.zip create mode 100644 sqlite-doc-3080803.zip diff --git a/sqlite-autoconf-3080802.tar.gz b/sqlite-autoconf-3080802.tar.gz deleted file mode 100644 index aa304bf..0000000 --- a/sqlite-autoconf-3080802.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaa31e961963ff6d34c253c0464e667446d7674f8e375b62a3d66aa5dea26c2d -size 2021091 diff --git a/sqlite-autoconf-3080803.tar.gz b/sqlite-autoconf-3080803.tar.gz new file mode 100644 index 0000000..5338d33 --- /dev/null +++ b/sqlite-autoconf-3080803.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74576964cd9db44c13bf95d6a7c36b06cfdfb2fe4e3e26c9ce1ae0b2e328b411 +size 2021112 diff --git a/sqlite-doc-3080802.zip b/sqlite-doc-3080802.zip deleted file mode 100644 index 3d3b4c4..0000000 --- a/sqlite-doc-3080802.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cb28c9d4bf2b20f827f433eb9dc2caff1d0ca0b79c14232b0902ca67fbe6d4a -size 4962080 diff --git a/sqlite-doc-3080803.zip b/sqlite-doc-3080803.zip new file mode 100644 index 0000000..a8eff9d --- /dev/null +++ b/sqlite-doc-3080803.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3f2c5f006004bda035c96f5a7aa0922397edc3898cd401a7ad8a95e0c6eb3f +size 4972781 diff --git a/sqlite3.changes b/sqlite3.changes index aca5611..fdb6dd7 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Feb 25 16:37:54 UTC 2015 - mpluskal@suse.com + +- Update to SQLite 3.8.8.3 + * Fix a bug (ticket 2326c258d02ead33) that can lead to incorrect + results if the qualifying constraint of a partial index + appears in the ON clause of a LEFT JOIN. + * Added the ability to link against the "linenoise" command-line + editing library in unix builds of the command-line shell. + ------------------------------------------------------------------- Thu Feb 12 12:59:28 UTC 2015 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 0025f14..21f8c80 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.8.2 +Version: 3.8.8.3 Release: 0 -%define tarversion 3080802 +%define tarversion 3080803 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers