6.2.0
This commit is contained in:
parent
300c36e63c
commit
771af69913
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/qtvirtualkeyboard-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtvirtualkeyboard-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtvirtualkeyboard-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtvirtualkeyboard
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -20,7 +20,7 @@ Url: http://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 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
||||
%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 (qtvirtualkeyboard-everywhere-src-6.2.0-rc2.tar.xz) = 973d2eaf0a8f004e10345cbfb1ef2a6b469b971a26dd24c75f6ee523fe3c43c2786a9e89e762175484ac6ae4a4d85a7a4df199f2831d78a141a449060cfff78b
|
||||
SHA512 (qtvirtualkeyboard-everywhere-src-6.2.0.tar.xz) = 60b63b9b2e6f620b7d763cf5ef78d213dc0290f52548f5d0549ed5cbc4d34c2ce2af92d55e3d7d2ead2daa08e2186e68c0aac0ca14cfd51a54fcc4e0318f8e6f
|
||||
|
Loading…
Reference in New Issue
Block a user