diff --git a/.gitignore b/.gitignore index c15d0c2..0f96590 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qt3d-everywhere-src-5.15.2.tar.xz +SOURCES/qt3d-everywhere-opensource-src-5.15.3.tar.xz diff --git a/.qt5-qt3d.metadata b/.qt5-qt3d.metadata index bde8a2a..c10bb95 100644 --- a/.qt5-qt3d.metadata +++ b/.qt5-qt3d.metadata @@ -1 +1 @@ -ff8e30f5dee28d0233307baedf860506c6123434 SOURCES/qt3d-everywhere-src-5.15.2.tar.xz +b483197cd18ec907c726269ab4f776b646586400 SOURCES/qt3d-everywhere-opensource-src-5.15.3.tar.xz diff --git a/SPECS/qt5-qt3d.spec b/SPECS/qt5-qt3d.spec index 2924aaa..d1c9e2b 100644 --- a/SPECS/qt5-qt3d.spec +++ b/SPECS/qt5-qt3d.spec @@ -6,15 +6,15 @@ Summary: Qt5 - Qt3D QML bindings and C++ APIs Name: qt5-%{qt_module} -Version: 5.15.2 -Release: 2%{?dist} +Version: 5.15.3 +Release: 1%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io %global majmin %(echo %{version} | cut -d. -f1-2) -Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz Source1: qt3dcore-config-multilib_p.h BuildRequires: qt5-rpm-macros >= %{version} @@ -209,6 +209,10 @@ popd %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061381 + * Wed Apr 28 2021 Jan Grulich - 5.15.2-2 - Rebuild (binutils) Resolves: bz#1930063