!2 update qt6-qtdatavis3d to 6.5.1

From: @East_x 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
This commit is contained in:
openeuler-ci-bot 2023-08-16 09:42:37 +00:00 committed by Gitee
commit e0d766d651
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 8 additions and 5 deletions

View File

@ -1,18 +1,18 @@
%global qt_module qtdatavis3d %global qt_module qtdatavis3d
%define short_version 6.5
Summary: Qt6 - Qt Data Visualization component Summary: Qt6 - Qt Data Visualization component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.5.0 Version: 6.5.1
Release: 1 Release: 1
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io Url: http://www.qt.io
%global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
%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++
BuildRequires: ninja-build BuildRequires: ninja-build
@ -43,7 +43,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep %prep
%autosetup -n %{qt_module}-everywhere-src-%{qt_version} -p1 %autosetup -n %{qt_module}-everywhere-src-%{version} -p1
%build %build
@ -85,6 +85,9 @@ DESTDIR="%{buildroot}" cmake --install .
%changelog %changelog
* Tue Jul 25 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.1-1
- update package
* Fri May 5 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1 * Fri May 5 2023 EastDong <xudong23@iscas.ac.cn> - 6.5.0-1
- update package - update package