From dcaa80eaf06cee68e0ecbc447c12c8ed5ba8a18f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Fri, 19 Jul 2024 10:47:50 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 22624a6bf9065abcf25beb972ad49ebfab9e38dc) --- perl-IO-String.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-IO-String.spec b/perl-IO-String.spec index 890631b..a5928b2 100644 --- a/perl-IO-String.spec +++ b/perl-IO-String.spec @@ -1,8 +1,8 @@ Name: perl-IO-String Version: 1.08 -Release: 34 +Release: 35 Summary: Emulate file interface for in-core strings -License: GPL+ and Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: http://search.cpan.org/dist/IO-String/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/IO-String-%{version}.tar.gz BuildArch: noarch @@ -47,5 +47,8 @@ make test %{_mandir}/man3/*.3* %changelog +* Fri Jul 19 2024 yaoxin - 1.08-35 +- License compliance rectification + * Fri Nov 22 2019 sunguoshuai - 1.08-34 - Package init.