This commit is contained in:
Jan Staněk 2013-10-22 15:10:28 +02:00
parent 2b63b05a01
commit f75c937c9d
3 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -36,3 +36,5 @@
/sqlite-doc-3071700.zip
/sqlite-src-3080002.zip
/sqlite-doc-3080002.zip
/sqlite-src-3080100.zip
/sqlite-doc-3080100.zip

View File

@ -1,2 +1,2 @@
99c9161e32981fba8bed160a86485d03 sqlite-src-3080002.zip
3f6cdfaff621cc3575ed71c66a396b75 sqlite-doc-3080002.zip
f05e46a9bea9f4be2165de2b425d0eed sqlite-src-3080100.zip
283ae3e6cf78f0bb0c7a17b67129ef68 sqlite-doc-3080100.zip

View File

@ -3,14 +3,14 @@
%bcond_with static
%bcond_without check
%define realver 3080002
%define docver 3080002
%define rpmver 3.8.0.2
%define realver 3080100
%define docver 3080100
%define rpmver 3.8.1
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 4%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -197,6 +197,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Oct 22 2013 Jan Stanek <jstanek@redhat.com> - 3.8.1-1
- Update to 3.8.1 (http://www.sqlite.org/releaselog/3_8_1.html)
* Thu Sep 26 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0.2-4
- Removed fullversioned provides and start using full version for rpm version