From 9218de6605080163538f2d423dbb2b5613e2929841c4326ec36203c2a50d9a4d Mon Sep 17 00:00:00 2001 From: Danilo Spinella Date: Thu, 26 Jan 2023 10:35:31 +0000 Subject: [PATCH] Accepting request 1060588 from home:dirkmueller:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/1060588 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=125 --- xz-5.4.0.tar.gz | 3 --- xz-5.4.0.tar.gz.sig | Bin 566 -> 0 bytes xz-5.4.1.tar.gz | 3 +++ xz-5.4.1.tar.gz.sig | Bin 0 -> 566 bytes xz.changes | 18 ++++++++++++++ xz.spec | 57 ++++++++++++++++++++++++-------------------- 6 files changed, 52 insertions(+), 29 deletions(-) delete mode 100644 xz-5.4.0.tar.gz delete mode 100644 xz-5.4.0.tar.gz.sig create mode 100644 xz-5.4.1.tar.gz create mode 100644 xz-5.4.1.tar.gz.sig diff --git a/xz-5.4.0.tar.gz b/xz-5.4.0.tar.gz deleted file mode 100644 index e298469..0000000 --- a/xz-5.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7471ef5991f690268a8f2be019acec2e0564b7b233ca40035f339fe9a07f830b -size 2332619 diff --git a/xz-5.4.0.tar.gz.sig b/xz-5.4.0.tar.gz.sig deleted file mode 100644 index da97a02567be1e81783b44a486149a01ee8e56234601b26a05728899873f75c5..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SW*e79j*SkitODQM6|bFs&Ro?sa`>7)Brk0%Mrhx&R6Z5IF92 zeQ6j*Ahj3}0H8R$Q@@`ICc0u`-|oD%<)c1JQAp9vVu%lb_-v8U-75m4tKBCUSIUU8AIT_Qp{WVh!?q*Q-1gUnO;P#tbhYspS55f>ap#&^ ztKHGJRc{NTq%xls_6qs=`ZlX?MA-s71EOCyuh1XDPKS0{89B;Sk%rB1%@P?Yk9Fnq ziOWK+DA5`67ZwyKSTTFVBY&vHjm9#r(744t1W0PIOP zec+5azO=!ttOsMsKAGa2uCb{w^X%G>awY=(8L7l^2jaB8H8#C&Kg12>0Hz4;EliKK zsI_^>+TfRmOX$*Lw7fXUS9D{!8RJ~6dfzHV{5K@z09XH)(Sb|-CSb4sLm{&%?jmx& zH@8Rvy2b)CK!6|7})jhbR^5a~}*z9b1m)-NC@Bv2Kkt*{EIc0Ykp&Ddp z>go(U@;VpNQ%2TXiquK~0`nxRqb_c~tpJLI?d35+Ta=}_x@+;n>qi#vgb zS1kkN7+cPvcV{a&G$S~5-Y-AJE+oC^ThVeS-A~ymcC@7Cv21N9kOb6qL5OXf57)Brk0%N}I{QwFH5IF92 zeQ6j*AO(F7|5rWDvtWIR!ZjcV&<~oxdJSp_UNj-uMmb$I8!<-Xzw5Z@jjtek67%9t z*fgK0M_U=j{9~D_iD`*S)~BnSFzI{k``X^S>u~GTA2}~QQ2Jx=LW%M^zSYJ6mX>N= zl)5P|vmB}0aaOL*b`A|1n+q9UOBWV1?(f~P(s|3i4xIIjsNGRVA^qQMmPJ39L0)%Z zK{>e+!RoOgdIQJ)f-YySSwUzaE-=1WlQ>kY%cz_QEpZ@CM?1ujgifBQ2LIsccijz6 zVjNod+zRzRn2(^lh+oSVqBYHgGf+vFr9S{6KT8-LK!H2A z-*#!EeC^JAx-k=mChg{MIFx|7(9Q1+&TzgJ;arLKXj9l~_N-?a{ z%zaZfu#S5qS#DmLzHRli8#BXnGlIK}8j|KkpPX#u>vw4+zmi@AGJ6otE|OdjtP8J- zG4~atE8$dsEITCj;PwHf6WXaw=(Cr852^P0y%V;^iN_{rBre0H>Hyud6B1q~18CL2 EsV>tIVgLXD literal 0 HcmV?d00001 diff --git a/xz.changes b/xz.changes index 4d34dc3..01bc826 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Jan 21 09:56:39 UTC 2023 - Dirk Müller + +- 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. + ------------------------------------------------------------------- Fri Dec 30 16:04:16 UTC 2022 - Dirk Müller diff --git a/xz.spec b/xz.spec index 878c32b..aadd47b 100644 --- a/xz.spec +++ b/xz.spec @@ -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 @@ rm -vf %{buildroot}%{_docdir}/%{name}/{COPYING,COPYING.GPLv2} %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 @@ rm -vf %{buildroot}%{_docdir}/%{name}/{COPYING,COPYING.GPLv2} %{_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*