From fe275c9d10d53fd826594c939d8c34095d93561f974fbeaa46543df51650b3f1 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 19 Nov 2014 14:57:30 +0000 Subject: [PATCH] Accepting request 262316 from home:AndreasStieger:branches:server:database SQLite 3.8.7.2 OBS-URL: https://build.opensuse.org/request/show/262316 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=110 --- sqlite-autoconf-3080701.tar.gz | 3 --- sqlite-autoconf-3080702.tar.gz | 3 +++ sqlite-doc-3080701.zip | 3 --- sqlite-doc-3080702.zip | 3 +++ sqlite3.changes | 14 ++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3080701.tar.gz create mode 100644 sqlite-autoconf-3080702.tar.gz delete mode 100644 sqlite-doc-3080701.zip create mode 100644 sqlite-doc-3080702.zip diff --git a/sqlite-autoconf-3080701.tar.gz b/sqlite-autoconf-3080701.tar.gz deleted file mode 100644 index 1a34e18..0000000 --- a/sqlite-autoconf-3080701.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533 -size 1998389 diff --git a/sqlite-autoconf-3080702.tar.gz b/sqlite-autoconf-3080702.tar.gz new file mode 100644 index 0000000..c738493 --- /dev/null +++ b/sqlite-autoconf-3080702.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da1729e8b39d86bc23c8bdb439ad385afe4fcfcfe2b6796406a062a76e9d20e +size 1998965 diff --git a/sqlite-doc-3080701.zip b/sqlite-doc-3080701.zip deleted file mode 100644 index d64a849..0000000 --- a/sqlite-doc-3080701.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d50444d9ebf4302cb8658172a34602056b65313d93ee32eba213cd7111bfc53a -size 4909904 diff --git a/sqlite-doc-3080702.zip b/sqlite-doc-3080702.zip new file mode 100644 index 0000000..2a4d6e8 --- /dev/null +++ b/sqlite-doc-3080702.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b9c7380868da96171eba482eb559ef2297d086cca85e29513071ebb317e146 +size 4908305 diff --git a/sqlite3.changes b/sqlite3.changes index e2affd0..d53153e 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Nov 19 00:00:00 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.7.2: + * Enhance the ROLLBACK command so that pending queries are + allowed to continue as long as the schema is unchanged. + * Bug fix: Make sure that NULL results from OP_Column are fully + and completely NULL and do not have the MEM_Ephem bit set. + * Bug fix: The %c format in sqlite3_mprintf() is able to handle + precisions greater than 70. + * Bug fix: Do not automatically remove the DISTINCT keyword from + a SELECT that forms the right-hand side of an IN operator since + it is necessary if the SELECT also contains a LIMIT. + ------------------------------------------------------------------- Wed Oct 29 21:03:11 UTC 2014 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index 85d3066..13a5b5c 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.7.1 +Version: 3.8.7.2 Release: 0 -%define tarversion 3080701 +%define tarversion 3080702 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers