enable -webengine on f25+

This commit is contained in:
Rex Dieter 2016-07-17 09:38:15 -05:00
parent 52f84090cb
commit 4cf64b1c79

View File

@ -8,7 +8,7 @@
# enable/disable individual modules # enable/disable individual modules
# drop power64, it's not supported yet (than) # drop power64, it's not supported yet (than)
%if 0%{?fedora} > 22 && 0%{?fedora} < 25 %if 0%{?fedora} > 22
%ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el %ifarch %{ix86} x86_64 %{arm} aarch64 mips mipsel mips64el
%global webengine 1 %global webengine 1
%endif %endif
@ -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.6 Version: 5.6
Release: 6%{?dist} Release: 7%{?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+
@ -417,6 +417,9 @@ sed -i \
%changelog %changelog
* Sun Jul 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-7
- enable -webengine on f25+
* Sun Jul 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-6 * Sun Jul 17 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6-6
- rebuild (qt5-qtbase), disable -webengine (temp on f25, until fixed) - rebuild (qt5-qtbase), disable -webengine (temp on f25, until fixed)