This commit is contained in:
Jan Staněk 2016-02-17 10:41:29 +01:00
parent d76b0d7fa7
commit dd10d16dca
3 changed files with 13 additions and 7 deletions

3
.gitignore vendored
View File

@ -84,3 +84,6 @@
/sqlite-src-3100200.zip
/sqlite-doc-3100200.zip
/sqlite-autoconf-3100200.tar.gz
/sqlite-src-3110000.zip
/sqlite-doc-3110000.zip
/sqlite-autoconf-3110000.tar.gz

View File

@ -1,3 +1,3 @@
3dcee5f039837d0a01de31742e48c5f1 sqlite-src-3100200.zip
08f301085279c2e4451f7dd568342943 sqlite-doc-3100200.zip
adaa31593bb5605ec6d6f34f81b43008 sqlite-autoconf-3100200.tar.gz
8e915b6d0b75e792d680ad77055f8b20 sqlite-src-3110000.zip
4e881ce616b44dbb1f2f7fb554bbe0be sqlite-doc-3110000.zip
a6cdc3e0a6e5087d620037ae0c48720d sqlite-autoconf-3110000.tar.gz

View File

@ -3,14 +3,14 @@
%bcond_with static
%bcond_without check
%define realver 3100200
%define docver 3100200
%define rpmver 3.10.2
%define realver 3110000
%define docver 3110000
%define rpmver 3.11.0
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 3%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -219,6 +219,9 @@ make test
%endif
%changelog
* Wed Feb 17 2016 Jan Stanek <jstanek@redhat.com> - 3.11.0-1
- Updated to version 3.11.0 (https://sqlite.org/releaselog/3_11_0.html)
* Mon Feb 08 2016 Jan Stanek <jstanek@redhat.com> - 3.10.2-3
- Split the shared libraries to standalone subpackage