Accepting request 578025 from home:alois:branches:Archiving

- 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.

OBS-URL: https://build.opensuse.org/request/show/578025
OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=6
This commit is contained in:
Martin Pluskal
2018-02-20 07:37:20 +00:00
committed by Git OBS Bridge
parent b4892e7a6a
commit e1766c879f
6 changed files with 34 additions and 13 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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