From 30d39051d37cb123802d0c9de4d78b6542c6093c Mon Sep 17 00:00:00 2001 From: David King Date: May 11 2015 16:45:40 +0000 Subject: Update to 3.16.1 --- diff --git a/.gitignore b/.gitignore index 2fb4917..55b898b 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ vinagre-2.31.4.tar.bz2 /vinagre-3.15.91.tar.xz /vinagre-3.15.92.tar.xz /vinagre-3.16.0.tar.xz +/vinagre-3.16.1.tar.xz diff --git a/sources b/sources index 4f2cb0d..0355f08 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -192a16e1254890b2be867e970a40a2d5 vinagre-3.16.0.tar.xz +2f891b36e84afc15a4a76ab6f7068e8f vinagre-3.16.1.tar.xz diff --git a/vinagre-3.16.0-increase-spice-password-limit.patch b/vinagre-3.16.0-increase-spice-password-limit.patch deleted file mode 100644 index e577f1e..0000000 --- a/vinagre-3.16.0-increase-spice-password-limit.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 033ab86042925c56d349c87e50d6849694909e54 Mon Sep 17 00:00:00 2001 -From: Mike DePaulo -Date: Fri, 3 Apr 2015 08:37:03 -0400 -Subject: Change SPICE passwords limited to 60 characters - -The limit for SPICE passowrds is much more than 8 characters. - -https://bugzilla.gnome.org/show_bug.cgi?id=747296 - -diff --git a/plugins/spice/vinagre-spice-tab.c b/plugins/spice/vinagre-spice-tab.c -index 0a26a00..38fb53b 100644 ---- a/plugins/spice/vinagre-spice-tab.c -+++ b/plugins/spice/vinagre-spice-tab.c -@@ -36,6 +36,9 @@ - - #define VINAGRE_SPICE_TAB_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), VINAGRE_TYPE_SPICE_TAB, VinagreSpiceTabPrivate)) - -+/* From spice-protocol.h */ -+#define SPICE_MAX_PASSWORD_LENGTH 60 -+ - typedef struct _VinagreSpiceDisplay - { - GtkWidget *display; -@@ -299,7 +302,7 @@ spice_main_channel_event_cb(SpiceChannel *channel, SpiceChannelEvent event, - name, - FALSE, - TRUE, -- 8, -+ SPICE_MAX_PASSWORD_LENGTH, - NULL, - &password, - &save_in_keyring)) --- -cgit v0.10.2 - diff --git a/vinagre.spec b/vinagre.spec index 83ed500..80e3592 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -3,8 +3,8 @@ %endif Name: vinagre -Version: 3.16.0 -Release: 2%{?dist} +Version: 3.16.1 +Release: 1%{?dist} Summary: VNC client for GNOME Group: Applications/System @@ -12,8 +12,6 @@ License: GPLv2+ URL: https://wiki.gnome.org/Apps/Vinagre #VCS: git:git://git.gnome.org/vinagre Source0: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz -# Applied upstream and will be available in 3.16.2 -Patch0: vinagre-3.16.0-increase-spice-password-limit.patch %if 0%{?with_spice} BuildRequires: pkgconfig(spice-client-gtk-3.0) @@ -57,7 +55,6 @@ Apart from the VNC protocol, vinagre supports Spice and RDP. %prep %setup -q -%patch0 -p1 %build @@ -123,6 +120,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %changelog +* Mon May 11 2015 David King - 3.16.1-1 +- Update to 3.16.1 + * Sat Apr 18 2015 David King - 3.16.0-2 - Increase SPICE password limit