update to version 5.15.10

Signed-off-by: HouHongxun <houhongxun@kylinos.cn>
(cherry picked from commit 33e91d672c6cfa0a384dbbf138aef3d82c362d7b)
This commit is contained in:
HouHongxun 2023-08-31 10:44:59 +08:00 committed by openeuler-sync-bot
parent 4143da566f
commit 4bf1e1b4f1
3 changed files with 7 additions and 3 deletions

View File

@ -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 <houhongxun@kylinos.cn> - 5.15.10-1
- update to version 5.15.10
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.2-1
- init to version 5.15.2-1

Binary file not shown.