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
This commit is contained in:
parent
ef98d718d1
commit
24a7d0bf1d
@ -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
3
clzip-1.8.tar.gz
Normal 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
BIN
clzip-1.8.tar.gz.sig
Normal file
Binary file not shown.
@ -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
|
Thu Aug 6 08:28:24 UTC 2015 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package clzip
|
# 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>
|
# Copyright (c) 2011-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: clzip
|
Name: clzip
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lossless Data Compressor based on LZMA
|
Summary: Lossless Data Compressor based on LZMA
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -64,6 +64,9 @@ make %{?_smp_flags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot"
|
make install DESTDIR="%buildroot"
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
|
%install_info --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user