From 0c28dadd5f488be47be370d854c5f0b5daed4f77 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jul 2023 11:13:27 +0800 Subject: [PATCH] gvfs: upgrade 1.50.4 -> 1.51.1 Changelog: ============ * trash: Run blocking methods on a thread to avoid hangs * smbbrowse: Fix empty device listing after unrelated mount failure * udisks: Fix missing unmount notifications * trash: Fix nfs4 and cifs monitoring * smb: Allow renaming a file to the same name with a different case * mtp: Add support for incremental enumeration * mtp: Emit delete event on device disconnection * trash: Fix wrongly reported item-count * Some other fixes and improvements * Translation updates Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-gnome/gvfs/{gvfs_1.50.4.bb => gvfs_1.51.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.50.4.bb => gvfs_1.51.1.bb} (97%) diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb similarity index 97% rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb index 31eea47bab..32d47efd16 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.4.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.51.1.bb @@ -20,7 +20,7 @@ RDEPENDS:${PN} += "gsettings-desktop-schemas" SRC_URI = "https://download.gnome.org/sources/${BPN}/${@gnome_verdir("${PV}")}/${BPN}-${PV}.tar.xz;name=archive" -SRC_URI[archive.sha256sum] = "ab9059a676a537edbea21388c2aafe1a7e2c8f1ac2dfdc6d64550233075457fd" +SRC_URI[archive.sha256sum] = "5baaf0cc81e2c690a726f7d5eb59eed48a33ea220fd5378df93c556173a3c143" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"