This commit is contained in:
Jan Staněk 2014-12-12 12:39:37 +01:00
parent 4bb8b3ead8
commit 10b7004e32
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -56,3 +56,5 @@
/sqlite-doc-3080700.zip
/sqlite-src-3080702.zip
/sqlite-doc-3080702.zip
/sqlite-src-3080704.zip
/sqlite-doc-3080704.zip

View File

@ -1,2 +1,2 @@
d5f7285c59527caeb2e7401454fdc63e sqlite-src-3080702.zip
ce3fd656e1fbd02ba5312859265f5f22 sqlite-doc-3080702.zip
460fad10bea6b1cce19d012cebc3b463 sqlite-src-3080704.zip
42560edd0f320e09cfff045ca4f6a281 sqlite-doc-3080704.zip

View File

@ -3,9 +3,9 @@
%bcond_with static
%bcond_without check
%define realver 3080702
%define docver 3080702
%define rpmver 3.8.7.2
%define realver 3080704
%define docver 3080704
%define rpmver 3.8.7.4
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
@ -204,6 +204,9 @@ make test
%endif
%changelog
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 3.8.7.4-1
- Updated to version 3.8.7.4 (http://www.sqlite.org/releaselog/3_8_7_4.html)
* 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)