forked from pool/plzip
Accepting request 583128 from Archiving
- Update to new upstream release 1.7 OBS-URL: https://build.opensuse.org/request/show/583128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plzip?expand=0&rev=9
This commit is contained in:
commit
c1856a4ee8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d1d79fe4a1e41aa05e3926d067243efbaa607ed238036152f867662b7d14c7c
|
|
||||||
size 66214
|
|
Binary file not shown.
3
plzip-1.7.tar.gz
Normal file
3
plzip-1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:95e22cdd98eb2f41bf4fb169530a5945aad2fec20c2e2284d597e77972baf2b7
|
||||||
|
size 69062
|
BIN
plzip-1.7.tar.gz.sig
Normal file
BIN
plzip-1.7.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 5 19:39:23 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.7
|
||||||
|
* The option "--loose-trailing" has been added.
|
||||||
|
* The test used by clzip to discriminate trailing data from a
|
||||||
|
corrupt header in multimember or concatenated files has been
|
||||||
|
improved to a Hamming distance of 3.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 11 10:12:18 UTC 2017 - mpluskal@suse.com
|
Thu May 11 10:12:18 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
25
plzip.spec
25
plzip.spec
@ -1,8 +1,7 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
|
||||||
#
|
#
|
||||||
# spec file for package plzip
|
# spec file for package plzip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 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,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: plzip
|
Name: plzip
|
||||||
Version: 1.6
|
Version: 1.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Parallel LZMA Data Compressor
|
Summary: Parallel LZMA Data Compressor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.nongnu.org/lzip/plzip.html
|
Url: http://www.nongnu.org/lzip/plzip.html
|
||||||
|
|
||||||
@ -54,19 +53,11 @@ distribution and data archiving.
|
|||||||
mkdir build
|
mkdir build
|
||||||
pushd build
|
pushd build
|
||||||
# not autoconf
|
# not autoconf
|
||||||
../configure \
|
../configure --prefix="%{_prefix}" --bindir="%{_bindir}" \
|
||||||
--prefix="%{_prefix}" \
|
--datadir="%{_datadir}" --includedir="%{_includedir}" \
|
||||||
--bindir="%{_bindir}" \
|
--infodir="%{_infodir}" --libdir="%{_libdir}" --mandir="%{_mandir}" \
|
||||||
--datadir="%{_datadir}" \
|
--sysconfdir="%{_sysconfdir}" --enable-shared \
|
||||||
--includedir="%{_includedir}" \
|
CXX="%__cxx" CPPFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
|
||||||
--infodir="%{_infodir}" \
|
|
||||||
--libdir="%{_libdir}" \
|
|
||||||
--mandir="%{_mandir}" \
|
|
||||||
--sysconfdir="%{_sysconfdir}" \
|
|
||||||
--enable-shared \
|
|
||||||
CXX="%__cxx" \
|
|
||||||
CPPFLAGS="%{optflags}" \
|
|
||||||
CXXFLAGS="%{optflags}"
|
|
||||||
make %{?_smp_flags}
|
make %{?_smp_flags}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user