From c912e32a48091d6d5e411cf7f6a505fcc077faab Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 10:20:17 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-ExtUtils-Manifest.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-ExtUtils-Manifest.spec b/perl-ExtUtils-Manifest.spec index ef5d7ff..a02432e 100644 --- a/perl-ExtUtils-Manifest.spec +++ b/perl-ExtUtils-Manifest.spec @@ -1,7 +1,8 @@ +%define anolis_release 2 Name: perl-ExtUtils-Manifest Epoch: 1 Version: 1.73 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: Utilities to write and check a MANIFEST file License: GPL+ or Artistic URL: https://metacpan.org/release/ExtUtils-Manifest @@ -56,5 +57,8 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 30 2023 Chunmei Xu - 1.73-2 +- rebuild with perl 5.36.0 + * Mon Apr 18 2022 gcdota930915 - 1.73-1 - Init from upstream version 1.73 -- Gitee