diff --git a/qgis.spec b/qgis.spec index a3023da..1010fe8 100644 --- a/qgis.spec +++ b/qgis.spec @@ -15,7 +15,7 @@ Name: qgis Version: 2.14.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -97,13 +97,11 @@ Requires: gpsbabel # We don't want to provide private Python extension libs %if (0%{?fedora} || 0%{?rhel} > 6) %global __provides_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$ -%global __requires_exclude_from ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$ %endif %if 0%{?rhel} == 6 %{?filter_setup: %filter_provides_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$ -%filter_requires_in ^(%{python_sitearch}|%{_libdir}/%{name}/plugins)/.*\.so(\.%{version})?$ %filter_setup } %endif @@ -216,7 +214,7 @@ gzip ChangeLog -D WITH_BINDINGS:BOOL=TRUE \ -D MAPSERVER_SKIP_ECW=TRUE \ -D WITH_GRASS:BOOL=TRUE \ - -D WITH_GRASS6:BOOL=TRUE \ + -D WITH_GRASS7:BOOL=TRUE \ -D GRASS_PREFIX=%{_libdir}/grass \ -D WITH_MAPSERVER:BOOL=TRUE \ -D WITH_CUSTOM_WIDGETS:BOOL=TRUE \ @@ -408,6 +406,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Wed Mar 16 2016 Volker Froehlich - 2.14.0-3 +- Build with Grass 7 +- Remove Requires-filtering, hiding the dependency on libgsl + * Wed Mar 9 2016 Volker Froehlich - 2.14.0-2 - Add patch for upstream issue #14402 (MSSQL)