Accepting request 1073266 from home:pluskalm:branches:Base:System

- 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.

OBS-URL: https://build.opensuse.org/request/show/1073266
OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=129
This commit is contained in:
Danilo Spinella 2023-03-20 15:53:14 +00:00 committed by Git OBS Bridge
parent 6592020445
commit afb50613d8
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:e4b0f81582efa155ccf27bb88275254a429d44968e488fc94b806f2a61cd3e22
size 2528617

Binary file not shown.

3
xz-5.4.2.tar.gz Normal file
View 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

Binary file not shown.

View File

@ -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>

View File

@ -19,7 +19,7 @@
# avoid bootstrapping problem
%define _binary_payload w9.bzdio
Name: xz
Version: 5.4.1
Version: 5.4.2
Release: 0
Summary: A Program for Compressing Files with the LempelZivMarkov algorithm
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND SUSE-Public-Domain