rebuild (sip), re-enable -webengine for secondary archs

This commit is contained in:
Rex Dieter 2016-04-13 11:43:51 -05:00
parent 394cea5d79
commit 1f097497a3

View File

@ -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 <rdieter@fedoraproject.org> - 5.5.1-20
- rebuild (sip), re-enable -webengine for secondary archs
* Thu Mar 24 2016 Rex Dieter <rdieter@fedoraproject.org> 5.5.1-19
- limit -webengine support to just primary archs (for now)