6.2.0
This commit is contained in:
parent
0c99ff126f
commit
116ab7ae48
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/qtserialbus-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtserialbus-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtserialbus-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtserialbus
|
||||
|
||||
%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
|
||||
@ -104,6 +104,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 (qtserialbus-everywhere-src-6.2.0-rc2.tar.xz) = 579a477da9b8b699de68aea6357de4d49fcfa250928cd391f049411eae4213af90a460b1cb8c26ff10201b585665591b0fa6735ede7da8d368d78f40113b3548
|
||||
SHA512 (qtserialbus-everywhere-src-6.2.0.tar.xz) = 56d07e7467cc225fe33aee654adf2dd03baecac4fda76d14c87e3a9df7f0aad16461053a5c0b063ed4ff301460fe78ce54fa5fce6171620f7989059f6e6ce94d
|
||||
|
Loading…
Reference in New Issue
Block a user