From cb067b3d5a6b4db1762620ac6b51376cc0c4c8e740e68269d1482ec9e6a35642 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 16 Jul 2013 15:39:06 +0000 Subject: [PATCH] Accepting request 183430 from home:namtrac:bugfix - Update to version 5.0.5 * lzmadec and liblzma's lzma_alone_decoder(): Support decompressing .lzma files that have less common settings in the headers (dictionary size other than 2^n or 2^n + 2^(n-1), or uncompressed size greater than 256 GiB). * xz: - Fixes and improvements to error handling. - Various fixes to the man page. * xzless: Fixed to work with "less" versions 448 and later * xzgrep: Made -h an alias for --no-filename. OBS-URL: https://build.opensuse.org/request/show/183430 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=54 --- xz-5.0.4.tar.bz2 | 3 --- xz-5.0.5.tar.xz | 3 +++ xz.changes | 14 ++++++++++++++ xz.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 xz-5.0.4.tar.bz2 create mode 100644 xz-5.0.5.tar.xz diff --git a/xz-5.0.4.tar.bz2 b/xz-5.0.4.tar.bz2 deleted file mode 100644 index 1f9ccb6..0000000 --- a/xz-5.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92 -size 1048328 diff --git a/xz-5.0.5.tar.xz b/xz-5.0.5.tar.xz new file mode 100644 index 0000000..58634d2 --- /dev/null +++ b/xz-5.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3515c74d170d0f6ec00820de63106ad16c07bae55a59c174b4741242c76264a4 +size 928700 diff --git a/xz.changes b/xz.changes index 54b15f5..7676a3b 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jul 16 13:52:16 UTC 2013 - idonmez@suse.com + +- Update to version 5.0.5 + * lzmadec and liblzma's lzma_alone_decoder(): Support decompressing + .lzma files that have less common settings in the headers + (dictionary size other than 2^n or 2^n + 2^(n-1), or uncompressed + size greater than 256 GiB). + * xz: + - Fixes and improvements to error handling. + - Various fixes to the man page. + * xzless: Fixed to work with "less" versions 448 and later + * xzgrep: Made -h an alias for --no-filename. + ------------------------------------------------------------------- Tue Jan 29 17:28:51 UTC 2013 - guillaume@opensuse.org diff --git a/xz.spec b/xz.spec index a5dc23e..9f0a347 100644 --- a/xz.spec +++ b/xz.spec @@ -20,10 +20,10 @@ Name: xz Summary: A Program for Compressing Files License: LGPL-2.1+ and GPL-2.0+ Group: Productivity/Archiving/Compression -Version: 5.0.4 +Version: 5.0.5 Release: 0 Url: http://tukaani.org/lzma/ -Source: http://tukaani.org/xz/%{name}-%{version}.tar.bz2 +Source: http://tukaani.org/xz/%{name}-%{version}.tar.xz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig