From bafb0b1e59159890169e3d8aaca00ecb8a92697f603b93e796b144cd3b0c5714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Apr 2018 10:50:06 +0000 Subject: [PATCH] Accepting request 596971 from home:zhangxiaofei:branches:X11:RemoteDesktop - Add --enable-painter configure flag to avoid error 0xd06 for certain Android RDP clients (boo#1031910, #246) OBS-URL: https://build.opensuse.org/request/show/596971 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/xrdp?expand=0&rev=41 --- xrdp.changes | 6 ++++++ xrdp.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/xrdp.changes b/xrdp.changes index 702953e..3f25dd8 100644 --- a/xrdp.changes +++ b/xrdp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 16 10:22:57 UTC 2018 - fezhang@suse.com + +- Add --enable-painter configure flag to avoid error 0xd06 for + certain Android RDP clients (boo#1031910, #246) + ------------------------------------------------------------------- Tue Mar 27 03:05:52 UTC 2018 - fezhang@suse.com diff --git a/xrdp.spec b/xrdp.spec index f9b39e8..9c93ebb 100644 --- a/xrdp.spec +++ b/xrdp.spec @@ -26,7 +26,7 @@ Name: xrdp Version: 0.9.6 Release: 0 Summary: Remote desktop protocol (RDP) server -License: Apache-2.0 and GPL-2.0+ +License: Apache-2.0 AND GPL-2.0-or-later Group: System/X11/Utilities Url: https://github.com/neutrinolabs/xrdp Source0: https://github.com/neutrinolabs/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz @@ -113,6 +113,7 @@ This package contains libraries for the JPEG2000 codec for RDP. sh ./bootstrap %configure \ --enable-ipv6 \ + --enable-painter \ --with-systemdsystemunitdir=%{_unitdir} make %{?_smp_mflags}