diff mbox series

[AUH] libdbd-sqlite-perl: upgrading to 1.74 SUCCEEDED

Message ID 0101018b98139c24-e8644cc6-83a9-4b02-ac95-90905a76bb00-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libdbd-sqlite-perl: upgrading to 1.74 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 *libdbd-sqlite-perl* to *1.74* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libdbd-sqlite-perl-upgrade-1.72-1.74.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 0d18c628537fd72e458eefc3d823608ff77fad62 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 4 Nov 2023 01:49:17 +0000
Subject: [PATCH] libdbd-sqlite-perl: upgrade 1.72 -> 1.74

---
 .../{libdbd-sqlite-perl_1.72.bb => libdbd-sqlite-perl_1.74.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/libdb/{libdbd-sqlite-perl_1.72.bb => libdbd-sqlite-perl_1.74.bb} (94%)
diff mbox series

Patch

diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
similarity index 94%
rename from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
rename to meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
index 975034a07..7e38da883 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.72.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
@@ -14,7 +14,7 @@  SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \
            file://sqlite-perl-test.pl \
 "
 
-SRC_URI[sha256sum] = "5ca41e61eb52b52bd862a3088b912a75fe70910ac789b9a9983e0a449e94f551"
+SRC_URI[sha256sum] = "8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd"
 
 UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"