Rebuilt with sqlite 3.11.0

This commit is contained in:
Jan Staněk 2016-02-17 12:39:13 +01:00
parent 897263df3f
commit 128fb7aed8
1 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%if 0%{?fedora} == 22
%global sqlitever 3.10.2
%global sqlitever 3.11.0
%endif
%if 0%{?fedora} == 23
%global sqlitever 3.10.2
%global sqlitever 3.11.0
%endif
%if 0%{?fedora} == 24
%global sqlitever 3.10.2
%global sqlitever 3.11.0
%endif
%if 0%{?rhel} == 6
%global sqlitever 3.6.20
@ -13,7 +13,7 @@
Name: spatialite-tools
Version: 4.2.0
Release: 19%{?dist}
Release: 20%{?dist}
Summary: A set of useful CLI tools for SpatiaLite
Group: Development/Tools
@ -71,6 +71,9 @@ make install DESTDIR=%{buildroot}
%{_bindir}/spatialite_xml_*
%changelog
* Wed Feb 17 2016 Jan Stanek <jstanek@redhat.com> - 4.2.0-20
- Rebuilt with sqlite 3.11.0
* Fri Jan 22 2016 Jan Stanek <jstanek@redhat.com> - 4.2.0-19
- Rebuilt with sqlite 3.10.2