diff --git a/perl-File-Which.spec b/perl-File-Which.spec index 6fe25b04b7d01810138592132102f90ffb279ac2..687e7e4a9fdf8d8c13860c6ca002293d9af53e23 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