Updated to version 3.10.0 (http://sqlite.org/releaselog/3_10_0.html)
This commit is contained in:
parent
8f95779ee5
commit
90f5d3b148
3
.gitignore
vendored
3
.gitignore
vendored
@ -78,3 +78,6 @@
|
|||||||
/sqlite-src-3090200.zip
|
/sqlite-src-3090200.zip
|
||||||
/sqlite-doc-3090200.zip
|
/sqlite-doc-3090200.zip
|
||||||
/sqlite-autoconf-3090200.tar.gz
|
/sqlite-autoconf-3090200.tar.gz
|
||||||
|
/sqlite-src-3100000.zip
|
||||||
|
/sqlite-doc-3100000.zip
|
||||||
|
/sqlite-autoconf-3100000.tar.gz
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
e82195be45c892b79af497b3556b5028 sqlite-src-3090200.zip
|
bb3aaed242eb017d81ef72060223fc04 sqlite-src-3100000.zip
|
||||||
edc091d50cb97880ebebd9d961e37c17 sqlite-doc-3090200.zip
|
178ab3f444794d94786b27456f65c6d7 sqlite-doc-3100000.zip
|
||||||
bc4eb5b3fc5cfcb6e059794306cac1ca sqlite-autoconf-3090200.tar.gz
|
274364e6ca5c1104d42912f11e61ed26 sqlite-autoconf-3100000.tar.gz
|
||||||
|
14
sqlite.spec
14
sqlite.spec
@ -3,9 +3,9 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3090200
|
%define realver 3100000
|
||||||
%define docver 3090200
|
%define docver 3100000
|
||||||
%define rpmver 3.9.2
|
%define rpmver 3.10.0
|
||||||
|
|
||||||
Summary: Library that implements an embeddable SQL database engine
|
Summary: Library that implements an embeddable SQL database engine
|
||||||
Name: sqlite
|
Name: sqlite
|
||||||
@ -36,12 +36,7 @@ BuildRequires: autoconf
|
|||||||
%if %{with tcl}
|
%if %{with tcl}
|
||||||
BuildRequires: /usr/bin/tclsh
|
BuildRequires: /usr/bin/tclsh
|
||||||
BuildRequires: tcl-devel
|
BuildRequires: tcl-devel
|
||||||
%{!?fedora:%{!?tcl_version: %global tcl_version 8.6}}
|
|
||||||
%if %{fedora} <= 20
|
|
||||||
%{!?tcl_version: %global tcl_version 8.5}
|
|
||||||
%else
|
|
||||||
%{!?tcl_version: %global tcl_version 8.6}
|
%{!?tcl_version: %global tcl_version 8.6}
|
||||||
%endif
|
|
||||||
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
|
%{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl%{tcl_version}}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -208,6 +203,9 @@ make test
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 13 2016 Jan Stanek <jstanek@redhat.com> - 3.10.0-1
|
||||||
|
- Updated to version 3.10.0 (http://sqlite.org/releaselog/3_10_0.html)
|
||||||
|
|
||||||
* Mon Dec 21 2015 Jan Stanek <jstanek@redhat.com> - 3.9.2-1
|
* 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)
|
- Updated to version 3.9.2 (http://sqlite.org/releaselog/3_9_2.html)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user