From 3199c101cb8a61e1664ceaca86c951bf3de03397 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Mon, 30 Jan 2023 22:08:35 +0800 Subject: [PATCH] Rebuild for perl 5.36 --- perl-DBI.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-DBI.spec b/perl-DBI.spec index fe3b6aa..191e987 100644 --- a/perl-DBI.spec +++ b/perl-DBI.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 # According to documentation, module using Coro is just: # A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION. # Omit Coro support on bootsrap bacause perl-DBI is pulled in by core @@ -223,5 +223,8 @@ make test %endif %changelog +* Mon Jan 30 2023 Funda Wang - 1.643-2 +- Rebuild for perl 5.36 + * Thu Sep 15 2022 mgb01105731 - 1.643-1 - Init from upstream version 1.643 -- Gitee