From 05321918dd1f44a7f96e28e8559bd5d694b84b0a Mon Sep 17 00:00:00 2001 From: Yuanhong Peng Date: Thu, 13 Apr 2023 10:15:30 +0800 Subject: [PATCH] Bump version and rebuild Signed-off-by: Yuanhong Peng --- perl-constant.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-constant.spec b/perl-constant.spec index b59b255..be648d4 100644 --- a/perl-constant.spec +++ b/perl-constant.spec @@ -1,4 +1,4 @@ -%define anolis_release 7 +%define anolis_release 8 %global modname constant Name: perl-%{modname} @@ -56,6 +56,9 @@ make test %doc README Changes %changelog +* Thu Apr 13 2023 Yuanhong Peng - 1.33-8 +- Bump version and rebuild + * Mon Apr 10 2023 Yuanhong Peng - 1.33-7 - Refactor the specfile -- Gitee