diff mbox series

[AUH] less: upgrading to 685 SUCCEEDED

Message ID 0101019a564ec403-8e2ef69e-f637-48bb-ae82-441049497372-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] less: upgrading to 685 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 5, 2025, 11:16 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *less* to *685* has Succeeded.

Next steps:
    - apply the patch: git am 0001-less-upgrade-679-685.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 bc4e8a4ba8d260e84a28be350505561bc36d919e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 5 Nov 2025 18:46:04 +0000
Subject: [PATCH] less: upgrade 679 -> 685

---
 meta/recipes-extended/less/{less_679.bb => less_685.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/less/{less_679.bb => less_685.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/less/less_679.bb b/meta/recipes-extended/less/less_685.bb
similarity index 95%
rename from meta/recipes-extended/less/less_679.bb
rename to meta/recipes-extended/less/less_685.bb
index 613c71f571..904980a72f 100644
--- a/meta/recipes-extended/less/less_679.bb
+++ b/meta/recipes-extended/less/less_685.bb
@@ -29,7 +29,7 @@  SRC_URI = "http://www.greenwoodsoftware.com/${BPN}/${BPN}-${PV}.tar.gz \
            file://run-ptest \
            "
 
-SRC_URI[sha256sum] = "9b68820c34fa8a0af6b0e01b74f0298bcdd40a0489c61649b47058908a153d78"
+SRC_URI[sha256sum] = "2701041e767e697ee420ce0825641cedc8f20b51576abe99d92c1666d332e9dc"
 
 UPSTREAM_CHECK_URI = "http://www.greenwoodsoftware.com/less/download.html"