update to 5.13.0 [release 5.13.0-1mamba;Wed Oct 09 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 17:52:29 +01:00
parent 21e5269f04
commit 84068f35eb

View File

@ -1,15 +1,16 @@
%define pythonsip_ver %(sip -V) %define pythonsip_ver %(sip -V)
Name: PyQt5 Name: PyQt5
Version: 5.11.3 Version: 5.13.0
Release: 3mamba Release: 1mamba
Summary: Python bindings for the Qt5 cross platform GUI toolkit Summary: Python bindings for the Qt5 cross platform GUI toolkit
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.riverbankcomputing.com/software/pyqt 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 Patch0: PyQt4-egl.patch
Patch1: PyQt4-4.7.3-qreal_float_support.patch Patch1: PyQt4-4.7.3-qreal_float_support.patch
Patch2: PyQt4-4.9.4-x86_64.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-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.18
%endif %endif
BuildRequires: libqt5-devel >= %{version}
%ifnarch arm
BuildRequires: libQt5WebEngine-devel >= %{version}
%endif
Requires: python-dbus Requires: python-dbus
Requires: %{name}-qmlplugin Requires: %{name}-qmlplugin
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -160,6 +165,9 @@ find examples/ -type f -exec chmod 0644 {} ';'
%{_qt5_plugindir}/designer/* %{_qt5_plugindir}/designer/*
%changelog %changelog
* Wed Oct 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.0-1mamba
- update to 5.13.0
* Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.3-3mamba * Fri Aug 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.3-3mamba
- rebuilt with python3 3.7.4 - rebuilt with python3 3.7.4