From ca54b65c701b233119d9ade7062219c4b0f2bba9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 Nov 2014 06:44:06 -0600 Subject: [PATCH] pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415) --- python-qt5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 30ae899..6c200e7 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -11,7 +11,7 @@ Summary: Python bindings for Qt5 Name: python-qt5 Version: 5.3.2 -Release: 4%{?dist} +Release: 5%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(Qt5Bluetooth) BuildRequires: pkgconfig(Qt5DBus) pkgconfig(Qt5Declarative) BuildRequires: pkgconfig(Qt5Designer) BuildRequires: pkgconfig(Qt5Gui) pkgconfig(Qt5Multimedia) -BuildRequires: pkgconfig(Qt5Network) pkgconfig(QtOpenGL) +BuildRequires: pkgconfig(Qt5Network) pkgconfig(Qt5OpenGL) BuildRequires: pkgconfig(Qt5Positioning) BuildRequires: pkgconfig(Qt5Quick) pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Script) @@ -258,6 +258,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %changelog +* Tue Nov 11 2014 Rex Dieter 5.3.2-5 +- pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415) + * Thu Nov 06 2014 Rex Dieter 5.3.2-4 - try to determine dbus-python install paths dynamically (#1161121)