forked from pool/freerdp
Accepting request 875068 from home:weberho:branches:X11:RemoteDesktop
- Updated to release 2.3.0 Noteworthy changes: * Websocket support for proxy connections * Progressive codec improvements. Reduces graphical glitches against windows and ogon servers * Fixed +glyph-cache, now working properly without disconnects * Huge file support in clipboard * XWayland support for xfreerdp (keyboard grabbing) * Improved wlfreerdp (wayland client) * Option to allow keyboard scancodes to be remapped manually * Improved mouse wheel behaviour when scrolling * Improved dynamic channel behaviour, more stable event detection * New connection state PubSub notification: Clients can now monitor current connection state Fixes: * gh#FreeRDP/FreeRDP/6626: Fixed parsing of FastGlyph order. gh#FreeRDP/FreeRDP/6624: Added support for xwayland keyboard grab gh#FreeRDP/FreeRDP/6492: Added clipboard CB_HUGE_FILE_SUPPORT_ENABLED flag gh#FreeRDP/FreeRDP/6428: Improve NLA error code logging. gh#FreeRDP/FreeRDP/6416: Http gateway message support gh#FreeRDP/FreeRDP/6753: List of pull requests to backport for stable-next - Added freerdp-rpmlintrc to supress a false positive as gethostbyname() is a windows-function call not a unix one. OBS-URL: https://build.opensuse.org/request/show/875068 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=112
This commit is contained in:
parent
84166f6d8e
commit
b66ad40ce5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:883bc0396c6be9aba6bc07ebc8ff08457125868ada0f06554e62ef072f90cf59
|
|
||||||
size 6836368
|
|
3
FreeRDP-2.3.0.tar.gz
Normal file
3
FreeRDP-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4537b9d2c10f4a249b471ab523bd58c47f8c88fa8da84feaafbe80fa44b335b2
|
||||||
|
size 7230547
|
1
freerdp-rpmlintrc
Normal file
1
freerdp-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("binary-or-shlib-calls-gethostbyname /usr/lib64/libwinpr2.so")
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 25 09:46:34 UTC 2021 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
- Updated to release 2.3.0
|
||||||
|
Noteworthy changes:
|
||||||
|
* Websocket support for proxy connections
|
||||||
|
* Progressive codec improvements. Reduces graphical glitches against windows
|
||||||
|
and ogon servers
|
||||||
|
* Fixed +glyph-cache, now working properly without disconnects
|
||||||
|
* Huge file support in clipboard
|
||||||
|
* XWayland support for xfreerdp (keyboard grabbing)
|
||||||
|
* Improved wlfreerdp (wayland client)
|
||||||
|
* Option to allow keyboard scancodes to be remapped manually
|
||||||
|
* Improved mouse wheel behaviour when scrolling
|
||||||
|
* Improved dynamic channel behaviour, more stable event detection
|
||||||
|
* New connection state PubSub notification: Clients can now monitor current
|
||||||
|
connection state
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
* gh#FreeRDP/FreeRDP/6626: Fixed parsing of FastGlyph order.
|
||||||
|
gh#FreeRDP/FreeRDP/6624: Added support for xwayland keyboard grab
|
||||||
|
gh#FreeRDP/FreeRDP/6492: Added clipboard CB_HUGE_FILE_SUPPORT_ENABLED flag
|
||||||
|
gh#FreeRDP/FreeRDP/6428: Improve NLA error code logging.
|
||||||
|
gh#FreeRDP/FreeRDP/6416: Http gateway message support
|
||||||
|
gh#FreeRDP/FreeRDP/6753: List of pull requests to backport for stable-next
|
||||||
|
|
||||||
|
- Added freerdp-rpmlintrc to supress a false positive as gethostbyname() is
|
||||||
|
a windows-function call not a unix one.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 20 14:22:07 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
Mon Jul 20 14:22:07 UTC 2020 - Johannes Weberhofer <jweberhofer@weberhofer.at>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freerdp
|
# spec file for package freerdp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,13 +27,14 @@
|
|||||||
%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
%endif
|
%endif
|
||||||
Name: freerdp
|
Name: freerdp
|
||||||
Version: 2.2.0
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote Desktop Viewer Client
|
Summary: Remote Desktop Viewer Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
URL: https://www.freerdp.com/
|
URL: https://www.freerdp.com/
|
||||||
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz#/FreeRDP-%{version}.tar.gz
|
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz#/FreeRDP-%{version}.tar.gz
|
||||||
|
Source1: freerdp-rpmlintrc
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
@ -195,7 +196,7 @@ export CFLAGS="%{optflags} -fPIE -pie"
|
|||||||
-DCHANNEL_URBDRC=ON \
|
-DCHANNEL_URBDRC=ON \
|
||||||
-DCHANNEL_URBDRC_CLIENT=ON
|
-DCHANNEL_URBDRC_CLIENT=ON
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
cd build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user