Update to 3.7.17 (http://www.sqlite.org/releaselog/3_7_17.html)
This commit is contained in:
parent
f57859a490
commit
3e086960fb
2
.gitignore
vendored
2
.gitignore
vendored
@ -32,3 +32,5 @@
|
|||||||
/sqlite-src-3071601.zip
|
/sqlite-src-3071601.zip
|
||||||
/sqlite-doc-3071602.zip
|
/sqlite-doc-3071602.zip
|
||||||
/sqlite-src-3071602.zip
|
/sqlite-src-3071602.zip
|
||||||
|
/sqlite-src-3071700.zip
|
||||||
|
/sqlite-doc-3071700.zip
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
2561853991248a951cd15347d51375d0 sqlite-doc-3071602.zip
|
20f31ef72d9874fd8749c66441eaff74 sqlite-src-3071700.zip
|
||||||
0d821779acdb56eee1fd71343b41a1cc sqlite-src-3071602.zip
|
f8a99a3db44c9564b32fc47eca6d8cf0 sqlite-doc-3071700.zip
|
||||||
|
11
sqlite.spec
11
sqlite.spec
@ -3,14 +3,14 @@
|
|||||||
%bcond_with static
|
%bcond_with static
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
%define realver 3071602
|
%define realver 3071700
|
||||||
%define docver 3071602
|
%define docver 3071700
|
||||||
%define rpmver 3.7.16.2
|
%define rpmver 3.7.17
|
||||||
|
|
||||||
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/
|
||||||
@ -193,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 22 2013 Jan Stanek <jstanek@redhat.com> - 3.7.17-1
|
||||||
|
- Update to 3.7.17 (http://www.sqlite.org/releaselog/3_7_17.html)
|
||||||
|
|
||||||
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 3.7.16.2-2
|
* Thu May 16 2013 Jan Stanek <jstanek@redhat.com> - 3.7.16.2-2
|
||||||
- Added missing options to man page (#948862)
|
- Added missing options to man page (#948862)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user