[spatialite-tools/f20] Rebuild for sqlite 3.8.8

Jan Staněk jstanek at fedoraproject.org
Tue Jan 20 11:35:19 UTC 2015


commit 5ea8fbb00cf597b383172d2da11f48e1067651ea
Author: Jan Staněk <jstanek at redhat.com>
Date:   Tue Jan 20 12:35:44 2015 +0100

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

 spatialite-tools.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/spatialite-tools.spec b/spatialite-tools.spec
index 927a641..300e09e 100644
--- a/spatialite-tools.spec
+++ b/spatialite-tools.spec
@@ -2,10 +2,10 @@
 %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%{?rhel} == 6
 %global sqlitever 3.6.20
@@ -13,7 +13,7 @@
 
 Name:           spatialite-tools
 Version:        4.1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        A set of useful CLI tools for SpatiaLite
 
 Group:          Development/Tools
@@ -28,7 +28,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
@@ -71,6 +71,10 @@ make install DESTDIR=%{buildroot}
 
 
 %changelog
+* Tue Jan 20 2015 Jan Stanek <jstanek at redhat.com> - 4.1.1-10
+- 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.1.1-9
 - Rebuild for sqlite 3.8.7.4
 


More information about the scm-commits mailing list