From 78ee3ae313049c95f442cc913b2498c9770e3c54e7e5e70ed8139f4849f870f2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 5 Mar 2018 19:40:17 +0000 Subject: [PATCH] plzip-1.7 OBS-URL: https://build.opensuse.org/package/show/Archiving/plzip?expand=0&rev=23 --- plzip-1.6.tar.gz | 3 --- plzip-1.6.tar.gz.sig | Bin 72 -> 0 bytes plzip-1.7.tar.gz | 3 +++ plzip-1.7.tar.gz.sig | Bin 0 -> 72 bytes plzip.changes | 9 +++++++++ plzip.spec | 25 ++++++++----------------- 6 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 plzip-1.6.tar.gz delete mode 100644 plzip-1.6.tar.gz.sig create mode 100644 plzip-1.7.tar.gz create mode 100644 plzip-1.7.tar.gz.sig diff --git a/plzip-1.6.tar.gz b/plzip-1.6.tar.gz deleted file mode 100644 index 752c51e..0000000 --- a/plzip-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d1d79fe4a1e41aa05e3926d067243efbaa607ed238036152f867662b7d14c7c -size 66214 diff --git a/plzip-1.6.tar.gz.sig b/plzip-1.6.tar.gz.sig deleted file mode 100644 index 9ec662ef26e6a2b9ca9beb215356d1eba877e79d34c6e77812856c60b100802e..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$Benn*a(45Rd7V0~0NGLeTL5pqG2s#g0vx{2KKZBx^`~ ex6)BOBLJUCF)AJ{*<;^<8!6uBWMq70{h8c-VjQ~w diff --git a/plzip-1.7.tar.gz b/plzip-1.7.tar.gz new file mode 100644 index 0000000..0363505 --- /dev/null +++ b/plzip-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e22cdd98eb2f41bf4fb169530a5945aad2fec20c2e2284d597e77972baf2b7 +size 69062 diff --git a/plzip-1.7.tar.gz.sig b/plzip-1.7.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c98f2564788a1dc72efbb5360c39d289ffb63766404d84fd85cd8e5052218baa GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$P7D3jhiU5Rd7V0~0NGLT~^8prOiS6JOOsN8@Im&utQ^ efe8hB4*;76ZUvS7w%#C^HipFvwjrR!1I$_Gi5R{B literal 0 HcmV?d00001 diff --git a/plzip.changes b/plzip.changes index 333ba71..a32c467 100644 --- a/plzip.changes +++ b/plzip.changes @@ -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 diff --git a/plzip.spec b/plzip.spec index ab8b1c7..488c064 100644 --- a/plzip.spec +++ b/plzip.spec @@ -1,8 +1,7 @@ -# vim: set ts=4 sw=4 et: # # 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 # # All modifications and additions to the file contributed by third parties @@ -19,10 +18,10 @@ Name: plzip -Version: 1.6 +Version: 1.7 Release: 0 Summary: Parallel LZMA Data Compressor -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/plzip.html @@ -54,19 +53,11 @@ distribution and data archiving. mkdir build pushd build # not autoconf -../configure \ - --prefix="%{_prefix}" \ - --bindir="%{_bindir}" \ - --datadir="%{_datadir}" \ - --includedir="%{_includedir}" \ - --infodir="%{_infodir}" \ - --libdir="%{_libdir}" \ - --mandir="%{_mandir}" \ - --sysconfdir="%{_sysconfdir}" \ - --enable-shared \ - CXX="%__cxx" \ - CPPFLAGS="%{optflags}" \ - CXXFLAGS="%{optflags}" +../configure --prefix="%{_prefix}" --bindir="%{_bindir}" \ + --datadir="%{_datadir}" --includedir="%{_includedir}" \ + --infodir="%{_infodir}" --libdir="%{_libdir}" --mandir="%{_mandir}" \ + --sysconfdir="%{_sysconfdir}" --enable-shared \ + CXX="%__cxx" CPPFLAGS="%{optflags}" CXXFLAGS="%{optflags}" make %{?_smp_flags} popd