update to version 5.15.10-1

(cherry picked from commit 004cc531bce88e8e221976a241e470a9932e240e)
This commit is contained in:
huayadong 2023-08-21 17:11:32 +08:00 committed by openeuler-sync-bot
parent 9275e6f2c4
commit afe2cc1335
3 changed files with 6 additions and 3 deletions

View File

@ -2,13 +2,13 @@
%global qt_module qtconnectivity %global qt_module qtconnectivity
Name: qt5-%{qt_module} Name: qt5-%{qt_module}
Version: 5.15.2 Version: 5.15.10
Release: 1 Release: 1
Summary: Qt5 - Connectivity components Summary: Qt5 - Connectivity components
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://qt.io Url: http://qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) %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
Patch0: %{name}-gcc11.patch Patch0: %{name}-gcc11.patch
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
@ -111,6 +111,9 @@ popd
%changelog %changelog
* Mon Aug 21 2023 huayadong <huayadong@kylinos.cn> - 5.15.10-1
- update to version 5.15.10-1
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1 * Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
- update to upstream version 5.15.2 - update to upstream version 5.15.2