From 4fc25d539266ee1885d470dc76fcfea6c39ca57d Mon Sep 17 00:00:00 2001 From: huayadong Date: Fri, 18 Aug 2023 10:02:14 +0800 Subject: [PATCH] add Requires: re2; change License --- qt6-qtwebengine.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt6-qtwebengine.spec b/qt6-qtwebengine.spec index 6b7e564..01f4668 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 -- Gitee