From 30af49abf39b807dcebd1fe72070c5449c62b39d Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 10:22:15 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-ExtUtils-ParseXS.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec index 6c260b1..299a841 100644 --- a/perl-ExtUtils-ParseXS.spec +++ b/perl-ExtUtils-ParseXS.spec @@ -1,9 +1,10 @@ +%define anolis_release 2 %global base_version 3.44 Name: perl-ExtUtils-ParseXS # Epoch to compete with perl.spec Epoch: 1 Version: 3.44 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: Module and a script for converting Perl XS code into C code License: GPL+ or Artistic URL: https://metacpan.org/release/ExtUtils-ParseXS @@ -72,6 +73,8 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 30 2023 Chunmei Xu - 3.44-2 +- rebuild with perl 5.36.0 + * Mon Apr 18 2022 gcdota930915 - 3.44-1 - Init from upstream version 3.44 - -- Gitee