From 8da52afa4dacf02cb15e2ca6159e418d38df88f9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Feb 2018 13:44:17 -0600 Subject: [PATCH] apply new patch conditionally f28+ only --- qt5-qtwebengine.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index f318164..1163051 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -367,7 +367,9 @@ BuildArch: noarch %patch21 -p1 -b .gn-bootstrap-verbose %patch22 -p1 -b .icu59 %patch100 -p1 -b .no-aspirational-scripts +%if 0%{?fedora} > 27 %patch101 -p1 -b .QTBUG-64759 +%endif # fix // in #include in content/renderer/gpu to avoid debugedit failure sed -i -e 's!gpu//!gpu/!g' \ src/3rdparty/chromium/content/renderer/gpu/compositor_forwarding_message_filter.cc