diff --git a/qgis.spec b/qgis.spec index 2e53330..8e2f6ae 100644 --- a/qgis.spec +++ b/qgis.spec @@ -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 @@ License: GPLv2+ 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 @@ Addtional theme for qgis - nkids %prep %setup -q -n %{name}_%{version} -#%patch0 -p1 +%patch0 -p2 # fix spurious executable bits %{__chmod} -x \ @@ -214,6 +215,9 @@ desktop-file-install --vendor="fedora" \ %changelog +* Thu Dec 18 2008 Douglas E. Warner - 0.11.0-6 +- adding patch to fix typedef problems in python build + * Thu Dec 18 2008 Douglas E. Warner - 0.11.0-5 - Rebuild for Python 2.6