Accepting request 519652 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/519652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=100
This commit is contained in:
commit
bb13cabdb6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0
|
||||
size 2565548
|
3
sqlite-autoconf-3200100.tar.gz
Normal file
3
sqlite-autoconf-3200100.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec66595b29bc0798b023a5122021ea646ab4fa9e2f735937c5426feeba950742
|
||||
size 2565638
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b7a4dc411937f33f17a8b0b7cb490d5e718fe37a751ee772d8989c23745f394
|
||||
size 5695366
|
3
sqlite-doc-3200100.zip
Normal file
3
sqlite-doc-3200100.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0caf410e604411fd925c699d5fcb1d846f9297cdf2e18251eceb3e5708301e85
|
||||
size 5759028
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user