#1 Update to 2.0.0-rc3
Merged 5 years ago by slaanesh. Opened 5 years ago by mikedep333.
rpms/ mikedep333/freerdp 2.0.0-rc3  into  master

file modified
+14 -6
@@ -1,5 +1,5 @@ 

- %global commit0 a9ecd6a6ccc71130805a6bf3214c169fc42746ba

- %global date 20180405

+ %global commit0 a4f147683db7aa99a6075aeaf7c698bc6ba84d11

+ %global date 20180801

  %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

  

  # Can be rebuilt with FFmpeg/H264 support enabled by passing "--with=ffmpeg",
@@ -16,7 +16,7 @@ 

  

  Name:           freerdp

  Version:        2.0.0

- Release:        42%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}

+ Release:        43.%{date}.rc3%{dist}

  Epoch:          2

  Summary:        Free implementation of the Remote Desktop Protocol (RDP)

  License:        ASL 2.0
@@ -61,7 +61,11 @@ 

  BuildRequires:  pkgconfig(libpcsclite)

  BuildRequires:  pkgconfig(libpulse)

  BuildRequires:  pkgconfig(libsystemd)

+ %if 0%{?rhel}

+ BuildRequires:  pkgconfig(openssl)

+ %else

  BuildRequires:  pkgconfig(openssl) >= 1.1.0

+ %endif

  BuildRequires:  pkgconfig(wayland-client)

  BuildRequires:  pkgconfig(wayland-scanner)

  BuildRequires:  pkgconfig(xkbcommon)
@@ -76,10 +80,11 @@ 

  Requires:       libwinpr%{?_isa} = %{?epoch}:%{version}-%{release}

  

  %description

- The xfreerdp Remote Desktop Protocol (RDP) client from the FreeRDP project.

+ The xfreerdp & wlfreerdp Remote Desktop Protocol (RDP) clients from the FreeRDP

+ project.

  

- xfreerdp can connect to RDP servers such as Microsoft Windows machines, xrdp and

- VirtualBox.

+ xfreerdp & wlfreerdp can connect to RDP servers such as Microsoft Windows

+ machines, xrdp and VirtualBox.

  

  %package        libs

  Summary:        Core libraries implementing the RDP protocol
@@ -274,6 +279,9 @@ 

  %{_libdir}/pkgconfig/winpr-tools2.pc

  

  %changelog

+ * Sat Aug 04 2018 Mike DePaulo <mikedep333@fedoraproject.org> - 2:2.0.0-43.20180801.rc3

+ - Update to 2.0.0-rc3

+ 

  * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.0-42.20180405gita9ecd6a

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

2.0.0-rc3 contains valuable features such as SOCKS support.

Changelog

I believe this also fixes RHBZ #1568547

I've done some testing with Fedora 28 against Windows 10 successfully:

xfreerdp /v:server-name /dynamic-resolution /sound

1 new commit added

  • Enable building on EPEL7.
5 years ago

I added a new commit to enable building on EPEL7.

"freerdp" itself cannot be part of EPEL7, but this change will help with providing a renamed package for RHBZ #1566251 "Please Add freerdp 2.0.0 to EPEL7".

Back from holiday! Thanks for the PR.

I will make a small adjustment so it points to the rc3 release in the Source line and not the commit id.

Pull-Request has been merged by slaanesh

5 years ago