diff mbox series

[AUH] libmodule-build-tiny-perl: upgrading to 0.047 SUCCEEDED

Message ID 0101018b98139c4c-7d96b7d9-97e6-4e10-b3ad-678dbc4a6dc5-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libmodule-build-tiny-perl: upgrading to 0.047 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 *libmodule-build-tiny-perl* to *0.047* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libmodule-build-tiny-perl-upgrade-0.046-0.047.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 89673062ac5e34bf31eec7d6d21d84e293089a1c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 01:53:21 +0000
Subject: [PATCH] libmodule-build-tiny-perl: upgrade 0.046 -> 0.047

---
 ....bb => libmodule-build-tiny-perl_0.047.bb} | 33 +++++++++++++++++--
 1 file changed, 31 insertions(+), 2 deletions(-)
 rename meta-perl/recipes-perl/libmodule/{libmodule-build-tiny-perl_0.046.bb => libmodule-build-tiny-perl_0.047.bb} (69%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.046.bb b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
similarity index 69%
rename from meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.046.bb
rename to meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
index 1e23d87a6..4ff7daf66 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.046.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.047.bb
@@ -1,3 +1,32 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -270,13 +270,13 @@
+#  That's all there is to it!
+#  
+#  
+# ---- The Artistic License 1.0 (Perl) ---
+# +--- The Perl Artistic License 1.0 ---
+#  
+#  This software is Copyright (c) 2011 by Leon Timmermans, David Golden.
+#  
+#  This is free software, licensed under:
+#  
+# -  The Artistic License 1.0 (Perl)
+# +  The Perl Artistic License 1.0
+#  
+#  
+#  
+# 
+#
+
 SUMMARY = "Module::Build::Tiny - A tiny replacement for Module::Build"
 DESCRIPTION = "Many Perl distributions use a Build.PL file instead of a \
 Makefile.PL file to drive distribution configuration, build, test and \
@@ -10,12 +39,12 @@  SECTION = "libs"
 HOMEPAGE = "http://search.cpan.org/~leont/Module-Build-Tiny/"
 
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=147a7b891d1584d3d33e478b1f2327c5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2b9e8b5e2bd19fcc97ac84b78a271a64"
 
 DEPENDS = "libextutils-config-perl-native libextutils-helpers-perl-native libextutils-installpaths-perl-native"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Module-Build-Tiny-${PV}.tar.gz"
-SRC_URI[sha256sum] = "be193027e2debb4c9926434aaf1aa46c9fc7bf4db83dcc347eb6e359ee878289"
+SRC_URI[sha256sum] = "71260e9421b93c33dd1b3e7d0cf15f759c0ca7c753fa840279ec3be70f8f8c9d"
 
 S = "${WORKDIR}/Module-Build-Tiny-${PV}"