From eb6a0abb3501599380fded9f27d84f26569ff910 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 1 Apr 2020 22:12:16 +0200 Subject: gigolo: upgrade 0.5.0 -> 0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Release notes for 0.5.1 ======================= Fixes an annoying bug about wrong port being saved in the bookmark when saving it (#15455). Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- meta-xfce/recipes-apps/gigolo/gigolo_0.5.0.bb | 11 ----------- meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.5.0.bb create mode 100644 meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb (limited to 'meta-xfce') diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.0.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.0.bb deleted file mode 100644 index 4446214f85..0000000000 --- a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.0.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" -SECTION = "x11/application" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" - -inherit xfce-app - -SRC_URI[md5sum] = "273111f5d7c26898e5ddea7b97d5dfe1" -SRC_URI[sha256sum] = "97a301aff012a143d0b99e7ecbb27084d3872aa203a74745e8357aab3a1880dc" diff --git a/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb new file mode 100644 index 0000000000..1233fe0693 --- /dev/null +++ b/meta-xfce/recipes-apps/gigolo/gigolo_0.5.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs" +SECTION = "x11/application" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS = "gtk+3 intltool-native xfce4-dev-tools-native" + +inherit xfce-app + +SRC_URI[md5sum] = "94e89ad3fabba7167760004b64062f4a" +SRC_URI[sha256sum] = "ca87badb5871e4844579704704ea9e5ede444f710a3b264c12b60b2a0e48e14e" -- cgit 1.2.3-korg