Updated to version 3.16.0
This commit is contained in:
parent
989e347e7f
commit
2e515f8467
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
7e77629393a635f6e4c0b13327df6489 sqlite-src-3140200.zip
|
||||
5c7297439c41d368bd4cffab5308e9a5 sqlite-doc-3140200.zip
|
||||
90c53cacb811db27f990b8292bd96159 sqlite-autoconf-3140200.tar.gz
|
||||
SHA512 (sqlite-src-3160000.zip) = a070787b09ed5d17004622ec6c332fb6d7b6b660f698b810d6c0af1ca3f99f88d27f1e4bd742ec0d13ba3a443db853c4b46de267640ee218564622c90ed8ed5e
|
||||
SHA512 (sqlite-doc-3160000.zip) = 9ca5394b6949cb0cdafe480d95c0509f29a2defb35fc7a1dbb6db212225d5ebf789a6b4519d03676a067c89a95453486dc5dba0d127610f7b806dc2cc530299a
|
||||
SHA512 (sqlite-autoconf-3160000.tar.gz) = b1f6d5148e3e1238c838ff2eb9dd6f534f61dddda9f3b1275a608a1c3ddd2e8064ddffaf6e90d13dbf203bc7cc5f3f48191dd613a09fd1ba56567f8ccc253687
|
||||
|
15
sqlite.spec
15
sqlite.spec
@ -3,9 +3,9 @@
|
||||
%bcond_with static
|
||||
%bcond_without check
|
||||
|
||||
%define realver 3140200
|
||||
%define docver 3140200
|
||||
%define rpmver 3.14.2
|
||||
%define realver 3160000
|
||||
%define docver 3160000
|
||||
%define rpmver 3.16.0
|
||||
|
||||
Summary: Library that implements an embeddable SQL database engine
|
||||
Name: sqlite
|
||||
@ -15,9 +15,9 @@ License: Public Domain
|
||||
Group: Applications/Databases
|
||||
URL: http://www.sqlite.org/
|
||||
|
||||
Source0: http://www.sqlite.org/2016/sqlite-src-%{realver}.zip
|
||||
Source1: http://www.sqlite.org/2016/sqlite-doc-%{docver}.zip
|
||||
Source2: http://www.sqlite.org/2016/sqlite-autoconf-%{realver}.tar.gz
|
||||
Source0: http://www.sqlite.org/2017/sqlite-src-%{realver}.zip
|
||||
Source1: http://www.sqlite.org/2017/sqlite-doc-%{docver}.zip
|
||||
Source2: http://www.sqlite.org/2017/sqlite-autoconf-%{realver}.tar.gz
|
||||
# Support a system-wide lemon template
|
||||
Patch1: sqlite-3.6.23-lemon-system-template.patch
|
||||
# Shut up stupid tests depending on system settings of allowed open fd's
|
||||
@ -235,6 +235,9 @@ make test
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jan 3 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 3.16.0-1
|
||||
- Updated to version 3.16.0 (https://sqlite.org/releaselog/3_16_0.html)
|
||||
|
||||
* Wed Sep 21 2016 Jakub Dorňák <jdornak@redhat.com> - 3.14.2-1
|
||||
- Updated to version 3.14.2 (https://sqlite.org/releaselog/3_14_2.html)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user