Accepting request 494583 from Archiving

- Update to version 1.6: (forwarded request 494580 from pluskalm)

OBS-URL: https://build.opensuse.org/request/show/494583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plzip?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2017-05-20 08:12:57 +00:00 committed by Git OBS Bridge
commit 9ada9c0897
6 changed files with 19 additions and 7 deletions

View File

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

Binary file not shown.

3
plzip-1.6.tar.gz Normal file
View File

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

BIN
plzip-1.6.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 11 10:12:18 UTC 2017 - mpluskal@suse.com
- Update to version 1.6:
* 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).
* In test mode, plzip now continues checking the rest of the
files if any input file is a terminal.
- Update dependecies and sections for info file handling
-------------------------------------------------------------------
Sat Aug 20 08:18:48 UTC 2016 - jengelh@inai.de

View File

@ -2,7 +2,7 @@
#
# spec file for package plzip
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
Name: plzip
Version: 1.5
Version: 1.6
Release: 0
Summary: Parallel LZMA Data Compressor
License: GPL-2.0+
@ -32,7 +32,8 @@ Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-c++
BuildRequires: lzlib-devel
PreReq: %install_info_prereq
Requires(post): %install_info_prereq
Requires(preun): %install_info_prereq
%description
Plzip is a parallel version of the lzip data compressor. The files
@ -82,7 +83,7 @@ popd
%post
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
%postun
%preun
%install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
%files