From b2be3650bf011bd0cb711034851400ad29546cf2 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 16 Dec 2020 11:57:52 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-qt5.git#bc5b517640929dc21e2c3b51977487069dbbf9ff --- python-qt5.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index d8c3137..52eef18 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -16,7 +16,9 @@ %global webengine 1 %endif %endif +%if 0%{?fedora} %global webkit 1 +%endif %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) @@ -40,7 +42,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 4%{?dist} +Release: 6%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -562,6 +564,12 @@ sed -i \ %changelog +* Wed Dec 16 12:00:16 CET 2020 Jan Grulich - 5.15.0-6 +- Bump for eln build + +* Tue Dec 8 16:28:30 CET 2020 Jan Grulich - 5.15.0-5 +- Require webkit only on Fedora builds + * Thu Nov 26 2020 Rex Dieter - 5.15.0-4 - BR: qt5-qtbase-private-devel globally