From d6184f693a4365929c557cdfef35852163724055 Mon Sep 17 00:00:00 2001 From: Yudong Cui Date: Fri, 14 Jun 2024 17:03:59 +0800 Subject: [PATCH] License compliance rectification --- perl-ExtUtils-Depends.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index f44ce6d..5ac140e 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-ExtUtils-Depends Version: 0.8000 -Release: 2 +Release: 3 Summary: Easily build XS extensions that depend on XS extensions -License: OSI-Approved +License: GPL-1.0-or-later Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Depends/ Source0: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-%{version}.tar.gz @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Jun 14 2024 cuiyudong 0.8000-3 +- License compliance rectification + * Thu Mar 24 2022 Ge Wang 0.8000-2 - Modify release number -- Gitee