!3 delete garbled characters

Merge pull request !3 from chengquan/developer
This commit is contained in:
openeuler-ci-bot 2020-03-21 21:52:20 +08:00 committed by Gitee
commit 0e1ffd4ef9
2 changed files with 5 additions and 2 deletions

View File

@ -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\

View File

@ -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 <buildteam@openeuler.org> - 6.0-45
- delete garbled characters
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 6.0-44
- fix CVE-2019-13232