[packages/vinagre] - uo to 3.22.0

baggins baggins at pld-linux.org
Sun Nov 27 00:39:36 CET 2016


commit ee70e236e7a397b48c0ff4be6aa382cd55bbb034
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 27 00:39:24 2016 +0100

    - uo to 3.22.0

 vinagre-freerdp.patch | 6 +++---
 vinagre.spec          | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/vinagre.spec b/vinagre.spec
index cddebd1..5214477 100644
--- a/vinagre.spec
+++ b/vinagre.spec
@@ -7,12 +7,12 @@
 Summary:	VNC client for the GNOME desktop
 Summary(pl.UTF-8):	Klient VNC dla środowiska GNOME
 Name:		vinagre
-Version:	3.18.2
+Version:	3.22.0
 Release:	1
 License:	GPL v2+
 Group:		X11/Applications
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.18/%{name}-%{version}.tar.xz
-# Source0-md5:	30093b9a262e5fbef87e992e8a6327bd
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/vinagre/3.22/%{name}-%{version}.tar.xz
+# Source0-md5:	451554ddf46636105cd5f0330e98d254
 Patch0:		%{name}-freerdp.patch
 URL:		https://wiki.gnome.org/Apps/Vinagre
 BuildRequires:	appstream-glib-devel
diff --git a/vinagre-freerdp.patch b/vinagre-freerdp.patch
index 61344a9..8863188 100644
--- a/vinagre-freerdp.patch
+++ b/vinagre-freerdp.patch
@@ -6,7 +6,7 @@
  #endif
 +#if HAVE_FREERDP_1_1
  #include <freerdp/version.h>
- #if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && FREERDP_VERSION_REVISION >= 1)
+ #if (FREERDP_VERSION_MAJOR == 1 && FREERDP_VERSION_MINOR >= 2 && FREERDP_VERSION_REVISION >= 1) || (FREERDP_VERSION_MAJOR == 2)
    settings->UseRdpSecurityLayer = FALSE;
  #else
    settings->DisableEncryption = FALSE;
@@ -23,6 +23,6 @@
    /* Allow font smoothing by default */
    settings->AllowFontSmoothing = TRUE;
 +#endif
+ }
  
-   /* Setup display for FreeRDP session */
-   priv->display = gtk_drawing_area_new ();
+ static void
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vinagre.git/commitdiff/ee70e236e7a397b48c0ff4be6aa382cd55bbb034



More information about the pld-cvs-commit mailing list