SHA256
3
0
forked from pool/xz

Accepting request 266417 from Base:System

xz 5.2.0 (forwarded request 266416 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/266417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=50
This commit is contained in:
Dominique Leuenberger 2015-01-03 21:00:40 +00:00 committed by Git OBS Bridge
commit f587f7612a
6 changed files with 39 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4d2165553b9d0d82fd08bc2eacddeb48ebeb862a5686a603f8c044a2e52c93f
size 1317771

Binary file not shown.

3
xz-5.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:231ef369982240bb20ed7cffa52bb12a4a297ce6871f480ab85e8a7ba98bf3d6
size 1445562

BIN
xz-5.2.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Dec 25 20:23:28 UTC 2014 - andreas.stieger@gmx.de
- xz 5.2.0:
* liblzma:
- Added support for multi-threaded compression
- Made the uses of lzma_allocator const correct.
- Added lzma_block_uncomp_encode() to create uncompressed
.xz Blocks using LZMA2 uncompressed chunks.
- Added support for LZMA_IGNORE_CHECK.
- A few speed optimizations were made.
- Added support for symbol versioning. It is enabled by default
on GNU/Linux, other GNU-based systems, and FreeBSD.
* xz:
- Fixed a race condition in the signal handling
- Multi-threaded decompression can be enabled with the
--threads (-T) option.
- New command line options in xz: --single-stream,
--block-size=SIZE, --block-list=SIZES,
--flush-timeout=TIMEOUT, and --ignore-check.
- xz -lvv now shows the minimum xz version that is required to
decompress the file. Currently it is 5.0.0 for all supported
.xz files except files with empty LZMA2 streams require 5.0.2.
* xzdiff and xzgrep now support .lzo files if lzop is installed.
The .tzo suffix is also recognized as a shorthand for .tar.lzo.
-------------------------------------------------------------------
Thu Dec 25 20:17:06 UTC 2014 - andreas.stieger@gmx.de
- xz 5.0.8:
* Fixed an old bug in xzgrep that affected OpenBSD and probably
a few other operating systems too.
* Updated French and German translations.
* Minor build system update
-------------------------------------------------------------------
Fri Dec 19 09:43:36 UTC 2014 - meissner@suse.com

View File

@ -32,7 +32,7 @@
%define do_profiling 0
%endif
Name: xz
Version: 5.0.7
Version: 5.2.0
Release: 0
Summary: A Program for Compressing Files
License: LGPL-2.1+ and GPL-2.0+