6.2.0
This commit is contained in:
parent
34bc06e0dc
commit
91212938c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/qtquick3d-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtquick3d-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtquick3d-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtquick3d-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtquick3d
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -21,7 +21,7 @@ Url: http://www.qt.io
|
||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||
%global qt_version %(echo %{version} | cut -d~ -f1)
|
||||
|
||||
%if 0%{unstable}
|
||||
%if 0%{?unstable}
|
||||
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
||||
%else
|
||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||
@ -200,6 +200,9 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Sep 30 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0-1
|
||||
- 6.2.0
|
||||
|
||||
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
||||
- 6.2.0 - rc2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtquick3d-everywhere-src-6.2.0-rc2.tar.xz) = 1b34a040db2ff71f06900bd06be0678b407055f4f865f3749c9f82a975df016bdc697a6361cfd5c31060c44c97e086766b16e3b2d52014563b18f16b064797d7
|
||||
SHA512 (qtquick3d-everywhere-src-6.2.0.tar.xz) = d1338e13920ca29292d3d68e8e155b0da5581ebfc03d479eeef3c641387ba0ea63bb0dc99ed8db534c8bc5fb11628391cb5d430cfaeb1d2627800388bf47e97d
|
||||
|
Loading…
Reference in New Issue
Block a user