diff --git a/qgis.spec b/qgis.spec index 785f7eb..569935b 100644 --- a/qgis.spec +++ b/qgis.spec @@ -19,7 +19,7 @@ Name: qgis Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A user friendly Open Source Geographic Information System # There are build issues at the moment; working with upstream @@ -151,6 +151,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gdal-python Requires: PyQt4 Requires: python-httplib2 +Requires: python-psycopg2 Requires: qscintilla-python %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} @@ -394,6 +395,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libexecdir}/%{name} %changelog +* Wed Dec 25 2013 Volker Fröhlich - 2.0.1-7 +- Python sub-package must require psycopg2 for the Processing plug-in + (BZ #1043683) + * Fri Nov 08 2013 Volker Fröhlich - 2.0.1-6 - Rebuild for new qwt and qwtpolar