From 7ea74ec9df93b7e4d6f8db870b50a01ac15d72b1 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 10:33:51 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-IO-Compress-Lzma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-IO-Compress-Lzma.spec b/perl-IO-Compress-Lzma.spec index a5be927..65c7469 100644 --- a/perl-IO-Compress-Lzma.spec +++ b/perl-IO-Compress-Lzma.spec @@ -1,7 +1,7 @@ -%define anolis_release 1 +%define anolis_release 2 # Perform optional tests -%bcond_without perl_IO_Compress_Lzma_enables_optional_test +%bcond_with perl_IO_Compress_Lzma_enables_optional_test Name: perl-IO-Compress-Lzma Version: 2.103 @@ -101,5 +101,8 @@ make test COMPRESS_ZLIB_RUN_MOST=1 %{_mandir}/man3/IO::Uncompress::UnXz.3* %changelog +* Mon Jan 30 2023 Chunmei Xu - 2.103-2 +- rebuild with perl 5.36.0 + * Thu Apr 21 2022 zhang xianting - 2.103-1 - Initial build for Anolis V23 -- Gitee