Accepting request 398454 from Archiving

- Update to version 1.8:
- Run internal testsuite (forwarded request 398441 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/398454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clzip?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2016-05-29 01:13:41 +00:00 committed by Git OBS Bridge
commit 7fefe532b7
6 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:623d806b08ef34e9026bf554da0a28715268cae3263ad3fb47886f36edbcb9f2
size 68986

Binary file not shown.

3
clzip-1.8.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e99417a93ea0106f58a844505a617b1d9360674460d2c86b6d79229f1e5ab196
size 71434

BIN
clzip-1.8.tar.gz.sig Normal file

Binary file not shown.

View File

@ -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

View File

@ -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 <pascal.bleser@opensuse.org>
#
# 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"