diff --git a/clzip-1.10.tar.gz b/clzip-1.10.tar.gz new file mode 100644 index 0000000..c5d4110 --- /dev/null +++ b/clzip-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33506b4654b87ff1d5f02ce3db23363dd1a674c00625d799644f93628acac0f +size 105976 diff --git a/clzip-1.10.tar.gz.sig b/clzip-1.10.tar.gz.sig new file mode 100644 index 0000000..32dae1d Binary files /dev/null and b/clzip-1.10.tar.gz.sig differ diff --git a/clzip-1.9.tar.gz b/clzip-1.9.tar.gz deleted file mode 100644 index 259e956..0000000 --- a/clzip-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc0bcc42bdaaef5ffb5fed32cb01a68d6291ed2a5d4c4e1c0b487e18afd53baf -size 102355 diff --git a/clzip-1.9.tar.gz.sig b/clzip-1.9.tar.gz.sig deleted file mode 100644 index de1169a..0000000 Binary files a/clzip-1.9.tar.gz.sig and /dev/null differ diff --git a/clzip.changes b/clzip.changes index 39c0522..22c7e34 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 5 19:31:54 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 1.10 + * The option "--loose-trailing" has been added. + * The test used by clzip to discriminate trailing data from a + corrupt header in multimember or concatenated files has been + improved to a Hamming distance of 3. + * The "-S" option now keeps input files unchanged. + ------------------------------------------------------------------- Thu May 11 08:32:38 UTC 2017 - mpluskal@suse.com diff --git a/clzip.spec b/clzip.spec index 4a3a667..966ecfa 100644 --- a/clzip.spec +++ b/clzip.spec @@ -1,8 +1,7 @@ -# vim: set sw=4 ts=4 et nu: # # spec file for package clzip # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,10 +18,10 @@ Name: clzip -Version: 1.9 +Version: 1.10 Release: 0 Summary: Lossless Data Compressor based on LZMA -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/clzip.html @@ -48,17 +47,9 @@ embedded devices or systems lacking a C++ compiler. %build # not autoconf -./configure \ - --srcdir=. \ - --prefix="%_prefix" \ - --bindir="%_bindir" \ - --datadir="%_datadir" \ - --infodir="%_infodir" \ - --mandir="%_mandir" \ - --sysconfdir="%_sysconfdir" \ - CC="gcc" \ - CFLAGS="%optflags" - +./configure --srcdir=. --prefix="%_prefix" --bindir="%_bindir" \ + --datadir="%_datadir" --infodir="%_infodir" --mandir="%_mandir" \ + --sysconfdir="%_sysconfdir" CC="gcc" CFLAGS="%optflags" make %{?_smp_flags} %install