From dbecf1a3b866eeaa525a142f689acfd71ac788bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 13 Nov 2014 10:07:24 -0600 Subject: [PATCH] restore python3 support --- python-qt5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 6c200e7..b5a51f1 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -1,6 +1,6 @@ %if 0%{?fedora} -#global with_python3 1 +%global with_python3 1 %global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])") #global python3_dbus_dir %(d=%{python3_sitearch}/dbus/mainloop; [ -d $d ] || d=%{python3_sitelib}/dbus/mainloop; echo $d) %endif @@ -11,7 +11,7 @@ Summary: Python bindings for Qt5 Name: python-qt5 Version: 5.3.2 -Release: 5%{?dist} +Release: 6%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -258,6 +258,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %changelog +* Thu Nov 13 2014 Rex Dieter 5.3.2-6 +- restore python3 support + * Tue Nov 11 2014 Rex Dieter 5.3.2-5 - pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)