Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xz for openSUSE:Factory checked in at 2023-01-28 18:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xz (Old) and /work/SRC/openSUSE:Factory/.xz.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xz" Sat Jan 28 18:42:40 2023 rev:76 rq:1061176 version:5.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xz/xz.changes 2023-01-04 17:50:29.805436841 +0100 +++ /work/SRC/openSUSE:Factory/.xz.new.32243/xz.changes 2023-01-28 18:45:42.174737903 +0100 @@ -1,0 +2,18 @@ +Sat Jan 21 09:56:39 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 5.4.1: + * liblzma: + - Fixed the return value of lzma_microlzma_encoder() if the + LZMA options lc/lp/pb are invalid. Invalid lc/lp/pb options + made the function return LZMA_STREAM_END without encoding + anything instead of returning LZMA_OPTIONS_ERROR. + * Tests: + - Fixed test script compatibility with ancient /bin/sh + versions. Now the five test_compress_* tests should + no longer fail on Solaris 10. + - Added and refactored a few tests. + * Translations: + - Updated the Catalan and Esperanto translations. + - Added Korean and Ukrainian man page translations. + +------------------------------------------------------------------- Old: ---- xz-5.4.0.tar.gz xz-5.4.0.tar.gz.sig New: ---- xz-5.4.1.tar.gz xz-5.4.1.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xz.spec ++++++ --- /var/tmp/diff_new_pack.R4MSPg/_old 2023-01-28 18:45:42.658740664 +0100 +++ /var/tmp/diff_new_pack.R4MSPg/_new 2023-01-28 18:45:42.658740664 +0100 @@ -1,7 +1,7 @@ # # spec file for package xz # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ # avoid bootstrapping problem %define _binary_payload w9.bzdio Name: xz -Version: 5.4.0 +Version: 5.4.1 Release: 0 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 @@ -110,6 +110,11 @@ %files lang -f %{name}.lang %dir %{_mandir}/fr %dir %{_mandir}/de +%dir %{_mandir}/ko +%if 0%{?suse_version} == 1500 +%dir %{_mandir}/ro +%dir %{_mandir}/uk +%endif %files %license COPYING COPYING.GPLv2 @@ -138,30 +143,30 @@ %{_bindir}/xzless %{_bindir}/xzmore %{_bindir}/xznew -%{_mandir}/man1/lzcat.1%{ext_man} -%{_mandir}/man1/lzcmp.1%{ext_man} -%{_mandir}/man1/lzdiff.1%{ext_man} -%{_mandir}/man1/lzegrep.1%{ext_man} -%{_mandir}/man1/lzfgrep.1%{ext_man} -%{_mandir}/man1/lzgrep.1%{ext_man} -%{_mandir}/man1/lzless.1%{ext_man} -%{_mandir}/man1/lzma.1%{ext_man} -%{_mandir}/man1/lzmadec.1%{ext_man} -%{_mandir}/man1/lzmainfo.1%{ext_man} -%{_mandir}/man1/lzmore.1%{ext_man} -%{_mandir}/man1/unlzma.1%{ext_man} -%{_mandir}/man1/unxz.1%{ext_man} -%{_mandir}/man1/xz.1%{ext_man} -%{_mandir}/man1/xzcat.1%{ext_man} -%{_mandir}/man1/xzcmp.1%{ext_man} -%{_mandir}/man1/xzdec.1%{ext_man} -%{_mandir}/man1/xzdiff.1%{ext_man} -%{_mandir}/man1/xzegrep.1%{ext_man} -%{_mandir}/man1/xzfgrep.1%{ext_man} -%{_mandir}/man1/xzgrep.1%{ext_man} -%{_mandir}/man1/xzless.1%{ext_man} -%{_mandir}/man1/xzmore.1%{ext_man} -%{_mandir}/man1/xznew.1%{ext_man} +%{_mandir}/man1/lzcat.1%{?ext_man} +%{_mandir}/man1/lzcmp.1%{?ext_man} +%{_mandir}/man1/lzdiff.1%{?ext_man} +%{_mandir}/man1/lzegrep.1%{?ext_man} +%{_mandir}/man1/lzfgrep.1%{?ext_man} +%{_mandir}/man1/lzgrep.1%{?ext_man} +%{_mandir}/man1/lzless.1%{?ext_man} +%{_mandir}/man1/lzma.1%{?ext_man} +%{_mandir}/man1/lzmadec.1%{?ext_man} +%{_mandir}/man1/lzmainfo.1%{?ext_man} +%{_mandir}/man1/lzmore.1%{?ext_man} +%{_mandir}/man1/unlzma.1%{?ext_man} +%{_mandir}/man1/unxz.1%{?ext_man} +%{_mandir}/man1/xz.1%{?ext_man} +%{_mandir}/man1/xzcat.1%{?ext_man} +%{_mandir}/man1/xzcmp.1%{?ext_man} +%{_mandir}/man1/xzdec.1%{?ext_man} +%{_mandir}/man1/xzdiff.1%{?ext_man} +%{_mandir}/man1/xzegrep.1%{?ext_man} +%{_mandir}/man1/xzfgrep.1%{?ext_man} +%{_mandir}/man1/xzgrep.1%{?ext_man} +%{_mandir}/man1/xzless.1%{?ext_man} +%{_mandir}/man1/xzmore.1%{?ext_man} +%{_mandir}/man1/xznew.1%{?ext_man} %files -n liblzma5 %{_libdir}/liblzma.so.5* ++++++ xz-5.4.0.tar.gz -> xz-5.4.1.tar.gz ++++++ ++++ 26879 lines of diff (skipped)