diff mbox series

[AUH] vte: upgrading to 0.72.2 SUCCEEDED

Message ID 01010188c2545069-389a350b-6640-4959-a723-d9fc3f9a92bc-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] vte: upgrading to 0.72.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 16, 2023, 3:51 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-vte-upgrade-0.72.1-0.72.2.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 a6ed2f45b005a1dabaaf18631e0dae9824cc0360 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 16 Jun 2023 03:46:53 +0000
Subject: [PATCH] vte: upgrade 0.72.1 -> 0.72.2

---
 meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/vte/{vte_0.72.1.bb => vte_0.72.2.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-support/vte/vte_0.72.1.bb b/meta/recipes-support/vte/vte_0.72.2.bb
similarity index 94%
rename from meta/recipes-support/vte/vte_0.72.1.bb
rename to meta/recipes-support/vte/vte_0.72.2.bb
index b9ff3183c8..4249b75ac0 100644
--- a/meta/recipes-support/vte/vte_0.72.1.bb
+++ b/meta/recipes-support/vte/vte_0.72.2.bb
@@ -21,7 +21,7 @@  inherit gnomebase gi-docgen features_check upstream-version-is-even gobject-intr
 
 # vapigen.m4 is required when vala is not present (but the one from vala should be used normally)
 SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
-SRC_URI[archive.sha256sum] = "0554f9f88d56ce2d78398fcc7f69bc00e53bbbc5f694e0ae1dcaf5286f89d7e4"
+SRC_URI[archive.sha256sum] = "f7966fd185a6981f53964162b71cfef7e606495155d6f5827b72aa0dd6741c9e"
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"