From 84068f35eb0ea8eb288f9300aead1510180fa7a4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:52:29 +0100 Subject: [PATCH] update to 5.13.0 [release 5.13.0-1mamba;Wed Oct 09 2019] --- PyQt5.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/PyQt5.spec b/PyQt5.spec index cfc7613..0dea8f0 100644 --- a/PyQt5.spec +++ b/PyQt5.spec @@ -1,15 +1,16 @@ %define pythonsip_ver %(sip -V) Name: PyQt5 -Version: 5.11.3 -Release: 3mamba +Version: 5.13.0 +Release: 1mamba Summary: Python bindings for the Qt5 cross platform GUI toolkit Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.riverbankcomputing.com/software/pyqt -Source: http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz +Source: https://www.riverbankcomputing.com/static/Downloads/PyQt5/%{version}/PyQt5_gpl-%{version}.tar.gz +#Source: http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-%{version}/PyQt5_gpl-%{version}.tar.gz Patch0: PyQt4-egl.patch Patch1: PyQt4-4.7.3-qreal_float_support.patch Patch2: PyQt4-4.9.4-x86_64.patch @@ -35,6 +36,10 @@ BuildRequires: python-sip-devel >= 4.19.18 BuildRequires: python-dbus-py%{with_pyver} >= 1.2.8-3mamba BuildRequires: python-sip-py%{with_pyver}-devel >= 4.19.18 %endif +BuildRequires: libqt5-devel >= %{version} +%ifnarch arm +BuildRequires: libQt5WebEngine-devel >= %{version} +%endif Requires: python-dbus Requires: %{name}-qmlplugin BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -160,6 +165,9 @@ find examples/ -type f -exec chmod 0644 {} ';' %{_qt5_plugindir}/designer/* %changelog +* Wed Oct 09 2019 Silvan Calarco 5.13.0-1mamba +- update to 5.13.0 + * Fri Aug 09 2019 Silvan Calarco 5.11.3-3mamba - rebuilt with python3 3.7.4