6.2.0
This commit is contained in:
parent
620dc88b84
commit
149c0486c3
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/qtsvg-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtsvg-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtsvg-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtsvg-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtsvg
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -19,7 +19,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
|
||||
@ -103,6 +103,9 @@ popd
|
||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||
|
||||
%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 (qtsvg-everywhere-src-6.2.0-rc2.tar.xz) = 7595d4510d428cb42853ccce8cf5ffb3b3da917110b9356a26f135230becc44638e1bc18af1f5c58a6f0e40cc0985f652ebb7ecd1f7250bd19f0789dcdd16fcb
|
||||
SHA512 (qtsvg-everywhere-src-6.2.0.tar.xz) = c63f0b987c4b94d9f2b586df38dbf686c71ca6532dcc1405892e7e077853b4247bccb49285cc4d3440b25f9291c429682df0054297b5d6402d382e062cecc19f
|
||||
|
Loading…
Reference in New Issue
Block a user