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}