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
This commit is contained in:
parent
a68708c927
commit
cb067b3d5a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5cd9b060d3a1ad396b3be52c9b9311046a1c369e6062aea752658c435629ce92
|
|
||||||
size 1048328
|
|
3
xz-5.0.5.tar.xz
Normal file
3
xz-5.0.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3515c74d170d0f6ec00820de63106ad16c07bae55a59c174b4741242c76264a4
|
||||||
|
size 928700
|
14
xz.changes
14
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
|
Tue Jan 29 17:28:51 UTC 2013 - guillaume@opensuse.org
|
||||||
|
|
||||||
|
4
xz.spec
4
xz.spec
@ -20,10 +20,10 @@ Name: xz
|
|||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Version: 5.0.4
|
Version: 5.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://tukaani.org/lzma/
|
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
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user