diff mbox series

[AUH] json-glib: upgrading to 1.10.8 SUCCEEDED

Message ID 010101994d3a4418-783b9989-56d1-490d-a98b-049c7b77df97-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] json-glib: upgrading to 1.10.8 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2025, 11:54 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *json-glib* to *1.10.8* has Succeeded.

Next steps:
    - apply the patch: git am 0001-json-glib-upgrade-1.10.6-1.10.8.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 c432c4b6a665d89b1609e95f01bf740be872c142 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Mon, 15 Sep 2025 09:44:24 +0000
Subject: [PATCH] json-glib: upgrade 1.10.6 -> 1.10.8

---
 .../json-glib/{json-glib_1.10.6.bb => json-glib_1.10.8.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/json-glib/{json-glib_1.10.6.bb => json-glib_1.10.8.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
similarity index 93%
rename from meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
index 8b009bc17b..1f68fb8c51 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.10.6.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.10.8.bb
@@ -19,7 +19,7 @@  GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
 GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
 
 SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "77f4bcbf9339528f166b8073458693f0a20b77b7059dbc2db61746a1928b0293"
+SRC_URI[archive.sha256sum] = "55c5c141a564245b8f8fbe7698663c87a45a7333c2a2c56f06f811ab73b212dd"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native python3-docutils-native"