From 51aa31efa1c372314c27d453a0b3f0a6570faad7 Mon Sep 17 00:00:00 2001 From: chengquan Date: Sat, 21 Mar 2020 17:09:38 +0800 Subject: [PATCH] delete garbled characters --- unzip-6.0-alt-iconv-utf8.patch | 2 +- unzip.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/unzip-6.0-alt-iconv-utf8.patch b/unzip-6.0-alt-iconv-utf8.patch index b9e3777..120009d 100644 --- a/unzip-6.0-alt-iconv-utf8.patch +++ b/unzip-6.0-alt-iconv-utf8.patch @@ -174,7 +174,7 @@ Index: unzip-6.0/unzip.c +#else /* UNIX */ +static ZCONST char Far ZipInfoUsageLine3[] = "miscellaneous options:\n\ + -h print header line -t print totals for listed files or for all\n\ -+ -z print zipfile comment %c-T%c print file times in sortable decimal format\ ++ -z print zipfile comment -T print file times in sortable decimal format\ +\n %c-C%c be case-insensitive %s\ + -x exclude filenames that follow from listing\n\ + -O CHARSET specify a character encoding for DOS, Windows and OS/2 archives\n\ diff --git a/unzip.spec b/unzip.spec index 9cced5b..86ebf2e 100644 --- a/unzip.spec +++ b/unzip.spec @@ -1,6 +1,6 @@ Name: unzip Version: 6.0 -Release: 44 +Release: 45 Summary: A utility for unpacking zip files License: BSD URL: http://www.info-zip.org/UnZip.html @@ -70,6 +70,9 @@ Package help includes man pages for unzip. %{_mandir}/man1/* %changelog +* Mon Mar 2 2020 openEuler Buildteam - 6.0-45 +- delete garbled characters + * Mon Mar 2 2020 openEuler Buildteam - 6.0-44 - fix CVE-2019-13232 -- Gitee