This commit is contained in:
Jan Staněk 2013-05-22 13:38:15 +02:00
parent f57859a490
commit 3e086960fb
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -32,3 +32,5 @@
/sqlite-src-3071601.zip
/sqlite-doc-3071602.zip
/sqlite-src-3071602.zip
/sqlite-src-3071700.zip
/sqlite-doc-3071700.zip

View File

@ -1,2 +1,2 @@
2561853991248a951cd15347d51375d0 sqlite-doc-3071602.zip
0d821779acdb56eee1fd71343b41a1cc sqlite-src-3071602.zip
20f31ef72d9874fd8749c66441eaff74 sqlite-src-3071700.zip
f8a99a3db44c9564b32fc47eca6d8cf0 sqlite-doc-3071700.zip

View File

@ -3,14 +3,14 @@
%bcond_with static
%bcond_without check
%define realver 3071602
%define docver 3071602
%define rpmver 3.7.16.2
%define realver 3071700
%define docver 3071700
%define rpmver 3.7.17
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 2%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -193,6 +193,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%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
- Added missing options to man page (#948862)