SHA256
1
0
forked from pool/freerdp

Accepting request 1140790 from home:polslinux:branches:X11:RemoteDesktop

- Update to 3.2.0:
  * Fix proxy module load check (#9777)
  * Improve kerberos error logging (#9771)
  * Add option to run client dynamic channel synchronous (#9764)
  * Move huge struct to heap (#9763)
  * Improved failure logging of license module (#9759)
  * Improve server side gfx logging (#9757)
  * Print shadow server help with printf instead of WLog (#9756)
  * Fix SDL client timer initialization (#9754)
  * Fix server peer message parsing (#9751)
  * Enable NEON instructions if __ARM_NEON is defined (#9748)
  * Add new proxy config file option TlsSecLevel (#9741)
  * Improve android and mac os build scripts (#9735)
  * Do not disable wayland support on BSD (#9730)
  * Fix issues with assistance file parsing (#9727, #9728)
  * Keyboard handling fixes for wayland client (#9725)
  * Fix relative pkg-config file paths (#9720)
  * Add new transport IO callback GetPublicKey (#9719)
  * Fix wayland client scaling (#9715)

OBS-URL: https://build.opensuse.org/request/show/1140790
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=167
This commit is contained in:
Dirk Mueller 2024-01-26 09:39:26 +00:00 committed by Git OBS Bridge
parent 8ed1aafe17
commit dfe1b3ba7a
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22751fdbc91d4fc00432c3e55e42b67a9710fa3929c3edaeb70304cf8227c02d
size 8404002

3
FreeRDP-3.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03251e25cc3c8dc688bd9276ce7dc6590058122b192e6c3a15574cb93fc83591
size 8409216

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jan 19 13:53:59 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.2.0:
* Fix proxy module load check (#9777)
* Improve kerberos error logging (#9771)
* Add option to run client dynamic channel synchronous (#9764)
* Move huge struct to heap (#9763)
* Improved failure logging of license module (#9759)
* Improve server side gfx logging (#9757)
* Print shadow server help with printf instead of WLog (#9756)
* Fix SDL client timer initialization (#9754)
* Fix server peer message parsing (#9751)
* Enable NEON instructions if __ARM_NEON is defined (#9748)
* Add new proxy config file option TlsSecLevel (#9741)
* Improve android and mac os build scripts (#9735)
* Do not disable wayland support on BSD (#9730)
* Fix issues with assistance file parsing (#9727, #9728)
* Keyboard handling fixes for wayland client (#9725)
* Fix relative pkg-config file paths (#9720)
* Add new transport IO callback GetPublicKey (#9719)
* Fix wayland client scaling (#9715)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jan 6 12:44:49 UTC 2024 - Paolo Stivanin <info@paolostivanin.com> Sat Jan 6 12:44:49 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -37,7 +37,7 @@
%define uwac_package %{uwac_version}-%{uwac_version} %define uwac_package %{uwac_version}-%{uwac_version}
Name: freerdp Name: freerdp
Version: 3.1.0 Version: 3.2.0
Release: 0 Release: 0
Summary: Remote Desktop Viewer Client Summary: Remote Desktop Viewer Client
License: Apache-2.0 License: Apache-2.0
@ -377,7 +377,6 @@ cd build
%dir %{_libdir}/%{name}%{major_version} %dir %{_libdir}/%{name}%{major_version}
%dir %{_libdir}/%{name}%{major_version}/proxy %dir %{_libdir}/%{name}%{major_version}/proxy
%{_libdir}/%{name}%{major_version}/proxy/proxy-bitmap-filter-plugin.so %{_libdir}/%{name}%{major_version}/proxy/proxy-bitmap-filter-plugin.so
%{_libdir}/%{name}%{major_version}/proxy/proxy-capture-plugin.so
%{_libdir}/%{name}%{major_version}/proxy/proxy-demo-plugin.so %{_libdir}/%{name}%{major_version}/proxy/proxy-demo-plugin.so
%{_libdir}/%{name}%{major_version}/proxy/proxy-dyn-channel-dump-plugin.so %{_libdir}/%{name}%{major_version}/proxy/proxy-dyn-channel-dump-plugin.so