From 76ac7629d1831faae0b498ea837cf07e85ab34ad Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 30 Jan 2023 16:32:46 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-Compress-Raw-Zlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index 6e7cd8e..213c027 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without perl_Compress_Raw_Zlib_enables_optional_test @@ -159,6 +159,9 @@ make test COMPRESS_ZLIB_RUN_MOST=1 %{_libexecdir}/%{name} %changelog +* Mon Jan 30 2023 Chunmei Xu - 2.202-2 +- rebuild with perl 5.36.0 + * Thu Dec 15 2022 Funda Wang - 2.202-1 - New version 2.202 -- Gitee