6.2.0
This commit is contained in:
parent
232a3e26e8
commit
f57c90f571
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/qttools-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qttools-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qttools-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qttools-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qttools
|
||||
|
||||
%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
|
||||
@ -373,6 +373,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 (qttools-everywhere-src-6.2.0-rc2.tar.xz) = c788c8a8b0b8ccc9002baffad38320ded2aaec8591e9f914070dd9e7e103e3854efdb6e6866de4d2265e1f55ef7145c3c748be4dcd5901fb0105030929fff422
|
||||
SHA512 (qttools-everywhere-src-6.2.0.tar.xz) = 93998976db391ddd955ebd0fc368826b2419966c1369e466ec91aba27057063770e88e6fb6df22b8d4ca52b7789dea5e709e2c863411c177fbc044ae566b24c6
|
||||
|
Loading…
Reference in New Issue
Block a user