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:
parent
8930dd9563
commit
8cd548e2ff
@ -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
3
zutils-1.9.tar.lz
Normal 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
BIN
zutils-1.9.tar.lz.sig
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zutils
|
||||
Version: 1.8
|
||||
Version: 1.9
|
||||
Release: 0
|
||||
Summary: Collection of utilities for dealing with compressed files
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user