SHA256
1
0
forked from pool/freerdp

Accepting request 546955 from home:weberho:UNSTABLE:RemoteDesktop

- Updated to 2.0.0-rc1
Noteworthy features and improvements:
* support for FIPS mode was added (option +fipsmode)
* initial client side kerberos support (run cmake with WITH_GSSAPI)
* support for ssh-agent redirection (as rdp channel)
* the man page(s) and /help were updated an improved
* add support for ICU for unicode conversion (-DWITH_ICU=ON)
* client add option to force password prompt before connection (/from-stdin[:force])
* extend /size to allow width or height percentages (#gh/FreeRDP/FreeRDP/4146)
* add support for "password is pin"
* clipboard is now enabled per default (use -clipboard to disable)
Fixed github issues (excerpt):
* #gh/FreeRDP/FreeRDP/4281: Added option to prefer IPv6 over IPv4
* #gh/FreeRDP/FreeRDP/3890: Point to OpenSSL doc for private CA
* #gh/FreeRDP/FreeRDP/3378: support 31 static channels as described in the spec
* #gh/FreeRDP/FreeRDP/4253: Rfx decode tile width.
* #gh/FreeRDP/FreeRDP/3267: fix parsing of drivestoredirect
* #gh/FreeRDP/FreeRDP/4257: Proper error checks for /kbd argument
* #gh/FreeRDP/FreeRDP/4249: Corruption due to recursive parser
* #gh/FreeRDP/FreeRDP/4111: 15bpp color handling for brush.
* #gh/FreeRDP/FreeRDP/3509: Added Ctrl+Alt+Enter description
* #gh/FreeRDP/FreeRDP/3211: Return freerdp error from main.
* #gh/FreeRDP/FreeRDP/3513: add better description for drive redirection
* #gh/FreeRDP/FreeRDP/4199: ConvertFindDataAToW string length
* #gh/FreeRDP/FreeRDP/4135: client/x11: fix colors on big endian
* #gh/FreeRDP/FreeRDP/4089: fix h264 context leak when DeleteSurface
* #gh/FreeRDP/FreeRDP/4117: possible segfault
* #gh/FreeRDP/FreeRDP/4091: fix a regression with remote program

OBS-URL: https://build.opensuse.org/request/show/546955
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=66
This commit is contained in:
Tomáš Chvátal 2017-12-01 10:12:11 +00:00 committed by Git OBS Bridge
parent 6b8d669263
commit 54b3e1d6f4
4 changed files with 51 additions and 14 deletions

View File

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

3
FreeRDP-2.0.0-rc1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Nov 30 15:56:24 UTC 2017 - jweberhofer@weberhofer.at
- Updated to 2.0.0-rc1
Noteworthy features and improvements:
* support for FIPS mode was added (option +fipsmode)
* initial client side kerberos support (run cmake with WITH_GSSAPI)
* support for ssh-agent redirection (as rdp channel)
* the man page(s) and /help were updated an improved
* add support for ICU for unicode conversion (-DWITH_ICU=ON)
* client add option to force password prompt before connection (/from-stdin[:force])
* extend /size to allow width or height percentages (#gh/FreeRDP/FreeRDP/4146)
* add support for "password is pin"
* clipboard is now enabled per default (use -clipboard to disable)
Fixed github issues (excerpt):
* #gh/FreeRDP/FreeRDP/4281: Added option to prefer IPv6 over IPv4
* #gh/FreeRDP/FreeRDP/3890: Point to OpenSSL doc for private CA
* #gh/FreeRDP/FreeRDP/3378: support 31 static channels as described in the spec
* #gh/FreeRDP/FreeRDP/4253: Rfx decode tile width.
* #gh/FreeRDP/FreeRDP/3267: fix parsing of drivestoredirect
* #gh/FreeRDP/FreeRDP/4257: Proper error checks for /kbd argument
* #gh/FreeRDP/FreeRDP/4249: Corruption due to recursive parser
* #gh/FreeRDP/FreeRDP/4111: 15bpp color handling for brush.
* #gh/FreeRDP/FreeRDP/3509: Added Ctrl+Alt+Enter description
* #gh/FreeRDP/FreeRDP/3211: Return freerdp error from main.
* #gh/FreeRDP/FreeRDP/3513: add better description for drive redirection
* #gh/FreeRDP/FreeRDP/4199: ConvertFindDataAToW string length
* #gh/FreeRDP/FreeRDP/4135: client/x11: fix colors on big endian
* #gh/FreeRDP/FreeRDP/4089: fix h264 context leak when DeleteSurface
* #gh/FreeRDP/FreeRDP/4117: possible segfault
* #gh/FreeRDP/FreeRDP/4091: fix a regression with remote program
-------------------------------------------------------------------
Mon Sep 4 11:05:25 UTC 2017 - jengelh@inai.de

View File

@ -19,9 +19,9 @@
%define major_version 2
%define uwac_version 0
%define uwac_package %{uwac_version}-%{uwac_version}
%define version_file 2.0.0-rc0
%define version_file 2.0.0-rc1
Name: freerdp
Version: 2.0.0~rc0
Version: 2.0.0~rc1
Release: 0
Summary: Remote Desktop Viewer Client
License: Apache-2.0
@ -44,6 +44,7 @@ BuildRequires: zlib-devel
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(icu-i18n)
BuildRequires: pkgconfig(krb5)
BuildRequires: pkgconfig(libpcsclite)
BuildRequires: pkgconfig(libpulse)
@ -110,10 +111,10 @@ the equivalent WinPR implementation, without having to modify the code using it.
%package -n winpr%{major_version}-devel
Summary: Windows Portable Runtime development files
Group: Development/Languages/C and C++
Obsoletes: libwinpr2-devel < %{version}-%{release}
Provides: libwinpr2-devel = %{version}-%{release}
Requires: cmake >= 2.8
Requires: libwinpr%{major_version} = %{version}-%{release}
Obsoletes: libwinpr2-devel < %{version}-%{release}
Provides: libwinpr2-devel = %{version}-%{release}
%description -n winpr%{major_version}-devel
This package contains header files for developing applications that
@ -127,15 +128,15 @@ Group: Productivity/Networking/Other
Using wayland as a client (uwac) is a library to provide common
functionality for wayland clients.
%package -n uwac%{uwac_version}-devel
%package -n uwac%{uwac_package}-devel
Summary: Remote Desktop Toolkit libuwac development files
Group: Development/Languages/C and C++
Obsoletes: libuwac0-devel < %{version}-%{release}
Provides: libuwac0-devel = %{version}-%{release}
Requires: cmake >= 2.8
Requires: libuwac%{uwac_package} = %{version}-%{release}
Obsoletes: libuwac0-devel < %{version}-%{release}
Provides: libuwac0-devel = %{version}-%{release}
%description -n uwac%{uwac_version}-devel
%description -n uwac%{uwac_package}-devel
This package contains header files for developing applications that
use the uwac library.
@ -166,9 +167,9 @@ export CFLAGS="%{optflags} -fPIE -pie"
-DWITH_DIRECTFB=OFF \
-DWITH_FFMPEG=OFF \
-DWITH_GSM=ON \
%if 0%{?suse_version} < 1330
-DWITH_GSTREAMER_1_0=ON \
%endif
-DWITH_GSSAPI=ON \
-DWITH_ICU=ON \
-DWITH_IPP=OFF \
-DWITH_JPEG=ON \
-DWITH_KRB5=ON \
@ -253,7 +254,7 @@ cd build
%doc LICENSE
%{_libdir}/libuwac%{uwac_version}.so.*
%files -n uwac%{uwac_version}-devel
%files -n uwac%{uwac_package}-devel
%{_libdir}/cmake/uwac%{uwac_version}
%{_includedir}/uwac%{uwac_version}
%{_libdir}/libuwac%{uwac_version}.so