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