diff --git a/python-qt5.spec b/python-qt5.spec index e76a133..357ce8f 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -8,8 +8,7 @@ # enable/disable individual modules %if 0%{?fedora} > 23 -#ifarch %{arm} %{ix86} x86_64 aarch64 ppc ppc64 ppc64le mips mipsel mips64el -%ifarch %{arm} %{ix86} x86_64 +%ifarch %{arm} %{ix86} x86_64 aarch64 ppc ppc64 ppc64le mips mipsel mips64el %global webengine 1 %endif %endif @@ -20,7 +19,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.5.1 -Release: 19%{?dist} +Release: 20%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -405,6 +404,9 @@ sed -i \ %changelog +* Wed Apr 13 2016 Rex Dieter - 5.5.1-20 +- rebuild (sip), re-enable -webengine for secondary archs + * Thu Mar 24 2016 Rex Dieter 5.5.1-19 - limit -webengine support to just primary archs (for now)