From 17e94ba4ca6fbcff2e2bb38a0ff97b4cb8ed30f0 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Mon, 30 Jan 2023 14:50:23 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-File-Which.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 6fe25b0..687e7e4 100644 --- a/perl-File-Which.spec +++ b/perl-File-Which.spec @@ -1,6 +1,8 @@ +%define anolis_release 2 + Name: perl-File-Which Version: 1.27 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: Portable implementation of the 'which' utility License: GPL+ or Artistic URL: https://metacpan.org/release/File-Which @@ -52,5 +54,8 @@ make test %{_mandir}/man3/File::Which.3* %changelog +* Mon Jan 30 2023 Chunmei Xu - 1.27-2 +- rebuild with perl 5.36.0 + * Mon Apr 18 2022 gcdota930915 - 1.27-1 - Init from upstream version 1.27 -- Gitee