From 812ed345aa9110919a2760d0f6e683a6b0952ef0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Jul 2016 09:40:56 -0500 Subject: [PATCH] BR: qt5-qtbase-private-devel - python3-qt5: add versioned qt5 dep (like base python-qt5 pkg has) --- python-qt5.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 0cb7adc..f3e57a4 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -20,7 +20,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.6 -Release: 4%{?dist} +Release: 5%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -79,7 +79,8 @@ Obsoletes: python-qt5 < 5.5.1-10 Requires: %{name}-rpm-macros = %{version}-%{release} Requires: dbus-python -%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}} +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} %filter_provides_in %{python_sitearch} %{?_qt5_plugindir} @@ -120,6 +121,7 @@ BuildArch: noarch %package -n python3-qt5 Summary: Python 3 bindings for Qt5 +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}} # when split out %if 0%{?webengine} || 0%{?webkit} @@ -415,6 +417,10 @@ sed -i \ %changelog +* Wed Jul 06 2016 Rex Dieter - 5.6-5 +- BR: qt5-qtbase-private-devel +- python3-qt5: add versioned qt5 dep (like base python-qt5 pkg has) + * Wed Jun 29 2016 Rex Dieter - 5.6-4 - rebuild (qt5)