From 6ef654092d48cda00bc10de000c66288e0902fd2 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 10 Jan 2018 08:39:16 +0100 Subject: [PATCH] Do not recreate hidden egl surfaces QTBUG-6553 --- qt5-qtwayland.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index dfc490e..b2b33cb 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -3,12 +3,18 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv3 Url: http://www.qt.io Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +# Upstream patches + +# QTBUG-65553 +# https://codereview.qt-project.org/#/c/210552/ +Patch0: qtwayland-do-not-recreate-hidden-egl-surfaces.patch + # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -52,6 +58,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q -n %{qt_module}-everywhere-src-%{version} +%patch0 -p1 -b .do-not-recreate-hidden-egl-surfaces %build %{qmake_qt5} @@ -112,6 +119,10 @@ popd %changelog +* Wed Jan 10 2018 Jan Grulich - 5.10.0-2 +- Do not recreate hidden egl surfaces + QTBUG-65553 + * Tue Dec 19 2017 Jan Grulich - 5.10.0-1 - 5.10.0