6.2.0
This commit is contained in:
parent
61c8e11d27
commit
2471c96c0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/qt5compat-everywhere-src-6.2.0-beta4.tar.xz
|
/qt5compat-everywhere-src-6.2.0-beta4.tar.xz
|
||||||
/qt5compat-everywhere-src-6.2.0-rc.tar.xz
|
/qt5compat-everywhere-src-6.2.0-rc.tar.xz
|
||||||
/qt5compat-everywhere-src-6.2.0-rc2.tar.xz
|
/qt5compat-everywhere-src-6.2.0-rc2.tar.xz
|
||||||
|
/qt5compat-everywhere-src-6.2.0.tar.xz
|
||||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
%global qt_module qt5compat
|
%global qt_module qt5compat
|
||||||
|
|
||||||
%global unstable 1
|
#global unstable 1
|
||||||
%if 0%{unstable}
|
%if 0%{?unstable}
|
||||||
%global prerelease rc2
|
%global prerelease rc2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ Url: http://www.qt.io
|
|||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
%global qt_version %(echo %{version} | cut -d~ -f1)
|
%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
|
Source0: https://download.qt.io/development_releases/qt/%{majmin}/%{qt_version}/submodules/%{qt_module}-everywhere-src-%{qt_version}-%{prerelease}.tar.xz
|
||||||
%else
|
%else
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
@ -94,6 +94,9 @@ popd
|
|||||||
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
%{_qt6_libdir}/metatypes/qt6*_metatypes.json
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 27 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc2-1
|
||||||
- 6.2.0 - rc2
|
- 6.2.0 - rc2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qt5compat-everywhere-src-6.2.0-rc2.tar.xz) = 86bccbf671ae394f2af0f5ca5541febf12ff763e6b39b6e56376891efe134eed514ab44a8b1b1a258185593b7004952a2c0b2813ff62458b205fb0ca5793d767
|
SHA512 (qt5compat-everywhere-src-6.2.0.tar.xz) = 25bdaae61a5a5203c940a4fc7eb7c3aa61282f0cdcf716e2f20d264e6bb271117ef4a1724ca17c44dbabd6c62fcf78af4495b1c6f142151414d5d071f5378030
|
||||||
|
Loading…
Reference in New Issue
Block a user