6.2.0
This commit is contained in:
parent
957c9f701e
commit
d8c737feaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/qtlottie-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtlottie-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtlottie-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtlottie-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtlottie
|
||||
|
||||
%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
|
||||
@ -80,6 +80,9 @@ Requires: qt6-qtbase-devel%{?_isa}
|
||||
|
||||
|
||||
%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 (qtlottie-everywhere-src-6.2.0-rc2.tar.xz) = 2495b8b49a6211465091d22f11bccf298b152f0fb26f7aab17f4faca4a9d76074e2bdb00f156bc123de0e8f8aa75593cfa72b0edd65bb7128497d43be10803b3
|
||||
SHA512 (qtlottie-everywhere-src-6.2.0.tar.xz) = f5b6f60dfdb80a18495f88c4e77208a26b5d27ae148f4b7e6be4aa8ece39ec7395e03ca7ec4fee4c7f349f2baf767fe624f7376d1c870c06f9a68b2896f0dd42
|
||||
|
Loading…
Reference in New Issue
Block a user