SHA256
1
0
forked from pool/lziprecover
Jan Engelhardt 2022-02-13 22:36:28 +00:00 committed by Git OBS Bridge
parent c29d713b55
commit da917fd60a
6 changed files with 32 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd958a0975f7729c44f3b784e566891f736c3dc68374dbd2149ee692a16d0862
size 152840

Binary file not shown.

3
lziprecover-1.23.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f29804177f06dd51c3fa52615ae198a76002b6ce8d961c3575546c3740f4b572
size 156147

BIN
lziprecover-1.23.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Feb 13 22:34:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.23
* Decompression time has been reduced by 5-12% depending on the
file.
* In case of error in a numerical argument to a command line
option, lziprecover now shows the name of the option and the
range of valid values.
* Options "--dump" and "--strip" now refuse to write compressed
data to a terminal except when dumping trailing data with
"--dump=tdata".
* The option "-U, --unzcrash" now requires an argument: "1"
to test 1-bit errors, or "B<size>" to test zeroed blocks.
* The memory tester now allocates the dictionary once per
member instead of doing it for each test. This makes "-U,
--unzcrash" about two times faster on my machine on files
with an uncompressed size larger than about 30 MB.
* "-W, --debug-decompress" now continues decompressing the
members following the damaged member if it has been fully
decompressed (just failed with a CRC mismatch).
* The tool unzcrash now prints byte or block position in messages.
-------------------------------------------------------------------
Fri Mar 12 21:55:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package lziprecover
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: lziprecover
Version: 1.22
Version: 1.23
Release: 0
Summary: Utility to repair broken lzip files
License: GPL-2.0-or-later
@ -80,7 +80,8 @@ popd
%install_info_delete --info-dir="%_infodir" "%_infodir/%name".info*
%files
%doc AUTHORS COPYING ChangeLog NEWS README
%doc ChangeLog README
%license COPYING
%_bindir/lziprecover
%_mandir/man1/lziprecover.1*
%_infodir/lziprecover.info*