From b3c7b56664980cd1eaf876f6e25ae2421ff6b84b Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 10:46:14 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-Net-Ping.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Net-Ping.spec b/perl-Net-Ping.spec index 6a80008..dc6461d 100644 --- a/perl-Net-Ping.spec +++ b/perl-Net-Ping.spec @@ -1,5 +1,5 @@ -%define anolis_release 1 -%bcond_without perl_Net_Ping_enables_optional_test +%define anolis_release 2 +%bcond_with perl_Net_Ping_enables_optional_test Name: perl-Net-Ping Version: 2.74 @@ -90,5 +90,8 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 30 2023 Chunmei Xu - 2.74-2 +- rebuild with perl 5.36.0 + * Thu Apr 21 2022 mgb01105731 2.74-1 - Init from upstream version 2.74 -- Gitee