6.2.0
This commit is contained in:
parent
3669eac064
commit
e9ee3d4a2f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/qtsensors-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtsensors-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtsensors-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtsensors
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -20,7 +20,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
|
||||
@ -122,6 +122,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 (qtsensors-everywhere-src-6.2.0-rc2.tar.xz) = e6c27e14a64a65807a66e435098072827e0c37db8ce2f382c27edd3e452ac4712933b2ad3f568350bddca7fb83cf4dd170442ba0a2ce8eb74c512c8f30c774e9
|
||||
SHA512 (qtsensors-everywhere-src-6.2.0.tar.xz) = fee6144ba1bc9167feaf99b131e1f858b67191190031996d6b72816ea88cf461430c68ed2ed89a0f19fd81c72e71c995b6f0b5f340780c56ea5966da8712025a
|
||||
|
Loading…
Reference in New Issue
Block a user