rpms/qgis/devel qgis.spec,1.44,1.45

Volker Fröhlich volter at fedoraproject.org
Fri Jul 16 16:22:59 UTC 2010


Author: volter

Update of /cvs/pkgs/rpms/qgis/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14934

Modified Files:
	qgis.spec 
Log Message:
Fixed Requires in Python sub-package



Index: qgis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/qgis.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- qgis.spec	11 Jul 2010 23:32:19 -0000	1.44
+++ qgis.spec	16 Jul 2010 16:22:59 -0000	1.45
@@ -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
 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 <volker27 at gmx.at> - 1.4.0-9
+- Re-added missing dependency of PyQt4 and sip for python sub-package
+
 * Fri Jul 09 2010 Volker Fröhlich <volker27 at gmx.at> - 1.4.0-8
 - Further completed qt47 patch
 



More information about the scm-commits mailing list