From 58e6a681a1407e2d1d859690d62c32b1d5b91d06 Mon Sep 17 00:00:00 2001 From: cuiyudong Date: Fri, 9 Aug 2024 16:35:25 +0800 Subject: [PATCH] Modify release number --- perl-ExtUtils-PkgConfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index d81f07e..49775e9 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: perl-ExtUtils-PkgConfig Version: 1.16 -Release: 2 +Release: 3 Summary: Simplistic interface to pkg-config License: LGPL-2.1-only Group: Development/Libraries @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Aug 9 2024 cuiyudong 1.16-3 +- Modify release number + * Wed Jul 13 2022 Chenyx - 1.16-2 - License compliance rectification -- Gitee