diff --git a/FreeRDP-2.2.0.tar.gz b/FreeRDP-2.2.0.tar.gz deleted file mode 100644 index ece6070..0000000 --- a/FreeRDP-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:883bc0396c6be9aba6bc07ebc8ff08457125868ada0f06554e62ef072f90cf59 -size 6836368 diff --git a/FreeRDP-2.3.0.tar.gz b/FreeRDP-2.3.0.tar.gz new file mode 100644 index 0000000..2a7f62b --- /dev/null +++ b/FreeRDP-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4537b9d2c10f4a249b471ab523bd58c47f8c88fa8da84feaafbe80fa44b335b2 +size 7230547 diff --git a/freerdp-rpmlintrc b/freerdp-rpmlintrc new file mode 100644 index 0000000..ae7b8b1 --- /dev/null +++ b/freerdp-rpmlintrc @@ -0,0 +1 @@ +addFilter("binary-or-shlib-calls-gethostbyname /usr/lib64/libwinpr2.so") diff --git a/freerdp.changes b/freerdp.changes index 16e94ea..599228a 100644 --- a/freerdp.changes +++ b/freerdp.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Feb 25 09:46:34 UTC 2021 - Johannes Weberhofer + +- 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 diff --git a/freerdp.spec b/freerdp.spec index 9fe2ea1..c81b820 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -27,13 +27,14 @@ %define _lto_cflags %{nil} %endif Name: freerdp -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Remote Desktop Viewer Client License: Apache-2.0 Group: Productivity/Networking/Other URL: https://www.freerdp.com/ Source0: https://github.com/FreeRDP/FreeRDP/archive/%{version}.tar.gz#/FreeRDP-%{version}.tar.gz +Source1: freerdp-rpmlintrc BuildRequires: chrpath BuildRequires: cmake >= 2.8 BuildRequires: cups-devel @@ -195,7 +196,7 @@ export CFLAGS="%{optflags} -fPIE -pie" -DCHANNEL_URBDRC=ON \ -DCHANNEL_URBDRC_CLIENT=ON -make %{?_smp_mflags} +%make_build %install cd build