This commit is contained in:
Jan Staněk 2014-11-25 09:53:16 +01:00
parent b275f4cd9b
commit 4bb8b3ead8
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -54,3 +54,5 @@
/sqlite-doc-3080600.zip
/sqlite-src-3080700.zip
/sqlite-doc-3080700.zip
/sqlite-src-3080702.zip
/sqlite-doc-3080702.zip

View File

@ -1,2 +1,2 @@
a3a8a689c26bf99ba1dca78fb02c74c7 sqlite-src-3080700.zip
d79dfd2505c57eff30df7b7395c2a0e9 sqlite-doc-3080700.zip
d5f7285c59527caeb2e7401454fdc63e sqlite-src-3080702.zip
ce3fd656e1fbd02ba5312859265f5f22 sqlite-doc-3080702.zip

View File

@ -3,9 +3,9 @@
%bcond_with static
%bcond_without check
%define realver 3080700
%define docver 3080700
%define rpmver 3.8.7
%define realver 3080702
%define docver 3080702
%define rpmver 3.8.7.2
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
@ -204,6 +204,9 @@ make test
%endif
%changelog
* Tue Nov 25 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.2-1
- Updated to version 3.8.7.2 (http://sqlite.org/releaselog/3_8_7_2.html)
* Tue Oct 21 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7-1
- Updated to version 3.8.7 (http://sqlite.org/releaselog/3_8_7.html)
- Dropped patch for problem fixed upstream