Rebuild for sqlite 3.14.1

This commit is contained in:
Jakub Dorňák 2016-08-16 21:01:49 +02:00
parent 2bc3653cf8
commit 345f364c40
1 changed files with 8 additions and 5 deletions

View File

@ -1,16 +1,16 @@
%if 0%{?fedora} <= 23
%global sqlitever 3.11.0
%endif
%if 0%{?fedora} >= 24
%if 0%{?fedora} <= 24
%global sqlitever 3.13.0
%endif
%if 0%{?fedora} >= 25
%global sqlitever 3.14.1
%endif
%if 0%{?rhel} == 6
%global sqlitever 3.6.20
%endif
Name: spatialite-tools
Version: 4.3.0
Release: 12%{?dist}
Release: 13%{?dist}
Summary: A set of useful CLI tools for SpatiaLite
Group: Development/Tools
@ -69,6 +69,9 @@ make install DESTDIR=%{buildroot}
%{_bindir}/spatialite_xml_*
%changelog
* Tue Aug 16 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-13
- Rebuild for sqlite 3.14.1
* Thu Jul 28 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-12
- Rebuild for sqlite 3.13.0