diff mbox series

[AUH] json-glib: upgrading to 1.8.0 SUCCEEDED

Message ID 0101018aec71bb87-c9a45567-8a63-45c3-84ef-67fe4e3c0ae6-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] json-glib: upgrading to 1.8.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 1, 2023, 6:13 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-json-glib-upgrade-1.6.6-1.8.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 ba3718e46b41e0f358e2ff318f0e5ae1d741fc67 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 1 Oct 2023 14:48:20 +0000
Subject: [PATCH] json-glib: upgrade 1.6.6 -> 1.8.0

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

Patch

diff --git a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb b/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
similarity index 93%
rename from meta/recipes-gnome/json-glib/json-glib_1.6.6.bb
rename to meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
index 9c34fb7f40..9b57de1c5e 100644
--- a/meta/recipes-gnome/json-glib/json-glib_1.6.6.bb
+++ b/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb
@@ -19,7 +19,7 @@  GIDOCGEN_MESON_ENABLE_FLAG = 'enabled'
 GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'
 
 SRC_URI += " file://run-ptest"
-SRC_URI[archive.sha256sum] = "96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e"
+SRC_URI[archive.sha256sum] = "97ef5eb92ca811039ad50a65f06633f1aae64792789307be7170795d8b319454"
 
 PACKAGECONFIG ??= "${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"
 PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native xmlto-native"