Sync from SUSE:SLFO:Main dos2unix revision cea2d4946ec73b1334d0625718f24e9d

This commit is contained in:
Adrian Schröter 2024-10-01 08:33:34 +02:00
parent dfcf8d0eca
commit e071c1abb4
6 changed files with 24 additions and 15 deletions

BIN
dos2unix-7.5.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,10 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJk7kbGAAoJEDjB9XKxJyW+4DUH/RfqnHViH8/532oZRycIz3Di
hYYqkziR2DwJaW07VU13HtQFS2iLr1FXDgnOnkVFWP4EKqxTPiS1DO5Wlblb0iVN
p9xurEJ2SfvAtlgtXxH2RynLSukg9YBfXGi4MTsodxQouAgmjFFo/KOODI5M+A+R
ZmG/4VtYmarBskhzY0oEeCLAjMmIQMXZKDOmd2uNeXuibQWBa/F/k/OwXqLKBo+M
70nHAqQOqfRRX6myY7jAH/rmEZZIInwTx7LJ1uNvzVJFpV9Jxj9MAGZl2CWmD712
FmJRY9Ys0vwjPbsLtJlMkXafATNHBEIXgN/nm94ddxteI6QYRAy3u6WT+o+EhAI=
=CSer
-----END PGP SIGNATURE-----

BIN
dos2unix-7.5.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

10
dos2unix-7.5.2.tar.gz.asc Normal file
View File

@ -0,0 +1,10 @@
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJlruQQAAoJEDjB9XKxJyW+TqQIAJ9ugpTljcjqBEuj7Z31KM8s
k7+ZK0zRcvbxW63zQ3v4dgQzRMyNDOTuPBTm5VzD2OPyH8j2xPd4FuE9lPNUnh0Y
YdjkgqJua61iMBqaJ3zi1xOb3HxfVprmSN2u3OgjTMJsMSVh6dbHUnkH1MGNbpcO
mJYHEVB1Id0CNCaLy4xYe+8TN19KB/2QIV0YVGNvt+cE9XNPFVzeIJBNmDQTnhLX
xnHAd4Y1uG68GbEEni+70I/wCFGUqlGTvGhyBftzDXbF23tsNtydLIX6vWm17+nH
kJ3oUD4q6r0quKDy+KA1yDGBKXUk+y/3///tkoGbXEEcuj0r7v3b2hQYW/TXhfw=
=8PSc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jan 23 19:56:06 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- update to 7.5.2:
* Dos2unix can print info about the line break type of the last
line, or indicate there is none
* Updated documentation about ASCII mode conversion
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 30 16:43:37 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de> Wed Aug 30 16:43:37 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -2,6 +2,7 @@
# spec file for package dos2unix # spec file for package dos2unix
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +18,7 @@
Name: dos2unix Name: dos2unix
Version: 7.5.1 Version: 7.5.2
Release: 0 Release: 0
Summary: Text converters to and from DOS/MAC to UNIX Summary: Text converters to and from DOS/MAC to UNIX
License: BSD-2-Clause License: BSD-2-Clause
@ -38,7 +39,7 @@ Unix2dos converts plain text files from UNIX
format to DOS format and unix2dos converts from UNIX to MAC format. format to DOS format and unix2dos converts from UNIX to MAC format.
%prep %prep
%setup -q %autosetup -p1
find . -type f -exec chmod -x '{}' + find . -type f -exec chmod -x '{}' +
%build %build