diff --git a/clzip-1.7.tar.gz b/clzip-1.7.tar.gz deleted file mode 100644 index 80061a2..0000000 --- a/clzip-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:623d806b08ef34e9026bf554da0a28715268cae3263ad3fb47886f36edbcb9f2 -size 68986 diff --git a/clzip-1.7.tar.gz.sig b/clzip-1.7.tar.gz.sig deleted file mode 100644 index 6e84f6c..0000000 Binary files a/clzip-1.7.tar.gz.sig and /dev/null differ diff --git a/clzip-1.8.tar.gz b/clzip-1.8.tar.gz new file mode 100644 index 0000000..66689a5 --- /dev/null +++ b/clzip-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99417a93ea0106f58a844505a617b1d9360674460d2c86b6d79229f1e5ab196 +size 71434 diff --git a/clzip-1.8.tar.gz.sig b/clzip-1.8.tar.gz.sig new file mode 100644 index 0000000..bea5a04 Binary files /dev/null and b/clzip-1.8.tar.gz.sig differ diff --git a/clzip.changes b/clzip.changes index b59aab2..2fe2739 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat May 28 07:53:41 UTC 2016 - mpluskal@suse.com + +- Update to version 1.8: + * main.c: Added new option '-a, --trailing-error'. + * main.c (decompress): Print up to 6 bytes of trailing data + when '-vvvv' is specified. + * decoder.c (LZd_verify_trailer): Removed test of final code. + * main.c (main): Delete '--output' file if infd is a terminal. + * main.c (main): Don't use stdin more than once. + * lzip.texi: Added chapter 'Trailing data'. + * configure: Avoid warning on some shells when testing for gcc. + * Makefile.in: Detect the existence of install-info. + * testsuite/check.sh: A POSIX shell is required to run the tests. + * testsuite/check.sh: Don't check error messages. +- Run internal testsuite + ------------------------------------------------------------------- Thu Aug 6 08:28:24 UTC 2015 - jengelh@inai.de diff --git a/clzip.spec b/clzip.spec index ebdd980..bed1755 100644 --- a/clzip.spec +++ b/clzip.spec @@ -2,7 +2,7 @@ # # spec file for package clzip # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ Name: clzip -Version: 1.7 +Version: 1.8 Release: 0 Summary: Lossless Data Compressor based on LZMA License: GPL-2.0+ @@ -64,6 +64,9 @@ make %{?_smp_flags} %install make install DESTDIR="%buildroot" +%check +make check + %post %install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"