SHA256
1
0
forked from pool/sqlite3

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

sqlite3 3.40.1

OBS-URL: https://build.opensuse.org/request/show/1045679
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=303
This commit is contained in:
Martin Pluskal
2023-01-05 08:30:09 +00:00
committed by Git OBS Bridge
parent 989c4161c9
commit 88d34e2eff
7 changed files with 21 additions and 66 deletions

View File

@@ -17,11 +17,11 @@
%define oname sqlite
%define tarversion 3400000
%define tarversion 3400100
%bcond_with icu
%bcond_without check
Name: sqlite3
Version: 3.40.0
Version: 3.40.1
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@@ -31,7 +31,6 @@ Source0: https://www.sqlite.org/2022/sqlite-src-%{tarversion}.zip
Source1: baselibs.conf
Source2: https://www.sqlite.org/2022/sqlite-doc-%{tarversion}.zip
Patch0: sqlite-src-3390000-func7-pg-181.patch
Patch1: sqlite-CVE-2022-46908.patch
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -130,7 +129,6 @@ other documentation found on sqlite.org. The files can be found in
%prep
%setup -q -n sqlite-src-%{tarversion} -a2
%patch0 -p1
%patch1
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html