diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 12bbf05..036114b 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -36,7 +36,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.8.0 -Release: 7%{?dist} +Release: 8%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -440,6 +440,11 @@ popd mkdir -p %{buildroot}%{_qtwebengine_dictionaries_dir} +# adjust cmake dep(s) to allow for using the same Qt5 that was used to build it (even if older) +sed -i -e "s|%{version} \${_|%{_qt5_version} \${_|" \ + %{buildroot}%{_qt5_libdir}/cmake/Qt5WebEngine/Qt5WebEngineCoreConfig.cmake + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -540,6 +545,9 @@ done %changelog +* Mon Apr 10 2017 Rex Dieter - 5.8.0-8 +- Qt5WebEngineCoreConfig.cmake: fix when using Qt < %%version (#1438877) + * Tue Apr 04 2017 Kevin Kofler - 5.8.0-7 - File trigger: silence qwebengine_convert_dict output and ignore its exit code