diff --git a/qgis.spec b/qgis.spec index e2d9923..75dcc41 100644 --- a/qgis.spec +++ b/qgis.spec @@ -3,7 +3,7 @@ # libspatialite is present for PPC and PPC64 in Fedora and EL7, but not in older EL %global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=TRUE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE -%if 0%{?rhel} <= 6 +%if (0%{?rhel} <= 6 && !0%{?fedora}) %ifarch ppc ppc64 %global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=FALSE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE %endif @@ -12,7 +12,7 @@ #TODO: Run test suite (see debian/rules) Name: qgis -Version: 2.8.3 +Version: 2.8.4 Release: 1%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -401,7 +401,14 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog -* Fri Aug 7 2015 Dave Johansen - 2.8.3-1 +* Mon Nov 30 2015 Volker Fröhlich - 2.8.4-1 +- New upstream release + +* Wed Sep 23 2015 Volker Froehlich - 2.8.3-2 +- Correct conditionals for spatialite support on PPC and Fedora + (Thanks to Rafael Fonseca) + +* Wed Aug 19 2015 Volker Fröhlich - 2.8.3-1 - New upstream release * Wed Jun 3 2015 Volker Fröhlich - 2.8.2-1 diff --git a/sources b/sources index b0978fa..8494330 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81ff18b94e9bcc3344da9af0837c3d3c qgis-2.8.3.tar.bz2 +f84d524fe187623f87d9ee28853f5096 qgis-2.8.4.tar.bz2