Hello community,

here is the log from the commit of package freerdp for openSUSE:Factory checked 
in at 2018-05-19 15:40:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freerdp (Old)
 and      /work/SRC/openSUSE:Factory/.freerdp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "freerdp"

Sat May 19 15:40:05 2018 rev:30 rq:607302 version:2.0.0~rc2

Changes:
--------
--- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes  2018-04-26 
13:23:00.229107840 +0200
+++ /work/SRC/openSUSE:Factory/.freerdp.new/freerdp.changes     2018-05-19 
15:40:06.907788944 +0200
@@ -1,0 +2,39 @@
+Mon May 14 15:56:41 UTC 2018 - jweberho...@weberhofer.at
+
+- removed SLE11 condition
+- removed no_connection_to_windows_10_17101.patch
+- removed -DBUILTIN_CHANNELS=OFF switch
+- explicitly set -DCHANNEL_GEOMETRY=ON
+- Disable the new X264 and OPENH264 codecs because openSUSE does
+  not provide them
+
+- upgrade to version 2.0.0-rc2
+  See: https://github.com/FreeRDP/FreeRDP/milestone/8
+
+  Noteworthy features and improvements:
+  * IMPORTANT: add support CredSSP v6 - this fixes KB4088776 see #4449, #4488
+  * basic support for the "Video Optimized Remoting Virtual Channel 
+    Extension" (MS-RDPEVOR) was added
+  * many smart card related fixes and cleanups #4312
+  * fix ccache support
+  * add support for memory and thread sanitizer
+  * support for dynamic resloution changes was added in xfreerdp #4313
+  * support for gateway access token (command line option /gat) was added
+  * initial support for travis-ci.org was added
+  * SSE optimization version of RGB to AVC444 frame split was added
+  * build: -msse2/-msse3 are not enabled globally anymore
+
+  Fixed github issues (excerpt):
+  * #4227 Convert settings->Password to binary blob
+  * #4231 freerdp-2.0.0_rc0: 5 tests failed out of 184 on ppc
+  * #4276 Big endian fixes
+  * #4291 xfreerdp “Segmentation fault” when connecting to freerdp-shadow-cli
+  * #4293 [X11] shadow server memory corruption with /monitors:2 #4293
+  * #4296 drive redirection - raise an error if the directory can't be found
+  * #4306 Cannot connect to shadow server with NLA auth: SEC_E_OUT_OF_SEQUENCE
+  * #4457 Fix /size: /w: /h: with /monitors: (Fix custom sizes)
+  * #4527 pre-connection blob (pcb) support in .rdp files
+  * #4552 Fix Windows 10 cursors drawing as black
+  * smartcard related: #3521, #3431, #3474, #3488, #775, #1424
+
+-------------------------------------------------------------------

Old:
----
  FreeRDP-2.0.0-rc1.tar.gz
  no_connection_to_windows_10_17101.patch

New:
----
  FreeRDP-2.0.0-rc2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ freerdp.spec ++++++
--- /var/tmp/diff_new_pack.Cd7IJW/_old  2018-05-19 15:40:07.899752651 +0200
+++ /var/tmp/diff_new_pack.Cd7IJW/_new  2018-05-19 15:40:07.899752651 +0200
@@ -19,17 +19,15 @@
 %define major_version 2
 %define uwac_version 0
 %define uwac_package %{uwac_version}-%{uwac_version}
-%define version_file 2.0.0-rc1
+%define version_file 2.0.0-rc2
 Name:           freerdp
-Version:        2.0.0~rc1
+Version:        2.0.0~rc2
 Release:        0
 Summary:        Remote Desktop Viewer Client
 License:        Apache-2.0
 Group:          Productivity/Networking/Other
 Url:            http://www.freerdp.com/
 Source0:        
https://github.com/FreeRDP/FreeRDP/archive/%{version_file}.tar.gz#/FreeRDP-%{version_file}.tar.gz
-# PATCH-FIX-UPSTREAM no_connection_to_windows_10_17101.patch boo#1085416
-Patch0:         no_connection_to_windows_10_17101.patch
 BuildRequires:  chrpath
 BuildRequires:  cmake >= 2.8
 BuildRequires:  cups-devel
@@ -152,10 +150,6 @@
 
 %prep
 %setup -q -n FreeRDP-%{version_file}
-%patch0 -p1
-%if 0%{?sles_version} == 11
-    cp %{SOURCE1} cmake/
-%endif
 
 %build
 if [ -z "$SOURCE_DATE_EPOCH" ]; then
@@ -164,6 +158,7 @@
 export LDFLAGS="-pie"
 export CFLAGS="%{optflags} -fPIE -pie"
 
+# X264 and OPENH264 are disabled because openSUSE does not provide the codecs
 # enable -DWITH_GSSAPI=ON again after #gh/FreeRDP/FreeRDP/4348 has been fixed
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -176,9 +171,12 @@
 %ifarch %{ix86} x86_64
        -DWITH_SSE2=ON \
 %endif
+       -DWITH_X264=OFF \
+       -DWITH_OPENH264=OFF \
        -DWITH_CLIENT=ON \
        -DWITH_SERVER=ON \
-       -DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \
+       -DCHANNEL_GEOMETRY=ON \
+       -DWITH_CHANNELS=ON \
        -DWITH_DIRECTFB=OFF \
        -DWITH_FFMPEG=OFF \
        -DWITH_GSM=ON \
@@ -232,7 +230,6 @@
 
 %files -n lib%{name}%{major_version}
 %doc LICENSE
-%{_libdir}/%{name}%{major_version}
 %{_libdir}/lib%{name}%{major_version}.so.*
 %{_libdir}/lib%{name}-client%{major_version}.so.*
 %{_libdir}/lib%{name}-shadow%{major_version}.so.*

++++++ FreeRDP-2.0.0-rc1.tar.gz -> FreeRDP-2.0.0-rc2.tar.gz ++++++
/work/SRC/openSUSE:Factory/freerdp/FreeRDP-2.0.0-rc1.tar.gz 
/work/SRC/openSUSE:Factory/.freerdp.new/FreeRDP-2.0.0-rc2.tar.gz differ: char 
13, line 1


Reply via email to