[guacamole-server/el6] Require FreeRDP version >= 1.0.2 to avoid RDP refresh problems

Simone Caronni slaanesh at fedoraproject.org
Mon Nov 18 11:25:01 UTC 2013


commit 668095cfeab83a69dfe1c9a5837dfe0605bb5a96
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Nov 18 12:24:47 2013 +0100

    Require FreeRDP version >= 1.0.2 to avoid RDP refresh problems

 guacamole-server.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/guacamole-server.spec b/guacamole-server.spec
index f27e6d6..ef91c1e 100644
--- a/guacamole-server.spec
+++ b/guacamole-server.spec
@@ -3,7 +3,7 @@
 
 Name:           guacamole-server
 Version:        0.8.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Server-side native components that form the Guacamole proxy
 
 License:        MPLv1.1 or GPLv2+
@@ -19,7 +19,7 @@ BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(freerdp)
+BuildRequires:  pkgconfig(freerdp) >= 1.0.2
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libpulse)
@@ -240,6 +240,9 @@ fi
 %attr(750,%{username},%{username}) %{_sharedstatedir}/guacd
 
 %changelog
+* Mon Nov 18 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.3-4
+- Require FreeRDP version >= 1.0.2 to avoid RDP refresh problems.
+
 * Thu Sep 05 2013 Simone Caronni <negativo17 at gmail.com> - 0.8.3-3
 - Add autoconf patch for RHEL autconf compatibility.
 


More information about the scm-commits mailing list