diff mbox series

[AUH] dos2unix: upgrading to 7.5.1 SUCCEEDED

Message ID 0101018a5570942b-7c33883c-cccc-4e03-b5cf-8be49f7c3287-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] dos2unix: upgrading to 7.5.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *dos2unix* to *7.5.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-dos2unix-upgrade-7.5.0-7.5.1.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 5e24e7d30962b89b9b9bedd59337efe244bfd4e0 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 2 Sep 2023 06:59:56 +0000
Subject: [PATCH] dos2unix: upgrade 7.5.0 -> 7.5.1

---
 .../dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/dos2unix/{dos2unix_7.5.0.bb => dos2unix_7.5.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb
similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.1.bb
index 1ff1fc4f97..acf49f0483 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.1.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=37f72246ce2aa2fce9482c10b1f2b502"
 SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix;branch=master;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
 
-SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e"
+SRCREV = "9675e7aea32653e1c10ef027eb55d89f3c48ec1f"
 
 S = "${WORKDIR}/git/dos2unix"