diff --git a/lziprecover-1.22.tar.gz b/lziprecover-1.22.tar.gz deleted file mode 100644 index 3d4a445..0000000 --- a/lziprecover-1.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd958a0975f7729c44f3b784e566891f736c3dc68374dbd2149ee692a16d0862 -size 152840 diff --git a/lziprecover-1.22.tar.gz.sig b/lziprecover-1.22.tar.gz.sig deleted file mode 100644 index 9f21360..0000000 Binary files a/lziprecover-1.22.tar.gz.sig and /dev/null differ diff --git a/lziprecover-1.23.tar.gz b/lziprecover-1.23.tar.gz new file mode 100644 index 0000000..b6164b4 --- /dev/null +++ b/lziprecover-1.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29804177f06dd51c3fa52615ae198a76002b6ce8d961c3575546c3740f4b572 +size 156147 diff --git a/lziprecover-1.23.tar.gz.sig b/lziprecover-1.23.tar.gz.sig new file mode 100644 index 0000000..c95b872 Binary files /dev/null and b/lziprecover-1.23.tar.gz.sig differ diff --git a/lziprecover.changes b/lziprecover.changes index 45693b7..101c141 100644 --- a/lziprecover.changes +++ b/lziprecover.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Feb 13 22:34:44 UTC 2022 - Jan Engelhardt + +- 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" 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 diff --git a/lziprecover.spec b/lziprecover.spec index 0f8b8e3..691d1fd 100644 --- a/lziprecover.spec +++ b/lziprecover.spec @@ -1,7 +1,7 @@ # # spec file for package lziprecover # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # 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 @@ -28,8 +28,8 @@ Source: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name Source2: http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig Source3: %name.keyring BuildRequires: gcc-c++ -Requires(post): info -Requires(preun): info +Requires(post): info +Requires(preun):info %description Lziprecover is a data recovery tool and decompressor for files in the @@ -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*