Accepting request 827320 from home:dirkmueller:branches:Archiving

- update to 1.9:
  * zcmp.cc zdiff.cc: Read standard input only if requested.
  * zdiff.cc (main): Pass options '-W' and '-y' to diff.
  * zutils.cc (test_format): Detect bzip2 and lzip files better.
  * ztest.cc (main): Continue testing if any input file is a terminal.
  If verbosity >= 1, print number of files that failed the test.
  * zcat.cc zgrep.cc ztest.cc (main): Check return value of close( infd ).
  * zutils.cc (good_status): Ignore trailing data remaining in feeder.
  * zupdate.cc (zupdate_file): Support new and old lzip option '-o'.
  Keep combined extensions: tgz, tbz, tbz2, txz --> tlz.
  Quote file names in zcmp_command to allow file names with spaces.
  * *.cc (main): Set a valid invocation_name even if argc == 0.
  * zutils.texi: Improve descriptions of zcat, zcmp, and zdiff.

OBS-URL: https://build.opensuse.org/request/show/827320
OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=16
This commit is contained in:
Martin Pluskal 2020-08-18 06:53:44 +00:00 committed by Git OBS Bridge
parent 8930dd9563
commit 8cd548e2ff
6 changed files with 21 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:07a47e1602be66a166bd3bf99c80efe2df889e2d407fadcd7ff83974762da337
size 53285

Binary file not shown.

3
zutils-1.9.tar.lz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59d83cb129788528d311a0bb686e40986c6941b1ad90edc20a91878c39aa5c78
size 55127

BIN
zutils-1.9.tar.lz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Aug 17 11:55:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.9:
* zcmp.cc zdiff.cc: Read standard input only if requested.
* zdiff.cc (main): Pass options '-W' and '-y' to diff.
* zutils.cc (test_format): Detect bzip2 and lzip files better.
* ztest.cc (main): Continue testing if any input file is a terminal.
If verbosity >= 1, print number of files that failed the test.
* zcat.cc zgrep.cc ztest.cc (main): Check return value of close( infd ).
* zutils.cc (good_status): Ignore trailing data remaining in feeder.
* zupdate.cc (zupdate_file): Support new and old lzip option '-o'.
Keep combined extensions: tgz, tbz, tbz2, txz --> tlz.
Quote file names in zcmp_command to allow file names with spaces.
* *.cc (main): Set a valid invocation_name even if argc == 0.
* zutils.texi: Improve descriptions of zcat, zcmp, and zdiff.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 22 06:23:09 UTC 2020 - Martin Pluskal <mpluskal@suse.com> Wed Apr 22 06:23:09 UTC 2020 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,7 +17,7 @@
Name: zutils Name: zutils
Version: 1.8 Version: 1.9
Release: 0 Release: 0
Summary: Collection of utilities for dealing with compressed files Summary: Collection of utilities for dealing with compressed files
License: GPL-2.0-or-later License: GPL-2.0-or-later