6.2.0 - rc
This commit is contained in:
parent
6a56dab1b2
commit
24c16d2fc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/qtdeclarative-everywhere-src-6.1.2.tar.xz
|
/qtdeclarative-everywhere-src-6.1.2.tar.xz
|
||||||
/qtdeclarative-everywhere-src-6.2.0-beta3.tar.xz
|
/qtdeclarative-everywhere-src-6.2.0-beta3.tar.xz
|
||||||
/qtdeclarative-everywhere-src-6.2.0-beta4.tar.xz
|
/qtdeclarative-everywhere-src-6.2.0-beta4.tar.xz
|
||||||
|
/qtdeclarative-everywhere-src-6.2.0-rc.tar.xz
|
||||||
|
@ -9,13 +9,13 @@ ExcludeArch: s390x
|
|||||||
|
|
||||||
%global unstable 1
|
%global unstable 1
|
||||||
%if 0%{unstable}
|
%if 0%{unstable}
|
||||||
%global prerelease beta4
|
%global prerelease rc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Summary: Qt6 - QtDeclarative component
|
Summary: Qt6 - QtDeclarative component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.2.0%{?unstable:~%{prerelease}}
|
Version: 6.2.0%{?unstable:~%{prerelease}}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
@ -305,6 +305,9 @@ make check -k -C tests ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 18 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~rc-1
|
||||||
|
- 6.2.0 - rc
|
||||||
|
|
||||||
* Mon Sep 13 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~beta4-1
|
* Mon Sep 13 2021 Jan Grulich <jgrulich@redhat.com> - 6.2.0~beta4-1
|
||||||
- Obsoletes: qt6-qtquickcontrols2
|
- Obsoletes: qt6-qtquickcontrols2
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (qtdeclarative-everywhere-src-6.2.0-beta4.tar.xz) = b06db94690b7259afd201c3419216636ed62ffb108283df80e9200989062846214c36495277c952f7971fcd06ea513113132d87dfc6b682908383365dc301d9e
|
SHA512 (qtdeclarative-everywhere-src-6.2.0-beta4.tar.xz) = b06db94690b7259afd201c3419216636ed62ffb108283df80e9200989062846214c36495277c952f7971fcd06ea513113132d87dfc6b682908383365dc301d9e
|
||||||
|
SHA512 (qtdeclarative-everywhere-src-6.2.0-rc.tar.xz) = 5d8ad3e94b8e1050c9b28f5bccdca9f1ab2326e2b6a7bac6cdf95469ca57c032e010b061321b9abdcf8b8967912422c6a6eb40870efbb58c1e2010e4c2f6783c
|
||||||
|
Loading…
Reference in New Issue
Block a user