From 5e8c8568b3f9056a95733fd1a4fb33466bb9595d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 15 Dec 2016 06:19:53 -0600 Subject: [PATCH] restore qtwebengine support --- python-qt5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 7a960aa..2505ef6 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -8,7 +8,7 @@ # enable/disable individual modules # drop power64, it's not supported yet (than) -%if 0%{?fedora} > 22 && 0%{?fedora} < 26 +%if 0%{?fedora} > 22 %ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el %global webengine 1 %endif @@ -20,7 +20,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.7 -Release: 4%{?dist} +Release: 5%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -423,6 +423,9 @@ sed -i \ %changelog +* Thu Dec 15 2016 Rex Dieter - 5.7-5 +- restore qtwebengine support + * Fri Dec 09 2016 Charalampos Stratakis - 5.7-4 - Rebuild for Python 3.6