diff --git a/python-qt5.spec b/python-qt5.spec index 050ef84..d8c3137 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -40,7 +40,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.15.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -65,6 +65,7 @@ BuildRequires: findutils BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-python) BuildRequires: pkgconfig(phonon4qt5) +BuildRequires: qt5-qtbase-private-devel BuildRequires: pkgconfig(Qt5Core) >= 5.5 %if 0%{?enginio} BuildRequires: pkgconfig(Enginio) @@ -120,7 +121,7 @@ Obsoletes: python-qt5 < 5.5.1-10 %package -n python2-qt5 Summary: Python 2 bindings for Qt5 Requires: python2-qt5-base%{?_isa} = %{version}-%{release} -BuildRequires: qt5-qtbase-private-devel python27 +BuildRequires: python27 Requires: python2-enum34 Provides: python2-PyQt5 = %{version}-%{release} Provides: python2-PyQt5%{?_isa} = %{version}-%{release} @@ -561,6 +562,9 @@ sed -i \ %changelog +* Thu Nov 26 2020 Rex Dieter - 5.15.0-4 +- BR: qt5-qtbase-private-devel globally + * Mon Nov 23 07:54:30 CET 2020 Jan Grulich - 5.15.0-3 - rebuild (qt5)