diff --git a/qt5-qtwebview.spec b/qt5-qtwebview.spec index c4a22d3..e942763 100644 --- a/qt5-qtwebview.spec +++ b/qt5-qtwebview.spec @@ -2,18 +2,19 @@ Summary: Qt5 - WebView component Name: qt5-%{qt_module} -Version: 5.15.2 +Version: 5.15.10 Release: 1 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details -License: LGPLv2 with exceptions or GPLv3 with exceptions +License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz # handled by qt5-srpm-macros, which defines %%qt5_qtwebengine_arches %{?qt5_qtwebengine_arches:ExclusiveArch: %{qt5_qtwebengine_arches}} +BuildRequires: make BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} @@ -82,5 +83,8 @@ make install INSTALL_ROOT=%{buildroot} %changelog +* Thu Aug 31 2023 HouHongxun - 5.15.10-1 +- update to version 5.15.10 + * Mon Aug 21 2023 huayadong - 5.15.2-1 - init to version 5.15.2-1 diff --git a/qtwebview-everywhere-opensource-src-5.15.10.tar.xz b/qtwebview-everywhere-opensource-src-5.15.10.tar.xz new file mode 100644 index 0000000..14d8e70 Binary files /dev/null and b/qtwebview-everywhere-opensource-src-5.15.10.tar.xz differ diff --git a/qtwebview-everywhere-src-5.15.2.tar.xz b/qtwebview-everywhere-src-5.15.2.tar.xz deleted file mode 100644 index 764d7d9..0000000 Binary files a/qtwebview-everywhere-src-5.15.2.tar.xz and /dev/null differ