Accepting request 1072680 from home:AndreasStieger:branches:server:database
sqlite3 3.41.1 OBS-URL: https://build.opensuse.org/request/show/1072680 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=310
This commit is contained in:
parent
83e27cb4e6
commit
5b479316ed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b877ca5e24b28e3a027b30a04e03cecba25d88c53ab30f8cf47f16ab652078b
|
||||
size 10979224
|
3
sqlite-doc-3410100.zip
Normal file
3
sqlite-doc-3410100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d0115f41aa497cd0c43351b93cecdccd3c7d970c7f7c2846255f4690c66e95e
|
||||
size 10996110
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a7638a35e86b991f0c15ae8e2830063b694b28068b8f7595358e3205a9eb66
|
||||
size 13831104
|
3
sqlite-src-3410100.zip
Normal file
3
sqlite-src-3410100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db929012f9009e7f07960e7f017e832d8789a29f4b203071b4fd79229e7d7a20
|
||||
size 13833820
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 15:44:46 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 3.41.1:
|
||||
* Ensure that the datatype for column t1.x in "CREATE TABLE t1 AS
|
||||
SELECT CAST(7 AS INT) AS x;" continues to be INT and is not
|
||||
NUM, for historical compatibility.
|
||||
* Enhance PRAGMA integrity_check to detect when extra bytes
|
||||
appear at the end of an index record.
|
||||
* Fix various obscure bugs reported by the user community
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 8 10:22:39 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3410000
|
||||
%define tarversion 3410100
|
||||
%bcond_with icu
|
||||
%bcond_without check
|
||||
Name: sqlite3
|
||||
Version: 3.41.0
|
||||
Version: 3.41.1
|
||||
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/2022/sqlite-src-%{tarversion}.zip
|
||||
Source0: https://www.sqlite.org/2023/sqlite-src-%{tarversion}.zip
|
||||
Source1: baselibs.conf
|
||||
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
|
||||
Source2: https://www.sqlite.org/2023/sqlite-doc-%{tarversion}.zip
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user