From a089bfc17f06272f85847e60940325b9df2e6f4a Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 31 Jan 2023 11:04:27 +0800 Subject: [PATCH] rebuild with perl 5.36.0 Signed-off-by: Chunmei Xu --- perl-Test-Harness.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Test-Harness.spec b/perl-Test-Harness.spec index dc3a8b7..295c499 100644 --- a/perl-Test-Harness.spec +++ b/perl-Test-Harness.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # Run optional tests %bcond_with perl_Test_Harness_enables_optional_test @@ -98,5 +98,8 @@ make test %{_mandir}/man3/* %changelog +* Mon Jan 30 2023 Chunmei Xu - 3.42-2 +- rebuild with perl 5.36.0 + * Wed Apr 20 2022 Zhongling He - 3.42-1 - Init package from upstream v3.42 -- Gitee