From c62340807e097d9fff8166e91aaebf4774fa32328ce19a3e663e5741463f8dce Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 9 Jun 2017 07:53:48 +0000 Subject: [PATCH] Accepting request 502499 from home:AndreasStieger:branches:server:database - Update to 3.19.3: * Fix a bug associated with auto_vacuum that can lead to database corruption. (introduced in 3.16.0) OBS-URL: https://build.opensuse.org/request/show/502499 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=188 --- sqlite-autoconf-3190200.tar.gz | 3 --- sqlite-autoconf-3190300.tar.gz | 3 +++ sqlite-doc-3190200.zip | 3 --- sqlite-doc-3190300.zip | 3 +++ sqlite3.changes | 7 +++++++ sqlite3.spec | 4 ++-- 6 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 sqlite-autoconf-3190200.tar.gz create mode 100644 sqlite-autoconf-3190300.tar.gz delete mode 100644 sqlite-doc-3190200.zip create mode 100644 sqlite-doc-3190300.zip diff --git a/sqlite-autoconf-3190200.tar.gz b/sqlite-autoconf-3190200.tar.gz deleted file mode 100644 index 3a18a93..0000000 --- a/sqlite-autoconf-3190200.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca5361fb01cc3ad63d6fd4eb2cb0b6398e629595896d3558f7e121d37dac2ffc -size 2542613 diff --git a/sqlite-autoconf-3190300.tar.gz b/sqlite-autoconf-3190300.tar.gz new file mode 100644 index 0000000..e9dc49d --- /dev/null +++ b/sqlite-autoconf-3190300.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301 +size 2542682 diff --git a/sqlite-doc-3190200.zip b/sqlite-doc-3190200.zip deleted file mode 100644 index be70888..0000000 --- a/sqlite-doc-3190200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d136abeea8d045ab7acef64ce84028dacb418584fa5a259e7ab4233ef21ff46 -size 5577171 diff --git a/sqlite-doc-3190300.zip b/sqlite-doc-3190300.zip new file mode 100644 index 0000000..6d7318f --- /dev/null +++ b/sqlite-doc-3190300.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cda70d5285e35144ddfd4629df8fadc2bae8dbcb43d0638aa874c1c03de101 +size 5649351 diff --git a/sqlite3.changes b/sqlite3.changes index 97eb879..d004549 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 9 07:43:28 UTC 2017 - astieger@suse.com + +- Update to 3.19.3: + * Fix a bug associated with auto_vacuum that can lead to database + corruption. (introduced in 3.16.0) + ------------------------------------------------------------------- Thu May 25 17:52:39 UTC 2017 - idonmez@suse.com diff --git a/sqlite3.spec b/sqlite3.spec index c011730..03fd280 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,9 +17,9 @@ %define oname sqlite -%define tarversion 3190200 +%define tarversion 3190300 Name: sqlite3 -Version: 3.19.2 +Version: 3.19.3 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain