Rebuild for sqlite 3.9.2 (BZ#1294164)

This commit is contained in:
Volker Fröhlich 2015-12-28 12:26:02 +01:00
parent 828a199ff4
commit ea5d403dad
1 changed files with 7 additions and 13 deletions

View File

@ -1,20 +1,11 @@
%if 0%{?fedora} == 19
%global sqlitever 3.8.3
%endif
%if 0%{?fedora} == 20
%global sqlitever 3.8.10.1
%endif
%if 0%{?fedora} == 21
%global sqlitever 3.9.0
%endif
%if 0%{?fedora} == 22 %if 0%{?fedora} == 22
%global sqlitever 3.9.0 %global sqlitever 3.9.2
%endif %endif
%if 0%{?fedora} == 23 %if 0%{?fedora} == 23
%global sqlitever 3.9.0 %global sqlitever 3.9.2
%endif %endif
%if 0%{?fedora} == 24 %if 0%{?fedora} == 24
%global sqlitever 3.9.0 %global sqlitever 3.9.2
%endif %endif
%if 0%{?rhel} == 6 %if 0%{?rhel} == 6
%global sqlitever 3.6.20 %global sqlitever 3.6.20
@ -22,7 +13,7 @@
Name: spatialite-tools Name: spatialite-tools
Version: 4.3.0 Version: 4.3.0
Release: 4%{?dist} Release: 5%{?dist}
Summary: A set of useful CLI tools for SpatiaLite Summary: A set of useful CLI tools for SpatiaLite
Group: Development/Tools Group: Development/Tools
@ -81,6 +72,9 @@ make install DESTDIR=%{buildroot}
%{_bindir}/spatialite_xml_* %{_bindir}/spatialite_xml_*
%changelog %changelog
* Mon Dec 28 2015 Volker Froehlich <volker27@gmx.at> - 4.3.0-5
- Rebuild for sqlite 3.9.2
* Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 4.3.0-4 * Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 4.3.0-4
- Rebuild for sqlite 3.9.0 - Rebuild for sqlite 3.9.0