6.2.0
This commit is contained in:
parent
869d861045
commit
de6c7d628c
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/qtquicktimeline-everywhere-src-6.2.0-beta4.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.2.0-rc.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz
|
||||
/qtquicktimeline-everywhere-src-6.2.0.tar.xz
|
||||
|
@ -4,8 +4,8 @@ ExcludeArch: s390x
|
||||
|
||||
%global qt_module qtquicktimeline
|
||||
|
||||
%global unstable 1
|
||||
%if 0%{unstable}
|
||||
#global unstable 1
|
||||
%if 0%{?unstable}
|
||||
%global prerelease rc2
|
||||
%endif
|
||||
|
||||
@ -21,7 +21,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
|
||||
@ -86,6 +86,9 @@ Requires: qt6-qtdeclarative-devel%{?_isa}
|
||||
%{_qt6_datadir}/modules/*.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 (qtquicktimeline-everywhere-src-6.2.0-rc2.tar.xz) = 2dbbb8e6032823b5252e7fec96e20a6a41beda6776860314be63ffae9229320a22379af8e5d8a770cd5a7ac2ace031e2d716e151a23027f1ec5e44cdfc031d7a
|
||||
SHA512 (qtquicktimeline-everywhere-src-6.2.0.tar.xz) = 728948e85c91cbfc63c430f0c4418ac81e21bb261e1320cb7cad24dab505dbeed7ddda6cfeb2abf8ec1ac86dc8f0e562509e5738a6698c08e179779cbbd77ad7
|
||||
|
Loading…
Reference in New Issue
Block a user