diff mbox series

[AUH] diffutils: upgrading to 3.11 SUCCEEDED

Message ID 0101019509a19e61-a7ce7d9f-b9bd-4e1c-b00c-3bcc9ded616f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] diffutils: upgrading to 3.11 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Feb. 15, 2025, 12:42 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-diffutils-upgrade-3.10-3.11.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 d619e28f4ee8bd7cfaa203a1d82bb55b81ea8ebe Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 15 Feb 2025 08:37:14 +0000
Subject: [PATCH] diffutils: upgrade 3.10 -> 3.11

---
 .../diffutils/0001-Skip-strip-trailing-cr-test-case.patch  | 7 +++----
 .../diffutils/{diffutils_3.10.bb => diffutils_3.11.bb}     | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/diffutils/{diffutils_3.10.bb => diffutils_3.11.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
index 32793233f9..81c35c0228 100644
--- a/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
+++ b/meta/recipes-extended/diffutils/diffutils/0001-Skip-strip-trailing-cr-test-case.patch
@@ -1,4 +1,4 @@ 
-From f31395c931bc633206eccfcfaaaa5d15021a3e86 Mon Sep 17 00:00:00 2001
+From 5cd585dd6201abc6520471f497f7f0f602a6a625 Mon Sep 17 00:00:00 2001
 From: Peiran Hong <peiran.hong@windriver.com>
 Date: Thu, 5 Sep 2019 15:42:22 -0400
 Subject: [PATCH] Skip strip-trailing-cr test case
@@ -10,16 +10,15 @@  package.
 Upstream-Status: Inappropriate [embedded specific]
 
 Signed-off-by: Peiran Hong <peiran.hong@windriver.com>
-
 ---
  tests/Makefile.am | 1 -
  1 file changed, 1 deletion(-)
 
 diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 79bacfb..4adb4d7 100644
+index adbb10d..3962c2c 100644
 --- a/tests/Makefile.am
 +++ b/tests/Makefile.am
-@@ -22,7 +22,6 @@ TESTS = \
+@@ -28,7 +28,6 @@ TESTS = \
    stdin \
    strcoll-0-names \
    filename-quoting \
diff --git a/meta/recipes-extended/diffutils/diffutils_3.10.bb b/meta/recipes-extended/diffutils/diffutils_3.11.bb
similarity index 93%
rename from meta/recipes-extended/diffutils/diffutils_3.10.bb
rename to meta/recipes-extended/diffutils/diffutils_3.11.bb
index 08e8305612..8f5a87c2db 100644
--- a/meta/recipes-extended/diffutils/diffutils_3.10.bb
+++ b/meta/recipes-extended/diffutils/diffutils_3.11.bb
@@ -8,7 +8,7 @@  SRC_URI = "${GNU_MIRROR}/diffutils/diffutils-${PV}.tar.xz \
            file://0001-Skip-strip-trailing-cr-test-case.patch \
            "
 
-SRC_URI[sha256sum] = "90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e"
+SRC_URI[sha256sum] = "a73ef05fe37dd585f7d87068e4a0639760419f810138bd75c61ddaa1f9e2131e"
 
 EXTRA_OECONF += "ac_cv_path_PR_PROGRAM=${bindir}/pr --without-libsigsegv-prefix"