SHA256
1
0
forked from pool/sqlite3

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

- add sqlite-src-3390000-func7-pg-181.patch to skip float precision
  related test failures on 32 bit

OBS-URL: https://build.opensuse.org/request/show/986303
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=287
This commit is contained in:
2022-07-13 14:47:10 +00:00
committed by Git OBS Bridge
parent 38c80b0039
commit 8c683ec588
3 changed files with 33 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ URL: https://www.sqlite.org/
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
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
@@ -127,6 +128,7 @@ other documentation found on sqlite.org. The files can be found in
%prep
%setup -q -n sqlite-src-%{tarversion} -a2
%autopatch -p1
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html