diff --git a/qgis.spec b/qgis.spec index 710dc22..2287682 100644 --- a/qgis.spec +++ b/qgis.spec @@ -4,7 +4,7 @@ Name: qgis Version: 1.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -90,6 +90,8 @@ GRASS plugin for Quantum GIS required to interface with the GRASS system. Summary: Python integration and plugins for Quantum GIS Group: Applications/Engineering Requires: %{name} = %{version}-%{release} +Requires: PyQt4 +%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} %description python Python integration and plugins for QGIS. @@ -242,6 +244,10 @@ rm -rf %{buildroot} %{python_sitearch}/%{name} %changelog + +* Wed Jul 14 2010 Volker Fröhlich - 1.4.0-9 +- Re-added missing dependency of PyQt4 and sip for python sub-package + * Fri Jul 09 2010 Volker Fröhlich - 1.4.0-8 - Further completed qt47 patch