From 8cd548e2ff097b33017cd83207871588323b9b8604ef8e866769db2d5d8d4de5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 18 Aug 2020 06:53:44 +0000 Subject: [PATCH] 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 --- zutils-1.8.tar.lz | 3 --- zutils-1.8.tar.lz.sig | Bin 72 -> 0 bytes zutils-1.9.tar.lz | 3 +++ zutils-1.9.tar.lz.sig | Bin 0 -> 72 bytes zutils.changes | 17 +++++++++++++++++ zutils.spec | 2 +- 6 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 zutils-1.8.tar.lz delete mode 100644 zutils-1.8.tar.lz.sig create mode 100644 zutils-1.9.tar.lz create mode 100644 zutils-1.9.tar.lz.sig diff --git a/zutils-1.8.tar.lz b/zutils-1.8.tar.lz deleted file mode 100644 index f797727..0000000 --- a/zutils-1.8.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07a47e1602be66a166bd3bf99c80efe2df889e2d407fadcd7ff83974762da337 -size 53285 diff --git a/zutils-1.8.tar.lz.sig b/zutils-1.8.tar.lz.sig deleted file mode 100644 index f2f1e8fe6d41160023502abe0bb4c37b4843f143c978dab4889ea6bde1b62598..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$eLt;{XZ?5Rd7V0~0NGLQ + +- 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 diff --git a/zutils.spec b/zutils.spec index fbd6cbf..b50ce24 100644 --- a/zutils.spec +++ b/zutils.spec @@ -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