SHA256
1
0
forked from pool/sqlite3

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

3.20.1

OBS-URL: https://build.opensuse.org/request/show/519615
OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=194
This commit is contained in:
Martin Pluskal 2017-08-30 10:34:18 +00:00 committed by Git OBS Bridge
parent 34fcfa82a6
commit 28b2f1fb20
6 changed files with 16 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0
size 2565548

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b7a4dc411937f33f17a8b0b7cb490d5e718fe37a751ee772d8989c23745f394
size 5695366

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Aug 30 07:46:10 UTC 2017 - astieger@suse.com
- update to 3.20.1:
* Fix a potential memory leak in the new sqlite3_result_pointer()
interface
-------------------------------------------------------------------
Wed Aug 2 00:26:35 UTC 2017 - astieger@suse.com

View File

@ -17,9 +17,9 @@
%define oname sqlite
%define tarversion 3200000
%define tarversion 3200100
Name: sqlite3
Version: 3.20.0
Version: 3.20.1
Release: 0
Summary: Embeddable SQL Database Engine
License: SUSE-Public-Domain
@ -109,6 +109,7 @@ other documentation found on sqlite.org. The files can be found in
%patch1 -p1
rm -v sqlite-doc-%{tarversion}/releaselog/current.html
ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
find -type f -name sqlite.css~ -delete
%build
autoreconf -fiv