From 6866497439db23d816882f7ddda19dfbddbfb19a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 3 Feb 2022 13:53:13 +0100 Subject: [PATCH] Disable some upstream patches causing a crash on Wayland sessions bz#2049560 --- qt5-qtwayland.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index 7858b76..35f989a 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -3,7 +3,7 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.15.2 -Release: 18%{?dist} +Release: 19%{?dist} License: LGPLv3 Url: http://www.qt.io @@ -57,8 +57,8 @@ Patch39: 0039-Client-Implement-DataDeviceV3.patch Patch40: 0040-Client-Delay-deletion-of-QDrag-object-until-after-we.patch Patch41: 0041-Client-Avoid-processing-of-events-when-showing-windo.patch Patch42: 0042-Handle-registry_global-out-of-constructor.patch -Patch43: 0043-Connect-flushRequest-after-forceRoundTrip.patch -Patch44: 0044-Move-the-wayland-socket-polling-to-a-separate-event-.patch +# Patch43: 0043-Connect-flushRequest-after-forceRoundTrip.patch +# Patch44: 0044-Move-the-wayland-socket-polling-to-a-separate-event-.patch # Disable for now, there is a Qt bug making this broken # Patch52: qtwayland-decoration-support-backports-from-qt6.patch @@ -66,7 +66,7 @@ Patch53: qtwayland-client-expose-toplevel-window-state.patch # Upstreamable patches # https://codereview.qt-project.org/c/qt/qtwayland/+/393273 -Patch100: qtwayland-client-remove-mwaitingforupdatedelivery.patch +# Patch100: qtwayland-client-remove-mwaitingforupdatedelivery.patch # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -173,6 +173,10 @@ popd %changelog +* Thu Feb 03 2022 Jan Grulich - 5.15.2-19 +- Disable some upstream patches causing a crash on Wayland sessions + bz#2049560 + * Mon Jan 31 2022 Jan Grulich - 5.15.2-18 - Include potential upstream fix for Plasma panel freezes