From 24a7d0bf1d648ae6a1fd82bca552d10a1408ba4321cbfbe1de30b87539b8063c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 28 May 2016 09:36:19 +0000 Subject: [PATCH] Accepting request 398441 from home:pluskalm:branches:Archiving - Update to version 1.8: - Run internal testsuite OBS-URL: https://build.opensuse.org/request/show/398441 OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=19 --- clzip-1.7.tar.gz | 3 --- clzip-1.7.tar.gz.sig | Bin 65 -> 0 bytes clzip-1.8.tar.gz | 3 +++ clzip-1.8.tar.gz.sig | Bin 0 -> 65 bytes clzip.changes | 17 +++++++++++++++++ clzip.spec | 7 +++++-- 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 clzip-1.7.tar.gz delete mode 100644 clzip-1.7.tar.gz.sig create mode 100644 clzip-1.8.tar.gz create mode 100644 clzip-1.8.tar.gz.sig 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 6e84f6c434cda19b199730fb3de33db11401512b46f508beae5087dedd3f4998..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Ri-K4kLi^I6D@Z_5dt0p0H0Lc>JK4{@th9_`PF;T83{x2sILH^ Xvu_p-Dpk!h~7~MB##?k 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 0000000000000000000000000000000000000000000000000000000000000000..bea5a046f60b5090c430e5c008f7e909b398705e4096bcdf6a4948dc56476908 GIT binary patch literal 65 zcmV-H0KWf-KLZ5-S4bupkLi^I6D@Z_5dzvq0HB5Du=vr(`z72<>d6u$Q`dUIZe#$T XWF~!VN#vqQ=n8<4pj2{Y!w~$ literal 0 HcmV?d00001 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"