6.2.0
This commit is contained in:
parent
6604673f6b
commit
7fba8fd537
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/qt3d-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qt3d-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qt3d-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qt3d-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qt3d
|
||||
|
||||
%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
|
||||
@ -202,6 +202,9 @@ popd
|
||||
|
||||
|
||||
%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 (qt3d-everywhere-src-6.2.0-rc2.tar.xz) = 951413cf6daf08a3cd701df73451b0ae5bd71d2b2fc34a51c76c83b31dec11567057fdba375605502c260cc3fdd71620d1ba065dc31943c331ac9cc390225c67
|
||||
SHA512 (qt3d-everywhere-src-6.2.0.tar.xz) = 589d31d23b098717621c4c22e4024eb7f544ce2c2bdbbbc7cd7f695f5bbc589f4da5be34aa129dc8616a41279e4620d65d98382006be248242e78e25a74a6b5a
|
||||
|
Loading…
Reference in New Issue
Block a user