From 1a84c3ebc89d57d51d882375b622847c8cc682a6 Mon Sep 17 00:00:00 2001 From: gengqihu <2712504175@qq.com> Date: Thu, 13 Jun 2024 10:34:11 +0800 Subject: [PATCH] License compliance rectification --- perl-Carp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Carp.spec b/perl-Carp.spec index 912ef3d..5aa1340 100644 --- a/perl-Carp.spec +++ b/perl-Carp.spec @@ -1,8 +1,8 @@ Name: perl-Carp Version: 1.50 -Release: 419 +Release: 420 Summary: Alternative warn and die for modules -License: GPL or Artistic +License: GPL-1.0-or-later or Artistic-1.0-Perl URL: https://metacpan.org/release/Carp Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Carp-%{version}.tar.gz @@ -50,6 +50,9 @@ make test TEST_VERBOSE=1 %changelog +* Thu Jun 13 2024 gengqihu - 1.50-420 +- License compliance rectification + * Tue Oct 25 2022 renhongxun - 1.50-419 - Rebuild for next release -- Gitee