6.2.0
This commit is contained in:
parent
5baf5d4fe6
commit
ccbd6253e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/qtshadertools-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtshadertools-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtshadertools-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtshadertools-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtshadertools
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -19,7 +19,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
|
||||
@ -112,6 +112,9 @@ popd
|
||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||
|
||||
%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 (qtshadertools-everywhere-src-6.2.0-rc2.tar.xz) = ddf7ba18f50e2000ebee736d5d5d2f99964498a23c3e59b8dea1f44765440ab2041d7aa99f8fb02305f403e72fb641228dc11c4350662e7b751c11266db7ef00
|
||||
SHA512 (qtshadertools-everywhere-src-6.2.0.tar.xz) = cc83c6abbc3c7a78f61ab87b577042951f8b9f217675955b73cc357bf09d2f8f5850fa8d3cc93f0630d907c4ab056b5b8e266b6c7819253f632e4267b3e52706
|
||||
|
Loading…
Reference in New Issue
Block a user