import qt5-qt3d-5.15.3-1.el8

This commit is contained in:
CentOS Sources 2022-11-08 01:34:38 -05:00 committed by Stepan Oksanichenko
parent 5de996dd9d
commit e894ca94f3
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qt3d-everywhere-src-5.15.2.tar.xz
SOURCES/qt3d-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -1 +1 @@
ff8e30f5dee28d0233307baedf860506c6123434 SOURCES/qt3d-everywhere-src-5.15.2.tar.xz
b483197cd18ec907c726269ab4f776b646586400 SOURCES/qt3d-everywhere-opensource-src-5.15.3.tar.xz

View File

@ -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 <jgrulich@redhat.com> - 5.15.3-1
- 5.15.3
Resolves: bz#2061381
* Wed Apr 28 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-2
- Rebuild (binutils)
Resolves: bz#1930063