From 22d52788500a15be64e919174ec1d43a1a68407e5c726bcbce43bb8b2a645df4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Apr 2018 11:55:06 +0000 Subject: [PATCH] Accepting request 595601 from home:AndreasStieger:branches:server:database sqlite3 3.23.1 OBS-URL: https://build.opensuse.org/request/show/595601 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=205 --- sqlite-autoconf-3230000.tar.gz | 3 --- sqlite-autoconf-3230100.tar.gz | 3 +++ sqlite-doc-3230000.zip | 3 --- sqlite-doc-3230100.zip | 3 +++ sqlite3.changes | 15 +++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3230000.tar.gz create mode 100644 sqlite-autoconf-3230100.tar.gz delete mode 100644 sqlite-doc-3230000.zip create mode 100644 sqlite-doc-3230100.zip diff --git a/sqlite-autoconf-3230000.tar.gz b/sqlite-autoconf-3230000.tar.gz deleted file mode 100644 index 16bcc6a..0000000 --- a/sqlite-autoconf-3230000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7711a1800a071674c2bf76898ae8584fc6c9643cfe933cfc1bc54361e3a6e49 -size 2674030 diff --git a/sqlite-autoconf-3230100.tar.gz b/sqlite-autoconf-3230100.tar.gz new file mode 100644 index 0000000..eee01a2 --- /dev/null +++ b/sqlite-autoconf-3230100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25 +size 2675362 diff --git a/sqlite-doc-3230000.zip b/sqlite-doc-3230000.zip deleted file mode 100644 index 650e5aa..0000000 --- a/sqlite-doc-3230000.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbcd7e875350d68d0b60486ce7b91c51c66b17e7b850c71e1a4357a3baa9c2d5 -size 8832536 diff --git a/sqlite-doc-3230100.zip b/sqlite-doc-3230100.zip new file mode 100644 index 0000000..be4fefa --- /dev/null +++ b/sqlite-doc-3230100.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f936ba6db3540db92f878990d088b10bb453c691fccf05714396a03c813872 +size 8882546 diff --git a/sqlite3.changes b/sqlite3.changes index 46a720a..aa3ab59 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Apr 11 11:40:57 UTC 2018 - astieger@suse.com + +- update to 3.23.1: + * Fix two problems in the new LEFT JOIN strength reduction + optimization + * Fix misbehavior of the FTS5 xBestIndex method + * Fix a harmless reference to an uninitialized virtual machine + register + * Fix the eval.c extension so that it works with PRAGMA + empty_result_callbacks=ON + * Fix the generate_series virtual table so that it correctly + returns no rows if any of its constraints are NULL + * Performance enhancements in the parser + ------------------------------------------------------------------- Mon Apr 2 18:33:42 UTC 2018 - astieger@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index 83e39fe..63b82a3 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,9 +17,9 @@ %define oname sqlite -%define tarversion 3230000 +%define tarversion 3230100 Name: sqlite3 -Version: 3.23.0 +Version: 3.23.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain