Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2017-12-06 08:53:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Wed Dec 6 08:53:54 2017 rev:26 rq:547012 version:2.0.0~rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2017-09-07 22:11:29.981473430 +0200 +++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes 2017-12-06 08:53:57.323162469 +0100 @@ -1,0 +2,36 @@ +Thu Nov 30 15:56:24 UTC 2017 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- FreeRDP-2.0.0-rc0.tar.gz New: ---- FreeRDP-2.0.0-rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.LGuk8O/_old 2017-12-06 08:53:58.167131573 +0100 +++ /var/tmp/diff_new_pack.LGuk8O/_new 2017-12-06 08:53:58.171131427 +0100 @@ -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: 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 @@ %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 @@ 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 @@ -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 @@ %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 ++++++ FreeRDP-2.0.0-rc0.tar.gz -> FreeRDP-2.0.0-rc1.tar.gz ++++++ /work/SRC/openSUSE:Factory/freerdp/FreeRDP-2.0.0-rc0.tar.gz /work/SRC/openSUSE:Factory/.freerdp.new/FreeRDP-2.0.0-rc1.tar.gz differ: char 12, line 1
