Accepting request 945927 from home:AndreasStieger:branches:server:database

sqlite3 3.37.2

OBS-URL: https://build.opensuse.org/request/show/945927
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=273
This commit is contained in:
Reinhard Max 2022-01-16 14:07:07 +00:00 committed by Git OBS Bridge
parent 6b2ed16806
commit d43b785c99
6 changed files with 23 additions and 10 deletions

View File

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

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

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

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 12 20:25:08 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 3.37.2:
* Fix a bug introduced in version 3.35.0 (2021-03-12) that can
cause database corruption if a SAVEPOINT is rolled back while
in PRAGMA temp_store=MEMORY mode, and other changes are made,
and then the outer transaction commits
* Fix a long-standing problem with ON DELETE CASCADE and ON
UPDATE CASCADE in which a cache of the bytecode used to
implement the cascading change was not being reset following a
local DDL change
-------------------------------------------------------------------
Sun Jan 2 12:12:55 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,18 +17,18 @@
%define oname sqlite
%define tarversion 3370100
%define tarversion 3370200
%bcond_with icu
Name: sqlite3
Version: 3.37.1
Version: 3.37.2
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
Group: Productivity/Databases/Servers
URL: https://www.sqlite.org/
Source0: https://www.sqlite.org/2021/sqlite-src-%{tarversion}.zip
Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip
Source1: baselibs.conf
Source2: https://www.sqlite.org/2021/sqlite-doc-%{tarversion}.zip
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig