SHA256
1
0
forked from pool/plzip
Jan Engelhardt 2015-08-06 08:20:21 +00:00 committed by Git OBS Bridge
parent fc3de15d23
commit 6f44efbd2c
6 changed files with 15 additions and 7 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 6 08:17:37 UTC 2015 - jengelh@inai.de
- Update to new upstream release 1.4
* The option "-0" has been modified to use the new fast encoder of
lzlib 1.7, which achieves a compression speed and ratio
comparable to those of pigz's default compression level.
-------------------------------------------------------------------
Sun Feb 8 14:39:20 UTC 2015 - jengelh@inai.de

View File

@ -2,7 +2,7 @@
#
# spec file for package plzip
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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.3
Version: 1.4
Release: 0
Summary: Parallel LZMA Data Compressor
License: GPL-2.0+
@ -80,10 +80,10 @@ make check
popd
%post
%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
%postun
%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}
%install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
%files
%defattr(-,root,root)