diff --git a/qt6-qtwebengine.spec b/qt6-qtwebengine.spec index 6b7e564556d9e62b421749bc3dab26d71a971e82..01f4668ba8037aba559c27292f4a96354390fa0a 100644 --- a/qt6-qtwebengine.spec +++ b/qt6-qtwebengine.spec @@ -38,12 +38,12 @@ Summary: Qt6 - QtWebEngine components Name: qt6-qtwebengine Version: 6.5.0 -Release: 2 +Release: 3 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html # The other licenses are from Chromium and the code it bundles -License: (LGPLv2 with exceptions or GPLv3 with exceptions) and BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2) +License: BSD-3-Clause and GPL-3.0-only and LGPL-3.0-only URL: http://www.qt.io # cleaned tarball with patent-encumbered codecs removed from the bundled FFmpeg # ./qtwebengine-release.sh @@ -117,6 +117,7 @@ BuildRequires: libjpeg-devel BuildRequires: nodejs %if 0%{?use_system_re2} BuildRequires: re2-devel +Requires: re2 %endif BuildRequires: snappy-devel BuildConflicts: minizip-devel @@ -593,6 +594,9 @@ done %changelog +* Fri Aug 18 2023 huayadong - 6.5.0-3 +- add Requires: re2; change License + * Thu Aug 17 2023 peijiankang - 6.5.0-2 - fix build error