Accepting request 596973 from X11:RemoteDesktop

OBS-URL: https://build.opensuse.org/request/show/596973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdp?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2018-04-16 13:45:52 +00:00 committed by Git OBS Bridge
commit ffc09ce9fe
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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}