diff --git a/spatialite-tools.spec b/spatialite-tools.spec index 9f3e62a..e9a5f71 100644 --- a/spatialite-tools.spec +++ b/spatialite-tools.spec @@ -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 - 4.3.0-13 +- Rebuild for sqlite 3.14.1 + * Thu Jul 28 2016 Jakub Dorňák - 4.3.0-12 - Rebuild for sqlite 3.13.0