diff --git a/PyQt4.spec b/PyQt4.spec index 2e6b5e6..783bac8 100644 --- a/PyQt4.spec +++ b/PyQt4.spec @@ -1,8 +1,8 @@ %define pythonsip_ver %(sip -V) Name: PyQt4 -Version: 4.10.3 -Release: 2mamba +Version: 4.11.2 +Release: 1mamba Summary: Python bindings for the Qt cross platform GUI toolkit Group: System/Libraries Vendor: openmamba @@ -47,7 +47,7 @@ BuildRequires: libpython-devel BuildRequires: python-dbus BuildRequires: python-dbus-devel # WARNING: do not parametrize python-sip-devel version or it will be useless for ports -BuildRequires: python-sip-devel >= 4.14.7 +BuildRequires: python-sip-devel >= 4.16.1 Requires: python-sip = %{pythonsip_ver} Requires: python-dbus BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -82,9 +82,9 @@ This package contains the QtDesigner support components for PyQt4. #% ifarch arm #% patch1 -p1 #% endif -%ifarch x86_64 -%patch2 -p1 -%endif +#%ifarch x86_64 +#% patch2 -p1 +#%endif %build sed -i "/generate_code(\"phonon\")/s:phonon\":&, extra_include_dirs=[\"%{_includedir}/phonon\"]:" configure.py @@ -120,7 +120,7 @@ find examples/ -type f -exec chmod 0644 {} ';' %files %defattr(-,root,root) -%{python27_sitearch}/dbus/mainloop/qt.so +%{python27_sitelib}/dbus/mainloop/qt.so %{python27_sitearch}/PyQt4/Qt.so %{python27_sitearch}/PyQt4/QtAssistant.so %{python27_sitearch}/PyQt4/QtCore.so @@ -162,6 +162,9 @@ find examples/ -type f -exec chmod 0644 {} ';' %{_qt4_plugindir}/designer/* %changelog +* Thu Sep 25 2014 Silvan Calarco 4.11.2-1mamba +- update to 4.11.2 + * Wed Dec 25 2013 Silvan Calarco 4.10.3-2mamba - rebuilt with python-sip 4.15.3