6.3.1
This commit is contained in:
parent
9711ab6de7
commit
1557c5a791
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/qtdeclarative-everywhere-src-6.2.2.tar.xz
|
/qtdeclarative-everywhere-src-6.2.2.tar.xz
|
||||||
/qtdeclarative-everywhere-src-6.2.3.tar.xz
|
/qtdeclarative-everywhere-src-6.2.3.tar.xz
|
||||||
/qtdeclarative-everywhere-src-6.3.0.tar.xz
|
/qtdeclarative-everywhere-src-6.3.0.tar.xz
|
||||||
|
/qtdeclarative-everywhere-src-6.3.1.tar.xz
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
Summary: Qt6 - QtDeclarative component
|
Summary: Qt6 - QtDeclarative component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.3.0
|
Version: 6.3.1
|
||||||
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
|
||||||
@ -87,7 +87,7 @@ Summary: Programming examples for %{name}
|
|||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Obsoletes: qt6-qtquickcontrols2-examples < 6.2.0~beta3-1
|
Obsoletes: qt6-qtquickcontrols2-examples < 6.2.0~beta3-1
|
||||||
Provides: qt6-qtquickcontrols2-examples = %{version}-%{release}
|
Provides: qt6-qtquickcontrols2-examples = %{version}-%{release}
|
||||||
BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
# BuildRequires: qt6-qtdeclarative-devel >= %{version}
|
||||||
%description examples
|
%description examples
|
||||||
%{summary}.
|
%{summary}.
|
||||||
%endif
|
%endif
|
||||||
@ -285,6 +285,7 @@ make check -k -C tests ||:
|
|||||||
%{_qt6_libdir}/cmake/Qt6QmlXmlListModel/*.cmake
|
%{_qt6_libdir}/cmake/Qt6QmlXmlListModel/*.cmake
|
||||||
%{_qt6_libdir}/cmake/Qt6QuickWidgets/*.cmake
|
%{_qt6_libdir}/cmake/Qt6QuickWidgets/*.cmake
|
||||||
%{_qt6_datadir}/modules/*.json
|
%{_qt6_datadir}/modules/*.json
|
||||||
|
%{_qt6_libdir}}/pkgconfig/*.pc
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%{_qt6_libdir}/libQt6LabsAnimation.prl
|
%{_qt6_libdir}/libQt6LabsAnimation.prl
|
||||||
@ -319,6 +320,9 @@ make check -k -C tests ||:
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 13 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.1-1
|
||||||
|
- 6.3.1
|
||||||
|
|
||||||
* Wed May 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-2
|
* Wed May 25 2022 Jan Grulich <jgrulich@redhat.com> - 6.3.0-2
|
||||||
- Enable examples
|
- Enable examples
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtdeclarative-everywhere-src-6.3.0.tar.xz) = 91518a8a528f4698d47d2789a9e4150fbd7661cc13d1040521905013e590ff432b3d4db1e1e08f3a3d2d212709ea2ad82cad5730f8ce9f6503776f1435e2980c
|
SHA512 (qtdeclarative-everywhere-src-6.3.1.tar.xz) = 547b29dcf26f734b32283677b9e02a43a75f3ab4849e578592031fa37babc09e5b1795e719119ba6b9400ef59b16fd387fb97aa3603454775be4a27e19ff065c
|
||||||
|
Loading…
Reference in New Issue
Block a user