forked from pool/xorgxrdp
Accepting request 699566 from X11:RemoteDesktop
OBS-URL: https://build.opensuse.org/request/show/699566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorgxrdp?expand=0&rev=11
This commit is contained in:
commit
41dfb08c6e
@ -1,7 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 17:11:02 UTC 2019 - Felix Zhang <fezhang@suse.com>
|
||||
|
||||
- BuildRequires libXfont2-devel for SLE12-SP4 and later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 18 09:36:17 UTC 2018 - Felix Zhang <fezhang@suse.com>
|
||||
|
||||
- Update to version 0.2.9
|
||||
- Update to version 0.2.9 (jsc#SLE-5926)
|
||||
+ Add a feature to disconnect idle sessions
|
||||
+ Disable autorepeat in Xorg, it is done in RDP layer
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xorgxrdp
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,8 +34,8 @@ BuildRequires: xorg-x11-server-sdk
|
||||
BuildRequires: xrdp-devel
|
||||
BuildRequires: pkgconfig(xorg-macros)
|
||||
Requires: xrdp >= 0.9.1
|
||||
# For 42.x keep to use libXfont-devel
|
||||
%if 0%{?suse_version} > 1320
|
||||
# For Leap 42.x and SLE 12.x <= 12.3, keep to use libXfont-devel
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120300
|
||||
BuildRequires: libXfont2-devel
|
||||
%else
|
||||
BuildRequires: libXfont-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user