diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec index 6c260b1cdd2fe56444ee79b9eef15743a18cdd45..299a84199748209958f4499fa0823e0fd5a23c1b 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 -