Accepting request 494531 from home:pluskalm:branches:Archiving

- Update to version 1.9:

OBS-URL: https://build.opensuse.org/request/show/494531
OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=21
This commit is contained in:
Jan Engelhardt 2017-05-11 09:54:16 +00:00 committed by Git OBS Bridge
parent 24a7d0bf1d
commit 3f1b2ea5f6
6 changed files with 23 additions and 6 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu May 11 08:32:38 UTC 2017 - mpluskal@suse.com
- Update to version 1.9:
* The option '-l, --list' has been ported from lziprecover.
* It is now an error to specify two or more different operations
in the command line (--decompress, --list or --test).
* Compression time of option '-0' has been reduced by 6%.
* Compression time of options '-1' to '-9' has been reduced by 1%.
* Decompression time has been reduced by 7%.
* In test mode, clzip now continues checking the rest of the
files if any input file is a terminal.
* Trailing data are now shown both in hexadecimal and as a string
of printable ASCII characters.
* Three missing chapters have been added to the manual, which
now contains all the chapters of the lzip manual.
-------------------------------------------------------------------
Sat May 28 07:53:41 UTC 2016 - mpluskal@suse.com

View File

@ -2,7 +2,7 @@
#
# spec file for package clzip
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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.8
Version: 1.9
Release: 0
Summary: Lossless Data Compressor based on LZMA
License: GPL-2.0+
@ -62,7 +62,7 @@ embedded devices or systems lacking a C++ compiler.
make %{?_smp_flags}
%install
make install DESTDIR="%buildroot"
%make_install
%check
make check