Accepting request 970163 from home:susnux:branches:Archiving
- Update to version 1.11: * zcmp.cc, zdiff.cc (main): Fix race returning 1 instead of 2 when a compressor is not found or when the wrong format is forced. * zcmp.cc (getnum): Show option name and valid range if error. * All tools: Show option name if error in option argument. * Add support for zstd format to all tools. * 'zdiff -v -V' now prints the version of the diff program used. * 'zgrep --verbose -V' now prints the version of the grep program used. * zutils.texi: Document recompression of read-only files by linking. * zutils.texi: Change GNU Texinfo category to 'Compression'. OBS-URL: https://build.opensuse.org/request/show/970163 OBS-URL: https://build.opensuse.org/package/show/Archiving/zutils?expand=0&rev=20
This commit is contained in:
parent
65a3235ab8
commit
aed30dc87d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd44138292d5757648037195b6945c3df70b316221b4285520ad38f2eaeb195
|
||||
size 55080
|
Binary file not shown.
3
zutils-1.11.tar.lz
Normal file
3
zutils-1.11.tar.lz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50e8e24b0a280ccab037004b9000b070d17a6e0cd86972927d1b2a5505421389
|
||||
size 57098
|
BIN
zutils-1.11.tar.lz.sig
Normal file
BIN
zutils-1.11.tar.lz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 12:49:57 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 1.11:
|
||||
* zcmp.cc, zdiff.cc (main): Fix race returning 1 instead of 2 when a
|
||||
compressor is not found or when the wrong format is forced.
|
||||
* zcmp.cc (getnum): Show option name and valid range if error.
|
||||
* All tools: Show option name if error in option argument.
|
||||
* Add support for zstd format to all tools.
|
||||
* 'zdiff -v -V' now prints the version of the diff program used.
|
||||
* 'zgrep --verbose -V' now prints the version of the grep program used.
|
||||
* zutils.texi: Document recompression of read-only files by linking.
|
||||
* zutils.texi: Change GNU Texinfo category to 'Compression'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 09:42:36 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zutils
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: zutils
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
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