From 6d3dd807bf4eea781d9215b8d6395c91badc7034a20bec856d562d9ac8e48ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 3 Nov 2015 05:36:42 +0000 Subject: [PATCH] Accepting request 342160 from home:AndreasStieger:branches:server:database SQLite 3.9.2 OBS-URL: https://build.opensuse.org/request/show/342160 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=136 --- sqlite-autoconf-3090100.tar.gz | 3 --- sqlite-autoconf-3090200.tar.gz | 3 +++ sqlite-doc-3090100.zip | 3 --- sqlite-doc-3090200.zip | 3 +++ sqlite3.changes | 10 ++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3090100.tar.gz create mode 100644 sqlite-autoconf-3090200.tar.gz delete mode 100644 sqlite-doc-3090100.zip create mode 100644 sqlite-doc-3090200.zip diff --git a/sqlite-autoconf-3090100.tar.gz b/sqlite-autoconf-3090100.tar.gz deleted file mode 100644 index 38ad6aa..0000000 --- a/sqlite-autoconf-3090100.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d89d0e1d93deafebd0aa067d20d9029d9914ccde244920d9dd09ea51944e1c6c -size 2284128 diff --git a/sqlite-autoconf-3090200.tar.gz b/sqlite-autoconf-3090200.tar.gz new file mode 100644 index 0000000..b29f135 --- /dev/null +++ b/sqlite-autoconf-3090200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b +size 2284431 diff --git a/sqlite-doc-3090100.zip b/sqlite-doc-3090100.zip deleted file mode 100644 index 692c358..0000000 --- a/sqlite-doc-3090100.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8549a4261f74395496d1ebc4b7d36a51b2b3e57f36520d3c71052190a80ccb9 -size 5289099 diff --git a/sqlite-doc-3090200.zip b/sqlite-doc-3090200.zip new file mode 100644 index 0000000..17aaf1a --- /dev/null +++ b/sqlite-doc-3090200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9ecb9d2b0424ca2a288184ee36fa16a11033400638117dd7c669ad2d39177c +size 5295693 diff --git a/sqlite3.changes b/sqlite3.changes index 67bc105..a92991d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Nov 2 20:51:40 UTC 2015 - astieger@suse.com + +- SQLite 3.9.2: + * Fix the schema parser so that it interprets certain (obscure + and ill-formed) CREATE TABLE statements the same as legacy. + * Fix a query planner problem that could result in an incorrect + answer due to the use of automatic indexing in subqueries in + the FROM clause of a correlated scalar subqueries. + ------------------------------------------------------------------- Fri Oct 16 19:58:52 UTC 2015 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 09448ff..c12f012 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.9.1 +Version: 3.9.2 Release: 0 -%define tarversion 3090100 +%define tarversion 3090200 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers