From 45bf51b6e7b876b59c5128578b6b129ddda00c7931701db6978b093bd24a1efa Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Oct 2014 11:03:42 +0000 Subject: [PATCH] clzip-1.6 OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=13 --- clzip-1.5.tar.lz | 3 --- clzip-1.5.tar.lz.sig | Bin 65 -> 0 bytes clzip-1.6.tar.gz | 3 +++ clzip-1.6.tar.gz.sig | Bin 0 -> 65 bytes clzip.changes | 11 +++++++++++ clzip.spec | 16 ++++------------ 6 files changed, 18 insertions(+), 15 deletions(-) delete mode 100644 clzip-1.5.tar.lz delete mode 100644 clzip-1.5.tar.lz.sig create mode 100644 clzip-1.6.tar.gz create mode 100644 clzip-1.6.tar.gz.sig diff --git a/clzip-1.5.tar.lz b/clzip-1.5.tar.lz deleted file mode 100644 index c8dd8ed..0000000 --- a/clzip-1.5.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8b3c7ea33d45ce25853f1088cdab325bde1c4e775d67f526d25593217efc469 -size 59899 diff --git a/clzip-1.5.tar.lz.sig b/clzip-1.5.tar.lz.sig deleted file mode 100644 index 86bcff3614640064e3564db551b819d630ec8c36bc278e4046742a6e23b7a8d6..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-Qb-2AkLi^I6D@Z_5dzLQ0G>Ptc^-35o{~5HJYrU`u|l?6jVl0~ X1X5`l5?sFk>}TWe&WV)S-Xtx?;U^i* diff --git a/clzip-1.6.tar.gz b/clzip-1.6.tar.gz new file mode 100644 index 0000000..418f5ef --- /dev/null +++ b/clzip-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb94b85bc16e015437abd1d199753ee3892bb56abbc170f26b02618b1ee5a54b +size 66592 diff --git a/clzip-1.6.tar.gz.sig b/clzip-1.6.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..230dd57ffabf72d2ba1253f68b1e5a42f436f4855dc69625a3c90ba9a4a932fc GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R0}tCkLi^I6D@Z_5dzP)uZM)5%?Og literal 0 HcmV?d00001 diff --git a/clzip.changes b/clzip.changes index 2b1a5e7..a80538a 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 1 11:00:54 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.6 +* Compression ratio of option -9 has been slightly increased. +* Copying of file dates, permissions, and ownership now behaves + like `cp -p`. (If the user ID or the group ID cannot be + duplicated, the file permission bits S_ISUID and S_ISGID are + cleared). +* The license has been changed to GPL version 2 or later. + ------------------------------------------------------------------- Tue Sep 23 16:55:53 UTC 2014 - jengelh@inai.de diff --git a/clzip.spec b/clzip.spec index e092795..237ba96 100644 --- a/clzip.spec +++ b/clzip.spec @@ -19,20 +19,17 @@ Name: clzip -Version: 1.5 +Version: 1.6 Release: 0 Summary: Lossless Data Compressor based on LZMA -License: GPL-3.0+ +License: GPL-2.0+ Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/clzip.html -Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz -Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig +Source: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz +Source2: http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz.sig Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc -BuildRequires: glibc-devel -BuildRequires: lzip BuildRequires: make BuildRequires: pkgconfig Requires(post): info @@ -49,12 +46,7 @@ Clzip is, in fact, a C language implementation of lzip, intended for embedded devices or systems lacking a C++ compiler. %prep -%if 0%{?__lzip:1} %setup -q -%else -tar --use=lzip -xf "%{S:0}" -%setup -DTq -%endif %build # not autoconf