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 88fb225..0000000 Binary files a/plzip-1.1.tar.lz.sig and /dev/null differ 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 0000000..f1dd768 Binary files /dev/null and b/plzip-1.2.tar.gz.sig differ 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 \