(temp) disable -webengine support

This commit is contained in:
Rex Dieter 2017-05-12 13:58:46 -05:00
parent e0b53f5c82
commit f55ab1d3ea

View File

@ -10,7 +10,7 @@
# drop power64, it's not supported yet (than) # drop power64, it's not supported yet (than)
%if 0%{?fedora} > 22 %if 0%{?fedora} > 22
%ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el} %ifarch %{?qt5_qtwebengine_arches}%{?!qt5_qtwebengine_arches:%{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el}
%global webengine 1 #global webengine 1
%endif %endif
%endif %endif
%global webkit 1 %global webkit 1
@ -20,7 +20,7 @@
Summary: PyQt5 is Python bindings for Qt5 Summary: PyQt5 is Python bindings for Qt5
Name: python-qt5 Name: python-qt5
Version: 5.8.2 Version: 5.8.2
Release: 2%{?dist} Release: 3%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples # all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+ License: BSD and GPLv2+
@ -452,6 +452,9 @@ sed -i \
%changelog %changelog
* Fri May 12 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-3
- (temp) disable -webengine support
* Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-2 * Thu May 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-2
- rebuild (qt5) - rebuild (qt5)