diff --git a/qt5-qtwebview.spec b/qt5-qtwebview.spec index 4b0d70b..b9d55e7 100644 --- a/qt5-qtwebview.spec +++ b/qt5-qtwebview.spec @@ -3,7 +3,7 @@ Summary: Qt5 - WebView component Name: qt5-%{qt_module} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -18,9 +18,6 @@ BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel >= %{version} -# for 5.11, watch progress on -# https://bugreports.qt.io/browse/QTBUG-63137 -BuildRequires: qt5-qtwebengine-devel %description Qt WebView provides a way to display web content in a QML application without necessarily @@ -81,6 +78,9 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Sat Jun 16 2018 Rex Dieter - 5.11.0-2 +- drop BR: qt5-qtwebengine-devel + * Sun May 27 2018 Rex Dieter - 5.11.0-1 - 5.11.0 - use %%make_build %%ldconfig_scriptlets