diff --git a/PyQt5.spec b/PyQt5.spec index 285e8e9..dede005 100644 --- a/PyQt5.spec +++ b/PyQt5.spec @@ -1,8 +1,8 @@ %define pythonsip_ver %(sip -V) Name: PyQt5 -Version: 5.3.2 -Release: 2mamba +Version: 5.4 +Release: 1mamba Summary: Python bindings for the Qt5 cross platform GUI toolkit Group: System/Libraries Vendor: openmamba @@ -151,7 +151,7 @@ find examples/ -type f -exec chmod 0644 {} ';' %{python_sitearch}/PyQt5/QtWebSockets.so %{python_sitearch}/PyQt5/QtWidgets.so %{python_sitearch}/PyQt5/QtX11Extras.so -#%{python_sitearch}/PyQt5/QtXml.so +%{python_sitearch}/PyQt5/QtXml.so %{python_sitearch}/PyQt5/QtXmlPatterns.so %{python_sitearch}/PyQt5/_QOpenGLFunctions_2_0.so %{python_sitearch}/PyQt5/__init__.py @@ -175,6 +175,9 @@ find examples/ -type f -exec chmod 0644 {} ';' %{_qt5_plugindir}/designer/* %changelog +* Sun Jan 18 2015 Automatic Build System 5.4-1mamba +- automatic update by autodist + * Thu Nov 20 2014 Silvan Calarco 5.3.2-2mamba - -py3 support