- 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
This commit is contained in:
Reinhard Max 2022-11-17 12:10:55 +00:00 committed by Git OBS Bridge
parent 787b628579
commit a5f1dd051c
6 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c30c23d0ab6fb2302cd5671fefc06c1c6eb37fd6cffab7a58138d9a3a78a22e
size 10853153

3
sqlite-doc-3400000.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1adc16f71e920963913597d5d0da4fd90aef24a43779e7f75d86e47442f08dad
size 10921883

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02d96c6ccf811ab9b63919ef717f7e52a450c420e06bd129fb483cd70c3b3bba
size 13405169

3
sqlite-src-3400000.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48550828142051293e179ffc6a8520f6fbfd82e1cdca78b93792f766cc89b8e2
size 13723231

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 17 09:24:02 UTC 2022 - Reinhard Max <max@suse.com>
- 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 <andreas.stieger@gmx.de>

View File

@ -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