From 801d107b26cc3c04fd013c8e34b224ac76e4ed37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Tue, 20 Jan 2015 10:38:11 +0100 Subject: [PATCH] Rebuild for sqlite 3.8.8 - Add check for the correct sqlite-devel version --- spatialite-tools.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/spatialite-tools.spec b/spatialite-tools.spec index 60c0165..5c4af56 100644 --- a/spatialite-tools.spec +++ b/spatialite-tools.spec @@ -2,13 +2,13 @@ %global sqlitever 3.8.3 %endif %if 0%{?fedora} == 20 -%global sqlitever 3.8.7.4 +%global sqlitever 3.8.8 %endif %if 0%{?fedora} == 21 -%global sqlitever 3.8.7.4 +%global sqlitever 3.8.8 %endif %if 0%{?fedora} == 22 -%global sqlitever 3.8.7.4 +%global sqlitever 3.8.8 %endif %if 0%{?rhel} == 6 %global sqlitever 3.6.20 @@ -16,7 +16,7 @@ Name: spatialite-tools Version: 4.2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A set of useful CLI tools for SpatiaLite Group: Development/Tools @@ -31,7 +31,7 @@ BuildRequires: libspatialite-devel BuildRequires: proj-devel BuildRequires: readline-devel BuildRequires: readosm-devel -BuildRequires: sqlite-devel +BuildRequires: sqlite-devel %{?sqlitever: = %{sqlitever}} BuildRequires: zlib-devel # BZ 1048587 # The spatialite binary is a derivative of the sqlite shell and @@ -74,6 +74,10 @@ make install DESTDIR=%{buildroot} %{_bindir}/spatialite_xml_* %changelog +* Tue Jan 20 2015 Jan Stanek - 4.2.0-7 +- Rebuild for sqlite 3.8.8 +- Add check for the correct sqlite-devel version + * Fri Dec 12 2014 Jan Stanek - 4.2.0-6 - Rebuild for sqlite 3.8.7.4