diff --git a/qgis.spec b/qgis.spec index e5fbdc3..d2209a0 100644 --- a/qgis.spec +++ b/qgis.spec @@ -3,7 +3,7 @@ Name: qgis Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -62,9 +62,9 @@ GRASS plugins for qgis Summary: Python integration and plugins for qgis Group: Applications/Engineering Requires: %{name} = %{version}-%{release} -Requires: sip Requires: PyQt4 -BuildRequires: sip +%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} +BuildRequires: sip-devel BuildRequires: python-devel BuildRequires: PyQt4-devel @@ -246,6 +246,9 @@ desktop-file-install --vendor="fedora" \ %changelog +* Tue Nov 17 2009 Rex Dieter - 1.0.2-2 +- -python: Requires: sip-api(%%_sip_api_major) >= %%_sip_api (#538119) + * Thu Jul 30 2009 Douglas E. Warner 1.0.2-1 - updating for 1.0.2 - moving libqgispython.so to python subpackage for bug#507381