Accepting request 1142168 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1142168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dos2unix?expand=0&rev=65
This commit is contained in:
Ana Guerrero 2024-01-29 21:26:52 +00:00 committed by Git OBS Bridge
commit 3d1e79d23b
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-----

3
dos2unix-7.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:264742446608442eb48f96c20af6da303cb3a92b364e72cb7e24f88239c4bf3a
size 991485

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>

View File

@ -2,6 +2,7 @@
# spec file for package dos2unix
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +18,7 @@
Name: dos2unix
Version: 7.5.1
Version: 7.5.2
Release: 0
Summary: Text converters to and from DOS/MAC to UNIX
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.
%prep
%setup -q
%autosetup -p1
find . -type f -exec chmod -x '{}' +
%build