diff mbox series

[AUH] vala: upgrading to 0.56.18 SUCCEEDED

Message ID 010101959a2b9fcc-0619b198-a7ca-47f6-a43a-c2100d1c6901-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] vala: upgrading to 0.56.18 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org March 15, 2025, 2:18 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *vala* to *0.56.18* has Succeeded.

Next steps:
    - apply the patch: git am 0001-vala-upgrade-0.56.17-0.56.18.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 b95d2d413d9b0cd51ca73c199ec92f50c110cc1d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Mar 2025 10:09:51 +0000
Subject: [PATCH] vala: upgrade 0.56.17 -> 0.56.18

---
 meta/recipes-devtools/vala/{vala_0.56.17.bb => vala_0.56.18.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.56.17.bb => vala_0.56.18.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/vala/vala_0.56.17.bb b/meta/recipes-devtools/vala/vala_0.56.18.bb
similarity index 97%
rename from meta/recipes-devtools/vala/vala_0.56.17.bb
rename to meta/recipes-devtools/vala/vala_0.56.18.bb
index acd6c43096..32105a3c23 100644
--- a/meta/recipes-devtools/vala/vala_0.56.17.bb
+++ b/meta/recipes-devtools/vala/vala_0.56.18.bb
@@ -19,7 +19,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/${BPN}/${SHRT_VER}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "26100c4e4ef0049c619275f140d97cf565883d00c7543c82bcce5a426934ed6a"
+SRC_URI[sha256sum] = "f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382"
 
 inherit autotools pkgconfig upstream-version-is-even