From 5b5d01a5e2c4dd55f5bd771829470374fd8b017afbe95f9e0ce1b7f396b3291c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 25 Aug 2014 09:19:42 +0000 Subject: [PATCH] Accepting request 244887 from home:AndreasStieger:branches:server:database SQLite 3.8.6 OBS-URL: https://build.opensuse.org/request/show/244887 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=104 --- sqlite-autoconf-3080500.tar.gz | 3 --- sqlite-autoconf-3080600.tar.gz | 3 +++ sqlite-doc-3080500.zip | 3 --- sqlite-doc-3080600.zip | 3 +++ sqlite3.changes | 25 +++++++++++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3080500.tar.gz create mode 100644 sqlite-autoconf-3080600.tar.gz delete mode 100644 sqlite-doc-3080500.zip create mode 100644 sqlite-doc-3080600.zip diff --git a/sqlite-autoconf-3080500.tar.gz b/sqlite-autoconf-3080500.tar.gz deleted file mode 100644 index dd794fd..0000000 --- a/sqlite-autoconf-3080500.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b -size 1957050 diff --git a/sqlite-autoconf-3080600.tar.gz b/sqlite-autoconf-3080600.tar.gz new file mode 100644 index 0000000..b5938ba --- /dev/null +++ b/sqlite-autoconf-3080600.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95 +size 1968379 diff --git a/sqlite-doc-3080500.zip b/sqlite-doc-3080500.zip deleted file mode 100644 index 7bd4f12..0000000 --- a/sqlite-doc-3080500.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d694c49f35d93f54fc714e749ea773e0d8cf2a8eb733d19b6749c27f9604929a -size 4446454 diff --git a/sqlite-doc-3080600.zip b/sqlite-doc-3080600.zip new file mode 100644 index 0000000..76b59a8 --- /dev/null +++ b/sqlite-doc-3080600.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c187ffe719e35ab03970db4d1fb4a4865ae4f8d943ceaaa79f635a51d982ca6e +size 4736026 diff --git a/sqlite3.changes b/sqlite3.changes index d4abc62..9acb224 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Aug 15 18:13:00 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.6 + * Added support for hexadecimal integer literals in the SQL + parser. (Ex: 0x123abc) + * Enhanced the PRAGMA integrity_check command to detect UNIQUE + and NOT NULL constraint violations. + * Increase the maximum value of SQLITE_MAX_ATTACHED from 62 to + 125. + * Increase the timeout in WAL mode before issuing an + SQLITE_PROTOCOL error from 1 second to 10 seconds. + * Added the likely(X) SQL function. + * The unicode61 tokenizer is now included in FTS4 by default. + * Trigger automatic reprepares on all prepared statements when + ANALYZE is run. + * Added a new loadable extension source code file to the source + tree: fileio.c + * Add extension functions readfile(X) and writefile(X,Y) (using + code copy/pasted from fileio.c in the previous bullet) to the + command-line shell. + * Added the .fullschema dot-command to the command-line shell. + * performance enhancements + * bug fixes + ------------------------------------------------------------------- Wed Jun 4 20:00:01 UTC 2014 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index c813381..ef02cd2 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.5 +Version: 3.8.6 Release: 0 -%define tarversion 3080500 +%define tarversion 3080600 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers