forked from pool/freerdp
Accepting request 1137481 from home:polslinux:branches:X11:RemoteDesktop
- Update to 3.1.0: * Fix a nasty bug with relative mouse movement (#9677) * LibreSSL support enhancements (#9691, #9670) * mbedTLS support enhancements (#9662) * New and improved manpages (#9690, #9650) * Unify CMake common options, add (optional) binary versioning and allow * building rdtk and uwac as static dependencies (#9695) * SDL client improvements (#9693, #9657, #9659, #9683, #9680, #9657, #9664, #9656) OBS-URL: https://build.opensuse.org/request/show/1137481 OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=166
This commit is contained in:
parent
05b1149fcd
commit
8ed1aafe17
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bd040876289d835a461252fda91b7c48b9252b1c4f231f96a07b229aca8a4d9
|
||||
size 8975101
|
3
FreeRDP-3.1.0.tar.gz
Normal file
3
FreeRDP-3.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22751fdbc91d4fc00432c3e55e42b67a9710fa3929c3edaeb70304cf8227c02d
|
||||
size 8404002
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 6 12:44:49 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 3.1.0:
|
||||
* Fix a nasty bug with relative mouse movement (#9677)
|
||||
* LibreSSL support enhancements (#9691, #9670)
|
||||
* mbedTLS support enhancements (#9662)
|
||||
* New and improved manpages (#9690, #9650)
|
||||
* Unify CMake common options, add (optional) binary versioning and allow
|
||||
* building rdtk and uwac as static dependencies (#9695)
|
||||
* SDL client improvements (#9693, #9657, #9659, #9683, #9680, #9657, #9664, #9656)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 19 13:56:15 UTC 2023 - Hans-Peter Jansen <hpj@urpla.net>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
%define uwac_package %{uwac_version}-%{uwac_version}
|
||||
|
||||
Name: freerdp
|
||||
Version: 3.0.0
|
||||
Version: 3.1.0
|
||||
Release: 0
|
||||
Summary: Remote Desktop Viewer Client
|
||||
License: Apache-2.0
|
||||
@ -354,6 +354,8 @@ cd build
|
||||
|
||||
%files sdl
|
||||
%{_bindir}/sdl-%{name}
|
||||
%{_mandir}/man1/sdl-freerdp.1%{?ext_man}
|
||||
|
||||
|
||||
%files wayland
|
||||
%{_bindir}/wl%{name}
|
||||
@ -369,6 +371,7 @@ cd build
|
||||
|
||||
%files proxy
|
||||
%{_bindir}/%{name}-proxy
|
||||
%{_mandir}/man1/freerdp-proxy.1%{?ext_man}
|
||||
|
||||
%files -n %{name}-proxy-plugins
|
||||
%dir %{_libdir}/%{name}%{major_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user