This commit is contained in:
Jan Staněk 2015-10-15 10:18:49 +02:00
parent 4181013043
commit 5cb00885e3
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -72,3 +72,5 @@
/sqlite-doc-3081100.zip
/sqlite-src-3081101.zip
/sqlite-doc-3081101.zip
/sqlite-src-3090000.zip
/sqlite-doc-3090000.zip

View File

@ -1,2 +1,2 @@
4550012d85ffdc607d0c86aef2d47974 sqlite-src-3081101.zip
29fc9f4d2346187b11c09f867d69b427 sqlite-doc-3081101.zip
5f78ff90a464d9ccbf6a025e1a640aa2 sqlite-src-3090000.zip
040c53ea68fb617cec19230f8969a5e1 sqlite-doc-3090000.zip

View File

@ -3,9 +3,9 @@
%bcond_with static
%bcond_without check
%define realver 3081101
%define docver 3081101
%define rpmver 3.8.11.1
%define realver 3090000
%define docver 3090000
%define rpmver 3.9.0
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
@ -207,6 +207,9 @@ make test
%endif
%changelog
* Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 3.9.0-1
- Updated to version 3.9.0 (https://sqlite.org/releaselog/3_9_0.html)
* Tue Sep 22 2015 Jan Stanek <jstanek@redhat.com> - 3.8.11.1-1
- Updated to version 3.8.11.1