- Fixed license type: BSD-2-Clause

- Added missing manual translations: da, fr, pt_BR.
- Update to 7.1:
  * New: Option -i, --info to print file information.
    This new option prints number of DOS, Unix, and Mac line breaks, the byte
    order mark, and if the file is text or binary. And it can print the names
    of files that would be converted.
  Version 7.0
  * New: automated self-tests.
  * New: option -u to keep UTF-16 encoding.
  * New: option -v to print information about BOMs and converted line breaks.
  * Change: stdio mode does not automatically set quiet mode.
  * Change: stdio mode does not automatically force conversion of binaries.
    An error is returned when the stdin stream contains a binary symbol.
  * Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
  * Bugfix: system error number was not always returned.
  * Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
  * Bugfix: mac2unix help text, options -b and -r.
  * The code has been cleaned up.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=60
This commit is contained in:
Erwin Waterlander 2014-10-26 14:36:30 +00:00 committed by Git OBS Bridge
parent ea9e91c320
commit a092341f3f
4 changed files with 34 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8abbd4e9a630ef649f5ff359df10786c50b302c1b6515cf99bd787adea23d276
size 339149

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46f93e792f7dfde06e9d8f347099eb4c4db2167b728fafcafb5ca6b5503740c5
size 382427

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Oct 26 14:31:04 UTC 2014 - waterlan@xs4all.nl
- Fixed license type: BSD-2-Clause
- Added missing manual translations: da, fr, pt_BR.
- Update to 7.1:
* New: Option -i, --info to print file information.
This new option prints number of DOS, Unix, and Mac line breaks, the byte
order mark, and if the file is text or binary. And it can print the names
of files that would be converted.
Version 7.0
* New: automated self-tests.
* New: option -u to keep UTF-16 encoding.
* New: option -v to print information about BOMs and converted line breaks.
* Change: stdio mode does not automatically set quiet mode.
* Change: stdio mode does not automatically force conversion of binaries.
An error is returned when the stdin stream contains a binary symbol.
* Bugfix: dos2unix -l created DOS line breaks from Mac line breaks.
* Bugfix: system error number was not always returned.
* Bugfix: an Unicode input file disabled 7bit and iso mode for next input files.
* Bugfix: mac2unix help text, options -b and -r.
* The code has been cleaned up.
-------------------------------------------------------------------
Mon Aug 4 15:31:58 CEST 2014 - pth@suse.de

View File

@ -18,9 +18,9 @@
Name: dos2unix
Summary: Text converters to and from DOS/MAC to UNIX
License: BSD-3-Clause
License: BSD-2-Clause
Group: Productivity/Text/Convertors
Version: 6.0.6
Version: 7.1
Release: 0
Url: http://waterlan.home.xs4all.nl/dos2unix.html
Source: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz
@ -44,7 +44,7 @@ export RPM_OPT_FLAGS
make %{?_smp_mflags} CC="%{__cc}" HTMLEXT="html"
%install
%makeinstall docdir=%{_defaultdocdir}/%{name}
%makeinstall docdir=%{_defaultdocdir}/%{name} HTMLEXT="html"
%{find_lang} dos2unix --all-name --with-man
%files -f dos2unix.lang
@ -58,9 +58,12 @@ make %{?_smp_mflags} CC="%{__cc}" HTMLEXT="html"
%doc %{_mandir}/*/mac2unix.1*
%doc %{_mandir}/*/unix2mac.1*
%doc %{_mandir}/*/unix2dos.1*
%doc %lang(nl) %dir %_mandir/nl
%doc %lang(de) %dir %_mandir/de
%doc %lang(es) %dir %_mandir/es
%doc %lang(uk) %dir %_mandir/uk
%doc %lang(fr) %dir %_mandir/fr
%doc %lang(nl) %dir %_mandir/nl
%doc %lang(pl) %dir %_mandir/pl
%doc %lang(pt_BR) %dir %_mandir/pt_BR
%doc %lang(uk) %dir %_mandir/uk
%changelog