Accepting request 617062 from Base:System
OBS-URL: https://build.opensuse.org/request/show/617062 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=62
This commit is contained in:
commit
78c0602f6f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71928b357d0a09a12a4b4c5fafca8c31c19b0e7d3b8ebb19622e96f26dbf28cb
|
|
||||||
size 1490665
|
|
Binary file not shown.
3
xz-5.2.4.tar.gz
Normal file
3
xz-5.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145
|
||||||
|
size 1572354
|
BIN
xz-5.2.4.tar.gz.sig
Normal file
BIN
xz-5.2.4.tar.gz.sig
Normal file
Binary file not shown.
19
xz.changes
19
xz.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 15 11:11:38 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- xz 5.2.4:
|
||||||
|
* liblzma:
|
||||||
|
- Allow 0 as memory usage limit instead of returning
|
||||||
|
LZMA_PROG_ERROR. Now 0 is treated as if 1 byte was specified,
|
||||||
|
which effectively is the same as 0.
|
||||||
|
- Use "noexcept" keyword instead of "throw()" in the public
|
||||||
|
headers when a C++11 (or newer standard) compiler is used.
|
||||||
|
- Added a portability fix for recent Intel C Compilers.
|
||||||
|
* xz:
|
||||||
|
- Fix "xz --list --robot missing_or_bad_file.xz" which would
|
||||||
|
try to print an unitialized string and thus produce garbage
|
||||||
|
output. Since the exit status is non-zero, most uses of such
|
||||||
|
a command won't try to interpret the garbage output.
|
||||||
|
- "xz --list foo.xz" could print "Internal error (bug)" in a
|
||||||
|
corner case where a specific memory usage limit had been set.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 19 15:41:58 CET 2018 - kukuk@suse.de
|
Mon Mar 19 15:41:58 CET 2018 - kukuk@suse.de
|
||||||
|
|
||||||
|
2
xz.spec
2
xz.spec
@ -19,7 +19,7 @@
|
|||||||
# avoid bootstrapping problem
|
# avoid bootstrapping problem
|
||||||
%define _binary_payload w9.bzdio
|
%define _binary_payload w9.bzdio
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.2.3
|
Version: 5.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm
|
Summary: A Program for Compressing Files with the Lempel–Ziv–Markov algorithm
|
||||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user