diff mbox series

[AUH] thunar: upgrading to 4.19.0 SUCCEEDED

Message ID 0101018b993e004a-5de6585c-0004-44f1-b914-82a06241dca6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] thunar: upgrading to 4.19.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 7:30 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-thunar-upgrade-4.18.4-4.19.0.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 afa5a866299641d6cbe4bd7be8fd77d37d676509 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 05:44:08 +0000
Subject: [PATCH] thunar: upgrade 4.18.4 -> 4.19.0

---
 .../recipes-xfce/thunar/{thunar_4.18.4.bb => thunar_4.19.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-xfce/thunar/{thunar_4.18.4.bb => thunar_4.19.0.bb} (92%)
diff mbox series

Patch

diff --git a/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb b/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
similarity index 92%
rename from meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb
rename to meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
index 921dba063..02e4ef956 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_4.18.4.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_4.19.0.bb
@@ -10,7 +10,7 @@  inherit xfce gobject-introspection features_check mime-xdg perlnative
 # cairo would at least needed to be built with xlib.
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-SRC_URI[sha256sum] = "c4463ce2fb1d628adce70a828e8b4de5fa0802236894d2c40f749471619bedcc"
+SRC_URI[sha256sum] = "684f1422c4d92b00db477ecaa2a0ed38ce688e2a567e5d70b7cf66fc6dd6fd18"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
 PACKAGECONFIG[pcre] = "--enable-pcre2,--disable-pcre2,libpcre2"