Updated to version 3.9.2 (http://sqlite.org/releaselog/3_9_2.html)
This commit is contained in:
parent
e6061f0e46
commit
8f95779ee5
3
.gitignore
vendored
3
.gitignore
vendored
@ -75,3 +75,6 @@
|
|||||||
/sqlite-src-3090000.zip
|
/sqlite-src-3090000.zip
|
||||||
/sqlite-doc-3090000.zip
|
/sqlite-doc-3090000.zip
|
||||||
/sqlite-autoconf-3090000.tar.gz
|
/sqlite-autoconf-3090000.tar.gz
|
||||||
|
/sqlite-src-3090200.zip
|
||||||
|
/sqlite-doc-3090200.zip
|
||||||
|
/sqlite-autoconf-3090200.tar.gz
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
5f78ff90a464d9ccbf6a025e1a640aa2 sqlite-src-3090000.zip
|
e82195be45c892b79af497b3556b5028 sqlite-src-3090200.zip
|
||||||
040c53ea68fb617cec19230f8969a5e1 sqlite-doc-3090000.zip
|
edc091d50cb97880ebebd9d961e37c17 sqlite-doc-3090200.zip
|
||||||
cd0f883b2ddfc29e8e1bbbbd8e85f555 sqlite-autoconf-3090000.tar.gz
|
bc4eb5b3fc5cfcb6e059794306cac1ca sqlite-autoconf-3090200.tar.gz
|
||||||
|
11
sqlite.spec
11
sqlite.spec
@ -3,14 +3,14 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3090000
|
%define realver 3090200
|
||||||
%define docver 3090000
|
%define docver 3090200
|
||||||
%define rpmver 3.9.0
|
%define rpmver 3.9.2
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
Version: %{rpmver}
|
Version: %{rpmver}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.sqlite.org/
|
URL: http://www.sqlite.org/
|
||||||
@ -208,6 +208,9 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 21 2015 Jan Stanek <jstanek@redhat.com> - 3.9.2-1
|
||||||
|
- Updated to version 3.9.2 (http://sqlite.org/releaselog/3_9_2.html)
|
||||||
|
|
||||||
* Thu Dec 10 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-2
|
* Thu Dec 10 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-2
|
||||||
- Add autoconf amalgamation for stage2 builds.
|
- Add autoconf amalgamation for stage2 builds.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user