diff --git a/.gitignore b/.gitignore index 9f3d7fc..c15d0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qt3d-everywhere-src-5.12.5.tar.xz +SOURCES/qt3d-everywhere-src-5.15.2.tar.xz diff --git a/.qt5-qt3d.metadata b/.qt5-qt3d.metadata index 09c4651..bde8a2a 100644 --- a/.qt5-qt3d.metadata +++ b/.qt5-qt3d.metadata @@ -1 +1 @@ -85a006fd77386502fe2d123938576b220275da33 SOURCES/qt3d-everywhere-src-5.12.5.tar.xz +ff8e30f5dee28d0233307baedf860506c6123434 SOURCES/qt3d-everywhere-src-5.15.2.tar.xz diff --git a/SPECS/qt5-qt3d.spec b/SPECS/qt5-qt3d.spec index ad20a74..2924aaa 100644 --- a/SPECS/qt5-qt3d.spec +++ b/SPECS/qt5-qt3d.spec @@ -6,7 +6,7 @@ Summary: Qt5 - Qt3D QML bindings and C++ APIs Name: qt5-%{qt_module} -Version: 5.12.5 +Version: 5.15.2 Release: 2%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details @@ -128,6 +128,7 @@ popd %{_qt5_qmldir}/Qt3D/ %{_qt5_qmldir}/QtQuick/Scene3D/ %{_qt5_qmldir}/QtQuick/Scene2D/ +%{_qt5_plugindir}/renderers/ %{_qt5_plugindir}/sceneparsers/ %{_qt5_plugindir}/renderplugins/ %{_qt5_plugindir}/geometryloaders/ @@ -208,6 +209,14 @@ popd %changelog +* Wed Apr 28 2021 Jan Grulich - 5.15.2-2 +- Rebuild (binutils) + Resolves: bz#1930063 + +* Sun Apr 04 2021 Jan Grulich - 5.15.2-1 +- 5.15.2 + Resolves: bz#1930063 + * Wed Nov 20 2019 Jan Grulich - 5.12.5-2 - Fix multilib issue Resolves: bz#1765637