SHA256
1
0
forked from pool/lziprecover
Jan Engelhardt 2016-11-21 00:42:13 +00:00 committed by Git OBS Bridge
parent 1a158a0442
commit b36fc7faec
6 changed files with 37 additions and 6 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Nov 21 00:38:40 UTC 2016 - jengelh@inai.de
- Update to new upstream release 1.18
* The option "-a, --trailing-error", which makes lziprecover exit
with error status 2 if any remaining input is detected after
decompressing the last member, has been added.
* "--merge" now detects identical files by their CRC.
* "--repair" now tries to detect gross damage in the file before
attempting to repair it.
* "--repair" now can repair a damaged dictionary size in the header.
* When decompressing, the file specified with the "--output"
option is now deleted if the input is a terminal.
* "--merge", "--range-decompress", "--repair" and "--split" now
preserve dates, permissions, and, when possible, ownership of
the files created just as "--decompress" does.
* The new option "-A, --alone-to-lz", which converts lzma-alone
files to lzip format without recompressing, just adding a lzip
header and trailer, has been added. Only streamed files with
default LZMA properties can be converted; non-streamed
lzma-alone files lack the end of stream marker required in lzip
files.
* The new option "-W, --debug-decompress=<pos>,<val>", which sets
the byte <pos> to the value <val> and then decompresses to
stdout the resulting corrupt data, has been added.
* The new option "-X, --show-packets", which shows the LZMA
packets (coding sequences) coded in a given file, has been
added.
* The new options "-B, --block", "-d, --delta", "-t, --truncate"
and "-z, --zcmp" have been added to unzcrash.
-------------------------------------------------------------------
Sat Nov 7 10:21:55 UTC 2015 - jengelh@inai.de

View File

@ -2,7 +2,7 @@
#
# spec file for package lziprecover
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,9 +19,9 @@
Name: lziprecover
Version: 1.17
Version: 1.18
Release: 0
Summary: Fix Broken lzip Files
Summary: Utility to repair broken lzip files
License: GPL-2.0+
Group: Productivity/Archiving/Compression
Url: http://www.nongnu.org/lzip/lunzip.html