From a5f1dd051c65cf3132b24270ed9d6091b7c9349fe3e73bd24976c43eb029be11 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 17 Nov 2022 12:10:55 +0000 Subject: [PATCH] - update to 3.40.0: * https://sqlite.org/releaselog/3_40_0.html * Add support for compiling SQLite to WASM and running it in wen browsers. * Add the recovery extension that might be able to recover some content from a corrupt database file. * For more changes, see https://sqlite.org/releaselog/3_40_0.html OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=299 --- sqlite-doc-3390400.zip | 3 --- sqlite-doc-3400000.zip | 3 +++ sqlite-src-3390400.zip | 3 --- sqlite-src-3400000.zip | 3 +++ sqlite3.changes | 11 +++++++++++ sqlite3.spec | 4 ++-- 6 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 sqlite-doc-3390400.zip create mode 100644 sqlite-doc-3400000.zip delete mode 100644 sqlite-src-3390400.zip create mode 100644 sqlite-src-3400000.zip diff --git a/sqlite-doc-3390400.zip b/sqlite-doc-3390400.zip deleted file mode 100644 index fc45454..0000000 --- a/sqlite-doc-3390400.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c30c23d0ab6fb2302cd5671fefc06c1c6eb37fd6cffab7a58138d9a3a78a22e -size 10853153 diff --git a/sqlite-doc-3400000.zip b/sqlite-doc-3400000.zip new file mode 100644 index 0000000..07ef409 --- /dev/null +++ b/sqlite-doc-3400000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adc16f71e920963913597d5d0da4fd90aef24a43779e7f75d86e47442f08dad +size 10921883 diff --git a/sqlite-src-3390400.zip b/sqlite-src-3390400.zip deleted file mode 100644 index 8aaf4c1..0000000 --- a/sqlite-src-3390400.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02d96c6ccf811ab9b63919ef717f7e52a450c420e06bd129fb483cd70c3b3bba -size 13405169 diff --git a/sqlite-src-3400000.zip b/sqlite-src-3400000.zip new file mode 100644 index 0000000..9352121 --- /dev/null +++ b/sqlite-src-3400000.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48550828142051293e179ffc6a8520f6fbfd82e1cdca78b93792f766cc89b8e2 +size 13723231 diff --git a/sqlite3.changes b/sqlite3.changes index 76eba4f..65c2bb9 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Nov 17 09:24:02 UTC 2022 - Reinhard Max + +- update to 3.40.0: + * https://sqlite.org/releaselog/3_40_0.html + * Add support for compiling SQLite to WASM and running it in wen + browsers. + * Add the recovery extension that might be able to recover some + content from a corrupt database file. + * For more changes, see https://sqlite.org/releaselog/3_40_0.html + ------------------------------------------------------------------- Wed Nov 2 20:24:07 UTC 2022 - Andreas Stieger diff --git a/sqlite3.spec b/sqlite3.spec index 5e71504..fa74f23 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -17,11 +17,11 @@ %define oname sqlite -%define tarversion 3390400 +%define tarversion 3400000 %bcond_with icu %bcond_without check Name: sqlite3 -Version: 3.39.4 +Version: 3.40.0 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain