6.2.0
This commit is contained in:
parent
07fb81013f
commit
9065af985a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/qtconnectivity-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtconnectivity
|
||||
|
||||
%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
|
||||
@ -119,6 +119,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 (qtconnectivity-everywhere-src-6.2.0-rc2.tar.xz) = 971ef5b6c4e5e9325fd05fa848cbef121e0392d01712aeab65e31964c21599ddfecf35df8dd832947825cbb48dc3ba88137bdb09908acdc3ba1d6c7bc2615f43
|
||||
SHA512 (qtconnectivity-everywhere-src-6.2.0.tar.xz) = 402c1cc052f5dc2234d9b7804c04071e8c7b5fa2c4727b33cb625b33ddf8aba3beeaf9857ddf1b19f0508cd550420c10f7bb9b738836b5b7c76ea7788ea3e799
|
||||
|
Loading…
Reference in New Issue
Block a user