From 11f1addd2daef665938e089ecba50ac48a43a5f6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Sep 27 2022 11:34:25 +0000 Subject: import qt5-qt3d-5.15.3-1.el9 --- 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 5cd21dc..95ab7a9 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: 9%{?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: make @@ -207,6 +207,10 @@ popd %endif %changelog +* Mon Mar 28 2022 Jan Grulich - 5.15.3-1 +- 5.15.3 + Resolves: bz#2061356 + * Tue Aug 10 2021 Mohan Boddu - 5.15.2-9 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688