From 188718bf244a670d51d5122af30bfec7d506fa1360c27d405bae0088c8c09d8e Mon Sep 17 00:00:00 2001 From: Erwin Waterlander Date: Thu, 1 Oct 2015 20:58:01 +0000 Subject: [PATCH] - Update to 7.3.1 * New: Simplified Chinese translation of messages and manual. * Fix: Compilation error "'wchar_t' undeclared" when Unicode support is disabled. * Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK). OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=71 --- dos2unix-7.3.1.tar.gz | 3 +++ dos2unix-7.3.tar.gz | 3 --- dos2unix.changes | 8 ++++++++ dos2unix.spec | 3 ++- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 dos2unix-7.3.1.tar.gz delete mode 100644 dos2unix-7.3.tar.gz diff --git a/dos2unix-7.3.1.tar.gz b/dos2unix-7.3.1.tar.gz new file mode 100644 index 0000000..d270e72 --- /dev/null +++ b/dos2unix-7.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d5df24d181c2efecf7631aab6e894489012396092cf206829f1f9a98556b94 +size 552530 diff --git a/dos2unix-7.3.tar.gz b/dos2unix-7.3.tar.gz deleted file mode 100644 index 863e73a..0000000 --- a/dos2unix-7.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8175f7552a72edaaa8918fdee68ce2cbc982dc25452f33d4dc611d769f4944d1 -size 497218 diff --git a/dos2unix.changes b/dos2unix.changes index 89a2e9e..f6d6cd9 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Oct 1 20:56:26 UTC 2015 - waterlan@xs4all.nl + +- Update to 7.3.1 + * New: Simplified Chinese translation of messages and manual. + * Fix: Compilation error "'wchar_t' undeclared" when Unicode support is disabled. + * Fix: Compilation errors when MinGW compiler was used (MinGW-w64 was OK). + ------------------------------------------------------------------- Tue Aug 25 20:01:40 UTC 2015 - waterlan@xs4all.nl diff --git a/dos2unix.spec b/dos2unix.spec index cc0d186..123d356 100644 --- a/dos2unix.spec +++ b/dos2unix.spec @@ -20,7 +20,7 @@ Name: dos2unix Summary: Text converters to and from DOS/MAC to UNIX License: BSD-2-Clause Group: Productivity/Text/Convertors -Version: 7.3 +Version: 7.3.1 Release: 0 Url: http://waterlan.home.xs4all.nl/dos2unix.html Source: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz @@ -65,5 +65,6 @@ make %{?_smp_mflags} CC="%{__cc}" HTMLEXT="html" %doc %lang(pl) %dir %_mandir/pl %doc %lang(pt_BR) %dir %_mandir/pt_BR %doc %lang(uk) %dir %_mandir/uk +%doc %lang(zh_CN) %dir %_mandir/zh_CN %changelog