From b9c08b60d45223964c35da08bd96d49dcc3ca2d1134ea317e99fc500d9a44cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 30 Oct 2014 09:16:05 +0000 Subject: [PATCH] Accepting request 258887 from home:AndreasStieger:branches:server:database SQLite 3.8.7.1 OBS-URL: https://build.opensuse.org/request/show/258887 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=108 --- sqlite-autoconf-3080700.tar.gz | 3 --- sqlite-autoconf-3080701.tar.gz | 3 +++ sqlite-doc-3080700.zip | 3 --- sqlite-doc-3080701.zip | 3 +++ sqlite3.changes | 16 ++++++++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3080700.tar.gz create mode 100644 sqlite-autoconf-3080701.tar.gz delete mode 100644 sqlite-doc-3080700.zip create mode 100644 sqlite-doc-3080701.zip diff --git a/sqlite-autoconf-3080700.tar.gz b/sqlite-autoconf-3080700.tar.gz deleted file mode 100644 index e394649..0000000 --- a/sqlite-autoconf-3080700.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0b42377fb59ea8dfe690334af04505e34e60e6875058a01aebd2502ac63d4ae -size 1998217 diff --git a/sqlite-autoconf-3080701.tar.gz b/sqlite-autoconf-3080701.tar.gz new file mode 100644 index 0000000..1a34e18 --- /dev/null +++ b/sqlite-autoconf-3080701.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2854bec7b26dfe9aceb1faa17d40674daa15a23bbab67018191ffbe0339533 +size 1998389 diff --git a/sqlite-doc-3080700.zip b/sqlite-doc-3080700.zip deleted file mode 100644 index b049fdb..0000000 --- a/sqlite-doc-3080700.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79126f7035ae1b32029e8943db492cf82bc617109245fa9a08ec71072122a0eb -size 4901008 diff --git a/sqlite-doc-3080701.zip b/sqlite-doc-3080701.zip new file mode 100644 index 0000000..d64a849 --- /dev/null +++ b/sqlite-doc-3080701.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50444d9ebf4302cb8658172a34602056b65313d93ee32eba213cd7111bfc53a +size 4909904 diff --git a/sqlite3.changes b/sqlite3.changes index 7aef2ed..e2affd0 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Oct 29 21:03:11 UTC 2014 - andreas.stieger@gmx.de + +- SQLite 3.8.7.1: + * In PRAGMA journal_mode=TRUNCATE mode, call fsync() immediately + after truncating the journal file to ensure that the + transaction is durable across a power loss. + * Fix an assertion fault that can occur when updating the NULL + value of a field at the end of a table that was added using + ALTER TABLE ADD COLUMN. + * Do not attempt to use the strchrnul() function from the + standard C library unless the HAVE_STRCHRNULL compile-time + option is set. + * Fix a couple of problems associated with running an UPDATE or + DELETE on a VIEW with a rowid in the WHERE clause. + ------------------------------------------------------------------- Fri Oct 17 19:45:26 UTC 2014 - andreas.stieger@gmx.de diff --git a/sqlite3.spec b/sqlite3.spec index 86fe67f..85d3066 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -21,9 +21,9 @@ %define oname sqlite Name: %pname -Version: 3.8.7 +Version: 3.8.7.1 Release: 0 -%define tarversion 3080700 +%define tarversion 3080701 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers