diff --git a/xz-5.2.10.tar.xz b/xz-5.2.10.tar.xz deleted file mode 100644 index 5456618..0000000 Binary files a/xz-5.2.10.tar.xz and /dev/null differ diff --git a/xz-5.4.1.tar.xz b/xz-5.4.1.tar.xz new file mode 100644 index 0000000..8db54cd Binary files /dev/null and b/xz-5.4.1.tar.xz differ diff --git a/xz.spec b/xz.spec index 78ec971..ba79937 100644 --- a/xz.spec +++ b/xz.spec @@ -1,8 +1,8 @@ Name: xz -Version: 5.2.10 +Version: 5.4.1 Release: 1 Summary: A free general-purpose data compreession software with LZMA2 algorithm -License: GPLv3 +License: GPL-3.0-only URL: http://tukaani.org/xz Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz Source1: colorxzgrep.sh @@ -108,8 +108,14 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check %{_mandir}/de/man1/*lz* %{_mandir}/de/man1/*xz* %{_mandir}/fr/man1/* +%{_mandir}/ko/man1/* +%{_mandir}/ro/man1/* +%{_mandir}/uk/man1/* %changelog +* Mon Jan 30 2023 wangjunqi - 5.4.1-1 +- upgrade package version to 5.4.1 + * Wed Jan 11 2023 renhongxun - 5.2.10-1 - Type:Bump version - ID:NA