From e767a99b97f6a84294dd0981019ee3707cc4eefe Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 10:58:38 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-Software-License.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Software-License.spec b/perl-Software-License.spec index 7ec27a6..07c8983 100644 --- a/perl-Software-License.spec +++ b/perl-Software-License.spec @@ -1,6 +1,6 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without perl_Software_License_enables_extra_test -%bcond_without perl_Software_License_enables_optional_test +%bcond_with perl_Software_License_enables_optional_test Name: perl-Software-License Epoch: 1 @@ -76,5 +76,8 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %{_mandir}/man3/Software::LicenseUtils.3* %changelog +* Mon Jan 30 2023 Chunmei Xu - 1:0.104001-2 +- rebuild with perl 5.36.0 + * Thu Apr 21 2022 happy_orange - 1:0.104001-1 - Init package from upstream -- Gitee