From c59cedbdbd629ebb36a7751738c3582817ce08b7 Mon Sep 17 00:00:00 2001 From: David King Date: Feb 16 2016 13:33:06 +0000 Subject: Fix AppData (#1308230) --- diff --git a/vinagre-3.19.2-fix-appdata.patch b/vinagre-3.19.2-fix-appdata.patch new file mode 100644 index 0000000..b4d35e6 --- /dev/null +++ b/vinagre-3.19.2-fix-appdata.patch @@ -0,0 +1,86 @@ +From 36609407c4414ab9318e17dcd4156e79b0550376 Mon Sep 17 00:00:00 2001 +From: Richard Hughes +Date: Mon, 25 Jan 2016 15:36:40 +0000 +Subject: [PATCH] Update the AppData to spec version 0.7+ + +--- + data/vinagre.appdata.xml.in | 43 ++++++++++++++++++++++++++----------------- + 1 file changed, 26 insertions(+), 17 deletions(-) + +diff --git a/data/vinagre.appdata.xml.in b/data/vinagre.appdata.xml.in +index 9fde812..e4cff71 100644 +--- a/data/vinagre.appdata.xml.in ++++ b/data/vinagre.appdata.xml.in +@@ -1,20 +1,29 @@ + + +- +- vinagre.desktop +- CC0-1.0 +- +- <_name>Remote Desktop Viewer +- <_summary>Access remote desktops +- +- <_p>Vinagre shows remote Windows, Mac OS X and Linux desktops. +- <_p>It uses the VNC, RDP and SPICE protocols, and can even be used to ++ ++ vinagre.desktop ++ CC0-1.0 ++ GPL-2.0+ ++ ++ ++ <_name>Remote Desktop Viewer ++ <_summary>Access remote desktops ++ ++ <_p>Vinagre shows remote Windows, Mac OS X and Linux desktops. ++ <_p>It uses the VNC, RDP and SPICE protocols, and can even be used to + connect to SSH servers. +- +- https://wiki.gnome.org/Apps/Vinagre +- +- http://amigadave.com/temp/vinagre-default.png +- +- amigadave@amigadave.com +- GNOME +- ++ ++ https://wiki.gnome.org/Apps/Vinagre ++ https://bugzilla.gnome.org/enter_bug.cgi?product=vinagre ++ http://www.gnome.org/friends/ ++ https://help.gnome.org/users/vinagre/stable/ ++ ++ ++ http://amigadave.com/temp/vinagre-default.png ++ <_caption> ++ ++ ++ amigadave@amigadave.com ++ GNOME ++ vinagre ++ +-- +2.7.1 + +From 07eab11e342590cd3175712840e54fc608f1e6db Mon Sep 17 00:00:00 2001 +From: David King +Date: Tue, 16 Feb 2016 13:14:09 +0000 +Subject: [PATCH] Fix the translation element in the AppData file + +--- + data/vinagre.appdata.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/vinagre.appdata.xml.in b/data/vinagre.appdata.xml.in +index e4cff71..ec28520 100644 +--- a/data/vinagre.appdata.xml.in ++++ b/data/vinagre.appdata.xml.in +@@ -25,5 +25,5 @@ + + amigadave@amigadave.com + GNOME +- vinagre ++ vinagre + +-- +2.7.1 + diff --git a/vinagre.spec b/vinagre.spec index 8232725..1a0ebd5 100644 --- a/vinagre.spec +++ b/vinagre.spec @@ -12,6 +12,8 @@ License: GPLv2+ URL: https://wiki.gnome.org/Apps/Vinagre #VCS: git:git://git.gnome.org/vinagre Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz +# Upstream patches to update AppData to latest specification version. +Patch0: vinagre-3.19.2-fix-appdata.patch %if 0%{?with_spice} BuildRequires: pkgconfig(spice-client-gtk-3.0) @@ -60,6 +62,7 @@ Apart from the VNC protocol, vinagre supports Spice and RDP. %prep %setup -q +%patch0 -p1 %build @@ -117,6 +120,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Feb 16 2016 David King - 3.19.2-2 +- Fix AppData (#1308230) + * Fri Feb 05 2016 Fedora Release Engineering - 3.19.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild