From 6eec23ba4ce7af4ed29036437d52c2c5c67a93a0 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Nov 2025 21:48:34 +0000 Subject: [PATCH] import UBI qt6-6.9.1-1.el10 --- macros.qt6-srpm | 2 +- qt6.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/macros.qt6-srpm b/macros.qt6-srpm index cab54c6..b2a8c8c 100644 --- a/macros.qt6-srpm +++ b/macros.qt6-srpm @@ -5,5 +5,5 @@ # # If you cannot get this package to build on your secondary architecure, please: # # * remove your architecture from this list AND # # * put #1298011 onto your ExcludeArch tracker. -%qt6_qtwebengine_arches x86_64 aarch64 +%qt6_qtwebengine_arches x86_64 aarch64 ppc64le diff --git a/qt6.spec b/qt6.spec index 278a7a3..e6f8b65 100644 --- a/qt6.spec +++ b/qt6.spec @@ -1,8 +1,8 @@ Name: qt6 # This version MUST remain in sync with Qt6 versions! -Version: 6.8.1 -Release: 3%{?dist} +Version: 6.9.1 +Release: 1%{?dist} Summary: Qt6 meta package License: GPL-3.0-only URL: https://getfedora.org/ @@ -211,6 +211,14 @@ echo "- Qt6 devel meta package" > %{buildroot}%{_docdir}/qt6-devel/README %dir %{_datadir}/qt6/translations %changelog +* Wed May 14 2025 Jan Grulich - 6.9.1-1 +- 6.9.1 + Resolves: RHEL-78528 + +* Tue Mar 04 2025 Jan Grulich - 6.8.1-4 +- Add pcc64le support to qt6_qtwebengine_arches macro + Resolves: RHEL-79886 + * Tue Dec 10 2024 Jan Grulich - 6.8.1-3 - Create lib64 directories only on 64bit architectures Resolves: RHEL-53982