From da917fd60a88dee6262a5ee5cc0f552025d162412225de30f354c6d9d154f404 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 13 Feb 2022 22:36:28 +0000 Subject: [PATCH] lziprecover-1.23 OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=22 --- lziprecover-1.22.tar.gz | 3 --- lziprecover-1.22.tar.gz.sig | Bin 72 -> 0 bytes lziprecover-1.23.tar.gz | 3 +++ lziprecover-1.23.tar.gz.sig | Bin 0 -> 72 bytes lziprecover.changes | 23 +++++++++++++++++++++++ lziprecover.spec | 11 ++++++----- 6 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 lziprecover-1.22.tar.gz delete mode 100644 lziprecover-1.22.tar.gz.sig create mode 100644 lziprecover-1.23.tar.gz create mode 100644 lziprecover-1.23.tar.gz.sig 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 9f21360354372c16479b19113b584cdd71a6978902422b2b9aa68a0cae933dd8..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$=eMRsaeK5Rd7V0~0NGLb%repq}ARw>-05t}OZMsoz!? eC;1}&@&KMGM7`89|8ojgZ=tHpDZF&i@&}5bc^;Mk 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 0000000000000000000000000000000000000000000000000000000000000000..c95b8725b280744eb3c5da705fbd6adf75299ebfd0da49ba382af4f1cb932191 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7Yw-v9~;5Rd7V0~0NGLdbRipu3cN*4)?(WO46{nD>dU eUO%-O766}LI=?B>7BieD!w!5EX`0>WA^3fum>nGe literal 0 HcmV?d00001 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*