!2 update package to version 6.5.1

From: @S--Sh 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-08-11 07:50:32 +00:00 committed by Gitee
commit 2d81099711
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 7 deletions

View File

@ -1,20 +1,19 @@
%global qt_module qtwebchannel %global qt_module qtwebchannel
%define short_version 6.5
%global examples 1 %global examples 1
Summary: Qt6 - WebChannel component Summary: Qt6 - WebChannel component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.5.0 Version: 6.5.1
Release: 1 Release: 1
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://qt.io Url: http://qt.io
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz %global majmin %(echo %{version} | cut -d. -f1-2)
%global qt_version %(echo %{version} | cut -d~ -f1)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -104,6 +103,9 @@ popd
%changelog %changelog
* Thu Aug 10 2023 sunhui <sunhui@kylinos.cn> - 6.5.1-1
- Update package to version 6.5.1
* Fri May 19 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1 * Fri May 19 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
- update package - update package

Binary file not shown.