diff mbox series

[AUH] gvfs: upgrading to 1.52.1 SUCCEEDED

Message ID 0101018b98bf1565-d69d1650-2d88-45f1-af61-d74989d93d37-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] gvfs: upgrading to 1.52.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 5:12 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *gvfs* to *1.52.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-gvfs-upgrade-1.52.0-1.52.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 66fce110c3712db6336a7e6ba5e4d979693223ce Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 04:39:52 +0000
Subject: [PATCH] gvfs: upgrade 1.52.0 -> 1.52.1

---
 .../recipes-gnome/gvfs/{gvfs_1.52.0.bb => gvfs_1.52.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gvfs/{gvfs_1.52.0.bb => gvfs_1.52.1.bb} (97%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb
similarity index 97%
rename from meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb
rename to meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb
index d5103d865..61c8fadfd 100644
--- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.0.bb
+++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.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] = "e40e2035a40bc51ce9e88eed05b025596e40bb4aaf9bc632d12ce74fdb30b1f6"
+SRC_URI[archive.sha256sum] = "cdbd4440f6d08792a6e7521244c17386e20bd537d375117099fc8fb68fe91741"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"