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