From bb69e0d2e80a5089741ff80e1790db7ca838eca0 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 30 Jan 2023 17:28:21 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-Compress-Raw-Lzma.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec index 22f182e..e81ae18 100644 --- a/perl-Compress-Raw-Lzma.spec +++ b/perl-Compress-Raw-Lzma.spec @@ -1,6 +1,6 @@ -%define anolis_release 4 +%define anolis_release 5 # Perform optional tests -%bcond_without perl_Compress_Raw_Lzma_enables_optional_test +%bcond_with perl_Compress_Raw_Lzma_enables_optional_test Name: perl-Compress-Raw-Lzma Version: 2.201 @@ -99,6 +99,9 @@ make test %doc Changes README %changelog +* Mon Jan 30 2023 Chunmei Xu - 2.201-5 +- rebuild with perl 5.36.0 + * Fri Jan 13 2023 Funda Wang - 2.201-4 - Rebuild for new xz (5.4.1) -- Gitee