[spatialite-tools/f21] Rebuild for sqlite 3.8.8

Jan Staněk jstanek at fedoraproject.org
Tue Jan 20 09:37:47 UTC 2015


commit 801d107b26cc3c04fd013c8e34b224ac76e4ed37
Author: Jan Staněk <jstanek at redhat.com>
Date:   Tue Jan 20 10:38:11 2015 +0100

    Rebuild for sqlite 3.8.8
    
    - Add check for the correct sqlite-devel version

 spatialite-tools.spec |   14 +++++++++-----
 1 files 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 <jstanek at redhat.com> - 4.2.0-7
+- Rebuild for sqlite 3.8.8
+- Add check for the correct sqlite-devel version
+
 * Fri Dec 12 2014 Jan Stanek <jstanek at redhat.com> - 4.2.0-6
 - Rebuild for sqlite 3.8.7.4
 


More information about the scm-commits mailing list