From 65790215c056691f519629d7c717ee2164b7fa5f9e64eee180e4a164a1ca2049 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 1 Oct 2014 11:55:32 +0000 Subject: [PATCH] plzip-1.2 OBS-URL: https://build.opensuse.org/package/show/Archiving/plzip?expand=0&rev=12 --- plzip-1.1.tar.lz | 3 --- plzip-1.1.tar.lz.sig | Bin 65 -> 0 bytes plzip-1.2.tar.gz | 3 +++ plzip-1.2.tar.gz.sig | Bin 0 -> 65 bytes plzip.changes | 13 +++++++++++++ plzip.spec | 17 ++++------------- 6 files changed, 20 insertions(+), 16 deletions(-) delete mode 100644 plzip-1.1.tar.lz delete mode 100644 plzip-1.1.tar.lz.sig create mode 100644 plzip-1.2.tar.gz create mode 100644 plzip-1.2.tar.gz.sig diff --git a/plzip-1.1.tar.lz b/plzip-1.1.tar.lz deleted file mode 100644 index 79abd98..0000000 --- a/plzip-1.1.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5c5040202df63d661c23bfefc8eaab4dc8b6e1606b675116ee5b56041039fad -size 53672 diff --git a/plzip-1.1.tar.lz.sig b/plzip-1.1.tar.lz.sig deleted file mode 100644 index 88fb2257634ff2b97b32d91250010e4c9cc223bbce16f6c9cd0db7afe8ce9bfc..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 65 zcmV-H0KWf-KLZ5-QbNdIkLi^I6D@Z_5dv$@0Ga~fJ?a^2q{n9Xmvj@0J?aUj_9y_K XZ@kJ(X76FHSy!)ZirM0Ps)EGhSDhXb diff --git a/plzip-1.2.tar.gz b/plzip-1.2.tar.gz new file mode 100644 index 0000000..6823182 --- /dev/null +++ b/plzip-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f99aaf0fcb545cd90b254aaf7bc53f32dc75cef1ff3e888ec47f4f97314e531 +size 58500 diff --git a/plzip-1.2.tar.gz.sig b/plzip-1.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..f1dd768c17ddebfe54f9fc2a4082ecb3868d22255600bf8f20e9701abb72d93a GIT binary patch literal 65 zcmV-H0KWf-KLZ5-R1*REkLi^I6D@Z_5dzLj0G$-buo5e7w0jQ|Iv;V*=U)>9C%6Eg XRiuUYH)%?KCMoHSE0@&d9!ub^*p?X+ literal 0 HcmV?d00001 diff --git a/plzip.changes b/plzip.changes index 7a4c0eb..b53f4dd 100644 --- a/plzip.changes +++ b/plzip.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 1 11:51:34 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 1.2 +* 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). +* Individual limits have been set on the number of packets produced + by each decompresor worker thread to limit the amount of memory + used in all cases. +* 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/plzip.spec b/plzip.spec index b577faa..0bf8d98 100644 --- a/plzip.spec +++ b/plzip.spec @@ -19,23 +19,19 @@ Name: plzip -Version: 1.1 +Version: 1.2 Release: 0 Summary: Parallel LZMA Data Compressor -License: GPL-3.0+ +License: GPL-2.0+ Group: Productivity/Archiving/Compression Url: http://www.nongnu.org/lzip/plzip.html -Source: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz -Source2: http://download-mirror.savannah.gnu.org/releases/lzip/%name-%version.tar.lz.sig +Source: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz +Source2: http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig Source3: %name.keyring BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ -BuildRequires: glibc-devel -BuildRequires: libstdc++-devel -BuildRequires: lzip BuildRequires: lzlib-devel -BuildRequires: make PreReq: %install_info_prereq %description @@ -51,12 +47,7 @@ compresses better than bzip2, which makes it well suited for software distribution and data archiving. %prep -%if 0%{?__lzip:1} %setup -q -%else -tar --use=lzip -xf "%{S:0}" -%setup -DTq -%endif %build ./configure \