]> git.pld-linux.org Git - packages/vinagre.git/commitdiff
- uo to 3.22.0
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 26 Nov 2016 23:39:24 +0000 (00:39 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 26 Nov 2016 23:39:24 +0000 (00:39 +0100)
vinagre-freerdp.patch
vinagre.spec

index 61344a9732abb4c8213674aa011d77e2b5dd0c63..88631882fb94c90225dc9fbbac2d6a8cf7bee005 100644 (file)
@@ -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
index cddebd1efd3ef31446e1ff35c2aeeee3f7ce7709..5214477876d958f44873155b25b1d896b16c671b 100644 (file)
@@ -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
This page took 0.083903 seconds and 4 git commands to generate.