This commit is contained in:
Jan Staněk 2014-03-11 13:37:35 +01:00
parent cc31ef5051
commit 520be4a047
3 changed files with 12 additions and 7 deletions

2
.gitignore vendored
View File

@ -42,3 +42,5 @@
/sqlite-doc-3080200.zip
/sqlite-src-3080300.zip
/sqlite-doc-3080300.zip
/sqlite-src-3080400.zip
/sqlite-doc-3080400.zip

View File

@ -1,2 +1,2 @@
bdcac4ea67646e7d5a659b635f0639be sqlite-src-3080300.zip
627f0a147e06be8b8205bc36151d7ae0 sqlite-doc-3080300.zip
1b49b2d5bb05b0ed56fa1a0aa6c300c3 sqlite-src-3080400.zip
950c4bf6576c3981a6d59f7196e1304d sqlite-doc-3080400.zip

View File

@ -3,14 +3,14 @@
%bcond_with static
%bcond_without check
%define realver 3080300
%define docver 3080300
%define rpmver 3.8.3
%define realver 3080400
%define docver 3080400
%define rpmver 3.8.4
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 2%{?dist}
Release: 1%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -157,7 +157,7 @@ make test
%postun -p /sbin/ldconfig
%files
%doc README
%doc README.md
%{_bindir}/sqlite3
%{_libdir}/*.so.*
%{_mandir}/man?/*
@ -184,6 +184,9 @@ make test
%endif
%changelog
* Tue Mar 11 2014 Jan Stanek <jstanek@redhat.com> 3.8.4-1
- Update to 3.8.4 (http://www.sqlite.org/releaselog/3_8_4.html)
* Sun Feb 23 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.3-2
- Re-enable check on ARM/aarch64 as failing test fixed upstream for non x86 arches
- Modernise spec