diff --git a/xz-5.6.4.tar.xz b/xz-5.6.4.tar.xz deleted file mode 100644 index 2e3ca0adbf95241dc7f5806722d8bdd55462c344..0000000000000000000000000000000000000000 Binary files a/xz-5.6.4.tar.xz and /dev/null differ diff --git a/xz-5.8.0.tar.xz b/xz-5.8.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..d9a59e3c4c910725f400c595186f54d2c4978aaa Binary files /dev/null and b/xz-5.8.0.tar.xz differ diff --git a/xz.spec b/xz.spec index 24c18624c6ad943e94c0d486b5ebcce66bef3c74..68283f6cf087d23b5f1afc3f58a7b3e9bc5ec2ad 100644 --- a/xz.spec +++ b/xz.spec @@ -1,5 +1,5 @@ Name: xz -Version: 5.6.4 +Version: 5.8.0 Release: 1 Summary: A free general-purpose data compreession software with LZMA2 algorithm License: GPL-3.0-only @@ -7,11 +7,6 @@ URL: https://tukaani.org/xz Source0: https://github.com/tukaani-project/xz/releases/download/v%{version}/%{name}-%{version}.tar.xz Source1: colorxzgrep.sh Source2: colorxzgrep.csh - -# https://github.com/tukaani-project/xz/releases/tag/v5.4.7 -# https://github.com/tukaani-project/xz/releases/download/v5.4.7/xz-5213-547-562-libtool.patch -#Patch0: xz-5213-547-562-libtool.patch - BuildRequires: perl-interpreter gcc Requires: %{name} = %{version}-%{release} @@ -103,11 +98,16 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs %make_build check %lang(de) %{_mandir}/de/man1/* %lang(fr) %{_mandir}/fr/man1/* %lang(ko) %{_mandir}/ko/man1/* +%lang(it) %{_mandir}/it/man1/* %lang(ro) %{_mandir}/ro/man1/* +%lang(sr) %{_mandir}/sr/man1/* %lang(uk) %{_mandir}/uk/man1/* %lang(pt_BR) %{_mandir}/pt_BR/man1/* %changelog +* Wed Mar 26 2025 Funda Wang - 5.8.0-1 +- update to 5.8.0 + * Fri Jan 24 2025 Funda Wang - 5.6.4-1 - update to 5.6.4