From d23924960fcabbec63b69b86a26e73b44a601113 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 8 Feb 2021 13:17:04 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/qt5-qtbase.git#799f1df9e371ae0159460d347d2cd1bde0e4069c --- qt5-qtbase.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 39ee6ce..0e12c60 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -55,7 +55,7 @@ BuildRequires: pkgconfig(libsystemd) Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.2 -Release: 10%{?dist} +Release: 12%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -393,7 +393,7 @@ Qt5 libraries used for drawing widgets and OpenGL items. %endif %patch68 -p1 -%if 0%{?fedora} > 30 +%if 0%{?fedora} > 30 || 0%{?rhel} > 8 %patch80 -p1 -b .use-wayland-on-gnome.patch %endif @@ -1062,6 +1062,12 @@ fi %changelog +* Mon Feb 08 2021 Jan Grulich - 5.15.2-12 +- Use Wayland platform on GNOME for RHEL 9 + +* Mon Feb 08 2021 Pavel Raiskup - 5.15.2-11 +- rebuild for libpq ABI fix rhbz#1908268 + * Sat Feb 06 2021 Rex Dieter - 5.15.2-10 - FTBFS: qendian.h (and qfloat16.h) missing include (QTBUG-90395) - Qt build on GCC 11 (QTBUG-89977)