lziprecover-1.20
OBS-URL: https://build.opensuse.org/package/show/Archiving/lziprecover?expand=0&rev=13
This commit is contained in:
parent
315c25ec83
commit
3d3d79006d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dfa5f2b734a5ac8f274fb8f40eb0772c568ad7a78f6799cbc3e5f0cea5cae7c
|
||||
size 96987
|
Binary file not shown.
3
lziprecover-1.20.tar.gz
Normal file
3
lziprecover-1.20.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffd79a038c9910c139a9339c1d9689320c927733c0a4998173a16daf7aabf63a
|
||||
size 102574
|
BIN
lziprecover-1.20.tar.gz.sig
Normal file
BIN
lziprecover-1.20.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 19:37:23 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.20
|
||||
* Splitting was broken for files larger than 64 KiB because of
|
||||
a bug introduced in version 1.16.
|
||||
* The options "--dump-tdata", "--remove-tdata", and
|
||||
"--strip-tdata" have been added to ease the management of
|
||||
metadata stored as trailing data.
|
||||
* The option "--loose-trailing", has been added.
|
||||
* The test used by lziprecover to discriminate trailing data
|
||||
from a corrupt header in multimember or concatenated files
|
||||
has been improved to a Hamming distance of 3.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 22:31:51 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,8 +1,7 @@
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
#
|
||||
# spec file for package lziprecover
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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,10 +18,10 @@
|
||||
|
||||
|
||||
Name: lziprecover
|
||||
Version: 1.19
|
||||
Version: 1.20
|
||||
Release: 0
|
||||
Summary: Utility to repair broken lzip files
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Archiving/Compression
|
||||
Url: http://www.nongnu.org/lzip/lunzip.html
|
||||
|
||||
@ -58,19 +57,12 @@ multi-member files.
|
||||
|
||||
%build
|
||||
# not autoconf
|
||||
%__install -d build
|
||||
install -d build
|
||||
pushd build
|
||||
../configure \
|
||||
--srcdir=.. \
|
||||
--prefix="%{_prefix}" \
|
||||
--bindir="%{_bindir}" \
|
||||
--datarootdir="%{_datadir}" \
|
||||
--infodir="%{_infodir}" \
|
||||
--mandir="%{_mandir}" \
|
||||
CC="%__cc" \
|
||||
CFLAGS="%{optflags}"
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
../configure --srcdir=.. --prefix="%{_prefix}" --bindir="%{_bindir}" \
|
||||
--datarootdir="%{_datadir}" --infodir="%{_infodir}" \
|
||||
--mandir="%{_mandir}" CC="%__cc" CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user