From 46e9a21bd435eb9770f3954caa9be409dd2e48937bb62ef300d3587a01add8d5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 5 Mar 2018 19:34:12 +0000 Subject: [PATCH] clzip-1.10 OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=23 --- clzip-1.10.tar.gz | 3 +++ clzip-1.10.tar.gz.sig | Bin 0 -> 72 bytes clzip-1.9.tar.gz | 3 --- clzip-1.9.tar.gz.sig | Bin 72 -> 0 bytes clzip.changes | 10 ++++++++++ clzip.spec | 21 ++++++--------------- 6 files changed, 19 insertions(+), 18 deletions(-) create mode 100644 clzip-1.10.tar.gz create mode 100644 clzip-1.10.tar.gz.sig delete mode 100644 clzip-1.9.tar.gz delete mode 100644 clzip-1.9.tar.gz.sig diff --git a/clzip-1.10.tar.gz b/clzip-1.10.tar.gz new file mode 100644 index 0000000..c5d4110 --- /dev/null +++ b/clzip-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33506b4654b87ff1d5f02ce3db23363dd1a674c00625d799644f93628acac0f +size 105976 diff --git a/clzip-1.10.tar.gz.sig b/clzip-1.10.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..32dae1dbeb782298b5b753c7cf09690542b8e946eebe6d58c7c9a28ce0968c0a GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$O}X<^T!_5Rd7V0~0NGLM!S3n*>ODo`LSi4&QSftYMP{ e(!jiqO8}i2Ps0$hs!M+4h{H1}9G^@6cI66E{u`$N literal 0 HcmV?d00001 diff --git a/clzip-1.9.tar.gz b/clzip-1.9.tar.gz deleted file mode 100644 index 259e956..0000000 --- a/clzip-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc0bcc42bdaaef5ffb5fed32cb01a68d6291ed2a5d4c4e1c0b487e18afd53baf -size 102355 diff --git a/clzip-1.9.tar.gz.sig b/clzip-1.9.tar.gz.sig deleted file mode 100644 index de1169aa092e9649a85986383ea44db8e5e35c2d154ce836eb24afd4521ee8da..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$BmcOaKZA5Rd7V0~0NGLQNw8pJDkx#t|1L9Cj9CjO-4Wbc^`?{0>gRcvY}pP|3*7#Z^b diff --git a/clzip.changes b/clzip.changes index 39c0522..22c7e34 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 5 19:31:54 UTC 2018 - jengelh@inai.de + +- Update to new upstream release 1.10 + * 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. + * The "-S" option now keeps input files unchanged. + ------------------------------------------------------------------- Thu May 11 08:32:38 UTC 2017 - mpluskal@suse.com diff --git a/clzip.spec b/clzip.spec index 4a3a667..966ecfa 100644 --- a/clzip.spec +++ b/clzip.spec @@ -1,8 +1,7 @@ -# vim: set sw=4 ts=4 et nu: # # spec file for package clzip # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -19,10 +18,10 @@ Name: clzip -Version: 1.9 +Version: 1.10 Release: 0 Summary: Lossless Data Compressor based on LZMA -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/clzip.html @@ -48,17 +47,9 @@ embedded devices or systems lacking a C++ compiler. %build # not autoconf -./configure \ - --srcdir=. \ - --prefix="%_prefix" \ - --bindir="%_bindir" \ - --datadir="%_datadir" \ - --infodir="%_infodir" \ - --mandir="%_mandir" \ - --sysconfdir="%_sysconfdir" \ - CC="gcc" \ - CFLAGS="%optflags" - +./configure --srcdir=. --prefix="%_prefix" --bindir="%_bindir" \ + --datadir="%_datadir" --infodir="%_infodir" --mandir="%_mandir" \ + --sysconfdir="%_sysconfdir" CC="gcc" CFLAGS="%optflags" make %{?_smp_flags} %install