Accepting request 284786 from Archiving

- Update to new upstream release 1.3

OBS-URL: https://build.opensuse.org/request/show/284786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plzip?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2015-02-10 19:22:13 +00:00 committed by Git OBS Bridge
commit d3823f60c3
6 changed files with 27 additions and 10 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 8 14:39:20 UTC 2015 - jengelh@inai.de
- Update to new upstream release 1.3
* Testing of a non-seekable file or of standard input now uses up
to 30 MiB less memory per thread.
* "-dvvv" and "-tvvv" now show the dictionary size of the first
member, producing the same output as lzip for single-member
files.
-------------------------------------------------------------------
Wed Oct 1 11:51:34 UTC 2014 - jengelh@inai.de

View File

@ -2,7 +2,7 @@
#
# spec file for package plzip
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products 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.2
Version: 1.3
Release: 0
Summary: Parallel LZMA Data Compressor
License: GPL-2.0+
@ -50,7 +50,10 @@ distribution and data archiving.
%setup -q
%build
./configure \
mkdir build
pushd build
# not autoconf
../configure \
--prefix="%{_prefix}" \
--bindir="%{_bindir}" \
--datadir="%{_datadir}" \
@ -63,14 +66,18 @@ distribution and data archiving.
CXX="%__cxx" \
CPPFLAGS="%{optflags}" \
CXXFLAGS="%{optflags}"
%__make %{?_smp_flags}
make %{?_smp_flags}
popd
%install
%__make DESTDIR="%{buildroot}" LDCONFIG=echo install
pushd build
%make_install LDCONFIG=echo
popd
%check
%__make check
pushd build
make check
popd
%post
%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info%{ext_info}