diff mbox series

[AUH] libconfig-tiny-perl: upgrading to 2.30 SUCCEEDED

Message ID 0101018b981399d2-51e4d57d-be0d-444a-8222-f49109e55226-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libconfig-tiny-perl: upgrading to 2.30 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 4, 2023, 2:05 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libconfig-tiny-perl* to *2.30* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libconfig-tiny-perl-upgrade-2.29-2.30.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 04b8c41f2921873464bdc46f09ed856ed86b20eb Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 01:43:02 +0000
Subject: [PATCH] libconfig-tiny-perl: upgrade 2.29 -> 2.30

---
 ...{libconfig-tiny-perl_2.29.bb => libconfig-tiny-perl_2.30.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libconfig-tiny/{libconfig-tiny-perl_2.29.bb => libconfig-tiny-perl_2.30.bb} (86%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.29.bb b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb
similarity index 86%
rename from meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.29.bb
rename to meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb
index 92d9bac0e..ccdc1e0cb 100644
--- a/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.29.bb
+++ b/meta-perl/recipes-perl/libconfig-tiny/libconfig-tiny-perl_2.30.bb
@@ -15,6 +15,6 @@  S = "${WORKDIR}/Config-Tiny-${PV}"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
 
-SRC_URI[sha256sum] = "3de79b0ea03a8d6a93e9d9128fe845fb556222b14699a4f6f0d5ca057ae3333b"
+SRC_URI[sha256sum] = "b2f7345619b3b8e636dd39ea010731c9dc2bfb8f022bcbd86ae6ad17866e110d"
 
 inherit cpan