From 7a60297c767826c8b740b390dece0db542a3bae8 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Sun, 28 Mar 2021 23:00:35 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/freerdp.git#0318ca3dc7617bafd7d86e0901dc1334fa3f9849 --- freerdp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/freerdp.spec b/freerdp.spec index d082d02..98bd39d 100644 --- a/freerdp.spec +++ b/freerdp.spec @@ -22,7 +22,7 @@ Name: freerdp Version: 2.2.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 Summary: Free implementation of the Remote Desktop Protocol (RDP) License: ASL 2.0 @@ -159,6 +159,7 @@ find . -name "*.c" -exec chmod 664 {} \; %cmake %{?_cmake_skip_rpath} \ -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ -DWITH_ALSA=ON \ + -DWITH_CAIRO=ON \ -DWITH_CUPS=ON \ -DWITH_CHANNELS=ON -DBUILTIN_CHANNELS=OFF \ -DWITH_CLIENT=ON \ @@ -295,6 +296,9 @@ find %{buildroot} -name "*.a" -delete %{_libdir}/pkgconfig/winpr-tools2.pc %changelog +* Tue Mar 23 2021 Simone Caronni - 2:2.2.0-6 +- Explicitly enable Cairo support (#1938393). + * Tue Jan 26 2021 Fedora Release Engineering - 2:2.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild