- 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
76 lines
3.0 KiB
Plaintext
76 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Update to version 1.8:
|
|
* See provided NEWS for detailed list of changes
|
|
- Drop no longer needed patches:
|
|
* zutils-1.7-zcat-buffer-overrun.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 25 12:28:27 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Added zutils-1.7-noconflict.patch (fixes boo#1105973)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 6 10:29:51 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Added zutils-1.7-zcat-buffer-overrun.patch (fixes boo#1103878)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jul 14 08:27:03 UTC 2018 - antoine.belvire@opensuse.org
|
|
|
|
- Update to version 1.7:
|
|
* zgrep.cc (main): Pass '--color' option to grep.
|
|
* check.sh: Added new tests for zgrep.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 19 12:07:34 UTC 2018 - aloisio@gmx.com
|
|
|
|
- Update to version 1.6
|
|
* zcmp.cc: Accept 'B' suffix in '--ignore-initial=1kB:1234B'.
|
|
* zutils.cc (feed_data): Show input filename in error messages.
|
|
Version 1.5
|
|
* zupdate.cc (zupdate_file): Pass '-q' to zcmp if verbosity < 0.
|
|
* zcat.cc zgrep.cc ztest.cc (main): Don't use stdin more than
|
|
once.
|
|
* zdiff.cc (set_fifonames): Use '_' if both names are different.
|
|
* configure: Avoid warning on some shells when testing for g++.
|
|
* Makefile.in: Detect the existence of install-info.
|
|
* testsuite/check.sh: A POSIX shell is required to run the
|
|
tests.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 3 13:57:23 UTC 2016 - p.drouand@gmail.com
|
|
|
|
- Update to version 1.4
|
|
* Option '--format' has been renamed to '-O, --force-format'.
|
|
* Added new option '-M, --format=<list>' to all utilities.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 18 16:51:15 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Conflict with gzip
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Apr 18 10:22:53 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Initial package for version 1.3
|
|
|