forked from pool/sqlite3
Accepting request 865503 from home:AndreasStieger:branches:server:database
SQLite 3.34.1 (boo#1181261) OBS-URL: https://build.opensuse.org/request/show/865503 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=254
This commit is contained in:
parent
30b3f3ad53
commit
c129602d4d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e86e24d3c1217b7ef10e67a9ff7f395d1e19a8beee732a46445b493c22979a8
|
||||
size 10069888
|
3
sqlite-doc-3340100.zip
Normal file
3
sqlite-doc-3340100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03d41ff85e49b78f53c8297b37b1f287b4f3df5294f168150c7b8fb2a1a8530d
|
||||
size 10074559
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5c2000ece56d2de13c474658b9cdba6b7f2608a4d711e245518ea02a2a2333e
|
||||
size 12623425
|
3
sqlite-src-3340100.zip
Normal file
3
sqlite-src-3340100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dddd237996b096dee8b37146c7a37a626a80306d6695103d2ec16ee3b852ff49
|
||||
size 12623711
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 20:13:10 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- SQLite 3.34.1:
|
||||
* Fix a potential use-after-free bug when processing a a subquery
|
||||
with both a correlated WHERE clause and a "HAVING 0" clause and
|
||||
where the parent query is an aggregate (boo#1181261)
|
||||
* Fix documentation typos
|
||||
* Fix minor problems in extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 09:08:39 UTC 2020 - Reinhard Max <max@suse.com>
|
||||
|
||||
|
10
sqlite3.spec
10
sqlite3.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sqlite3
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,18 +17,18 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3340000
|
||||
%define tarversion 3340100
|
||||
%bcond_with icu
|
||||
Name: sqlite3
|
||||
Version: 3.34.0
|
||||
Version: 3.34.1
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
URL: https://www.sqlite.org/
|
||||
Source0: http://www.sqlite.org/2020/sqlite-src-%{tarversion}.zip
|
||||
Source0: http://www.sqlite.org/2021/sqlite-src-%{tarversion}.zip
|
||||
Source1: baselibs.conf
|
||||
Source2: http://www.sqlite.org/2020/sqlite-doc-%{tarversion}.zip
|
||||
Source2: http://www.sqlite.org/2021/sqlite-doc-%{tarversion}.zip
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user