From f554a45b2f0c6ae3501eb7ae7f9e6ed8be288cea Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Fri, 9 Aug 2024 09:50:06 +0800 Subject: [PATCH] correct license information (cherry picked from commit 4acc5b268a535d3f531ab2a794ce1c309ca312c7) --- perl-Carp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Carp.spec b/perl-Carp.spec index 912ef3d..d6f532b 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 +* Fri Aug 9 2024 dongyuzhen - 1.50-420 +- correct license information + * Tue Oct 25 2022 renhongxun - 1.50-419 - Rebuild for next release -- Gitee