Accepting request 1073304 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1073304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=78
This commit is contained in:
commit
6bde757735
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4b0f81582efa155ccf27bb88275254a429d44968e488fc94b806f2a61cd3e22
|
|
||||||
size 2528617
|
|
Binary file not shown.
3
xz-5.4.2.tar.gz
Normal file
3
xz-5.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:87947679abcf77cc509d8d1b474218fd16b72281e2797360e909deaee1ac9d05
|
||||||
|
size 2799022
|
BIN
xz-5.4.2.tar.gz.sig
Normal file
BIN
xz-5.4.2.tar.gz.sig
Normal file
Binary file not shown.
35
xz.changes
35
xz.changes
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 13:44:24 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 5.4.2:
|
||||||
|
* All fixes from 5.2.11 that were not included in 5.4.1.
|
||||||
|
* If xz is built with support for the Capsicum sandbox but running
|
||||||
|
in an environment that doesn't support Capsicum, xz now runs
|
||||||
|
normally without sandboxing instead of exiting with an error.
|
||||||
|
* liblzma:
|
||||||
|
- Documentation was updated to improve the style, consistency,
|
||||||
|
and completeness of the liblzma API headers.
|
||||||
|
- The Doxygen-generated HTML documentation for the liblzma API
|
||||||
|
header files is now included in the source release and is
|
||||||
|
installed as part of "make install". All JavaScript is
|
||||||
|
removed to simplify license compliance and to reduce the
|
||||||
|
install size.
|
||||||
|
- Fixed a minor bug in lzma_str_from_filters() that produced
|
||||||
|
too many filters in the output string instead of reporting
|
||||||
|
an error if the input array had more than four filters. This
|
||||||
|
bug did not affect xz.
|
||||||
|
* Build systems:
|
||||||
|
- autogen.sh now invokes the doxygen tool via the new wrapper
|
||||||
|
script doxygen/update-doxygen, unless the command line option
|
||||||
|
--no-doxygen is used.
|
||||||
|
- Added microlzma_encoder.c and microlzma_decoder.c to the
|
||||||
|
VS project files for Windows and to the CMake build. These
|
||||||
|
should have been included in 5.3.2alpha.
|
||||||
|
* Tests:
|
||||||
|
- Added a test to the CMake build that was forgotten in the
|
||||||
|
previous release.
|
||||||
|
- Added and refactored a few tests.
|
||||||
|
* Translations:
|
||||||
|
- Updated the Brazilian Portuguese translation.
|
||||||
|
- Added Brazilian Portuguese man page translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 11:19:12 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Wed Mar 8 11:19:12 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
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.4.1
|
Version: 5.4.2
|
||||||
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: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain
|
||||||
|
Loading…
Reference in New Issue
Block a user