diff mbox series

dos2unix: upgrade 7.4.4 -> 7.5.0

Message ID 1685610221-29015-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit a81874c8898ccd33c0c20260f2bfe9bcb2d75d69
Headers show
Series dos2unix: upgrade 7.4.4 -> 7.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 1, 2023, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
* New option -O, --to-stdout to write to standard output.
* New option -e, --add-eol to add a line break to the last
  line if there isn't one. Option --no-add-eol disables the
  feature.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../dos2unix/{dos2unix_7.4.4.bb => dos2unix_7.5.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/dos2unix/{dos2unix_7.4.4.bb => dos2unix_7.5.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb b/meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
similarity index 95%
rename from meta/recipes-support/dos2unix/dos2unix_7.4.4.bb
rename to meta/recipes-support/dos2unix/dos2unix_7.5.0.bb
index 506faf5a6d..1ff1fc4f97 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.4.4.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.5.0.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 = "b56a58584d3fef0720425ae154c2a4d80e6af6c5"
+SRCREV = "d6613bbb175624f065de907ebcc94437f699c14e"
 
 S = "${WORKDIR}/git/dos2unix"