diff --git a/lziprecover-1.19.tar.gz b/lziprecover-1.19.tar.gz deleted file mode 100644 index 0144ba7..0000000 --- a/lziprecover-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dfa5f2b734a5ac8f274fb8f40eb0772c568ad7a78f6799cbc3e5f0cea5cae7c -size 96987 diff --git a/lziprecover-1.19.tar.gz.sig b/lziprecover-1.19.tar.gz.sig deleted file mode 100644 index 97758c3..0000000 Binary files a/lziprecover-1.19.tar.gz.sig and /dev/null differ diff --git a/lziprecover-1.20.tar.gz b/lziprecover-1.20.tar.gz new file mode 100644 index 0000000..4aaca27 --- /dev/null +++ b/lziprecover-1.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd79a038c9910c139a9339c1d9689320c927733c0a4998173a16daf7aabf63a +size 102574 diff --git a/lziprecover-1.20.tar.gz.sig b/lziprecover-1.20.tar.gz.sig new file mode 100644 index 0000000..ad8b413 Binary files /dev/null and b/lziprecover-1.20.tar.gz.sig differ diff --git a/lziprecover.changes b/lziprecover.changes index 409ff3e..b36da3c 100644 --- a/lziprecover.changes +++ b/lziprecover.changes @@ -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 diff --git a/lziprecover.spec b/lziprecover.spec index 5d00bf1..fb0d1af 100644 --- a/lziprecover.spec +++ b/lziprecover.spec @@ -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 # # 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