From 609e5f0f63a8f6c8a5217cfa4eeda9467826fe96dab6336e645dad00c6511289 Mon Sep 17 00:00:00 2001 From: Erwin Waterlander Date: Sat, 23 May 2015 15:06:05 +0000 Subject: [PATCH] - Update to 7.2.2 * Fix: Fixed symlink support on FreeBSD. * Fix: Skip GB18030 test on FreeBSD. * Fix: When conversion of an UTF-16 file with binary symbols was forced, null characters were not written in the output. * Fix: Check UTF-16 input for invalid surrogate pairs. OBS-URL: https://build.opensuse.org/package/show/Base:System/dos2unix?expand=0&rev=65 --- dos2unix-7.2.1.tar.gz | 3 --- dos2unix-7.2.2.tar.gz | 3 +++ dos2unix.changes | 10 ++++++++++ dos2unix.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 dos2unix-7.2.1.tar.gz create mode 100644 dos2unix-7.2.2.tar.gz diff --git a/dos2unix-7.2.1.tar.gz b/dos2unix-7.2.1.tar.gz deleted file mode 100644 index 3ac1fbd..0000000 --- a/dos2unix-7.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53928aa9abbf49939fc0b84f408a4820d11e77e41d832612c37168f98c6945f3 -size 407535 diff --git a/dos2unix-7.2.2.tar.gz b/dos2unix-7.2.2.tar.gz new file mode 100644 index 0000000..1660236 --- /dev/null +++ b/dos2unix-7.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c23907296267fa4ea66e1ee03eb6f6229cf7b64968318d00a77076ae89c2612 +size 411389 diff --git a/dos2unix.changes b/dos2unix.changes index fe44339..db66d2d 100644 --- a/dos2unix.changes +++ b/dos2unix.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 23 15:04:36 UTC 2015 - waterlan@xs4all.nl + +- Update to 7.2.2 + * Fix: Fixed symlink support on FreeBSD. + * Fix: Skip GB18030 test on FreeBSD. + * Fix: When conversion of an UTF-16 file with binary symbols was forced, + null characters were not written in the output. + * Fix: Check UTF-16 input for invalid surrogate pairs. + ------------------------------------------------------------------- Thu Apr 2 18:29:54 UTC 2015 - waterlan@xs4all.nl diff --git a/dos2unix.spec b/dos2unix.spec index 2c65b6c..a6d2bf8 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.2.1 +Version: 7.2.2 Release: 0 Url: http://waterlan.home.xs4all.nl/dos2unix.html Source: http://waterlan.home.xs4all.nl/dos2unix/dos2unix-%{version}.tar.gz