rpms/qgis/devel qgis.spec,1.28,1.29

Douglas E. Warner silfreed at fedoraproject.org
Thu Dec 18 21:40:33 UTC 2008


Author: silfreed

Update of /cvs/pkgs/rpms/qgis/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28585

Modified Files:
	qgis.spec 
Log Message:
* Thu Dec 18 2008 Douglas E. Warner <silfreed at silfreed.net> - 0.11.0-6
- adding patch to fix typedef problems in python build



Index: qgis.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qgis/devel/qgis.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- qgis.spec	18 Dec 2008 17:17:49 -0000	1.28
+++ qgis.spec	18 Dec 2008 21:40:02 -0000	1.29
@@ -3,7 +3,7 @@
 
 Name: qgis
 Version: 0.11.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: A user friendly Open Source Geographic Information System
 
 Group: Applications/Engineering
@@ -11,7 +11,8 @@
 URL: http://qgis.org/
 Source0: http://download.osgeo.org/qgis/src/%{name}_%{version}.tar.gz
 Source1: %{name}.desktop
-#Patch0: qgis-0.10.0-cmake-2.6.patch
+# https://trac.osgeo.org/qgis/changeset/9629
+Patch0: qgis-0.11-pyqt-sip-typedef.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake
@@ -82,7 +83,7 @@
 
 %prep
 %setup -q -n %{name}_%{version}
-#%patch0 -p1
+%patch0 -p2
 
 # fix spurious executable bits
 %{__chmod} -x \
@@ -214,6 +215,9 @@
 
 
 %changelog
+* Thu Dec 18 2008 Douglas E. Warner <silfreed at silfreed.net> - 0.11.0-6
+- adding patch to fix typedef problems in python build
+
 * Thu Dec 18 2008 Douglas E. Warner <silfreed at silfreed.net> - 0.11.0-5
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list