diff --git a/PyQt5.spec b/PyQt5.spec index 0dea8f0..a95d7b8 100644 --- a/PyQt5.spec +++ b/PyQt5.spec @@ -1,7 +1,7 @@ %define pythonsip_ver %(sip -V) Name: PyQt5 -Version: 5.13.0 +Version: 5.13.1 Release: 1mamba Summary: Python bindings for the Qt5 cross platform GUI toolkit Group: System/Libraries @@ -34,7 +34,7 @@ BuildRequires: python-dbus-devel BuildRequires: python-sip-devel >= 4.19.18 %if "%?with_pyver" BuildRequires: python-dbus-py%{with_pyver} >= 1.2.8-3mamba -BuildRequires: python-sip-py%{with_pyver}-devel >= 4.19.18 +BuildRequires: python-sip-py%{with_pyver}-devel >= 4.19.19 %endif BuildRequires: libqt5-devel >= %{version} %ifnarch arm @@ -165,6 +165,9 @@ find examples/ -type f -exec chmod 0644 {} ';' %{_qt5_plugindir}/designer/* %changelog +* Sat Oct 26 2019 Silvan Calarco 5.13.1-1mamba +- update to 5.13.1 + * Wed Oct 09 2019 Silvan Calarco 5.13.0-1mamba - update to 5.13.0