From 78f34c25517d0a98161c671cb7802b7da21c3e8a Mon Sep 17 00:00:00 2001 From: dongyuzhen Date: Thu, 8 Aug 2024 16:14:12 +0800 Subject: [PATCH] correct license information (cherry picked from commit 8c91db69c3a6453a858e48d6884ab508d2f044b3) --- perl-Unicode-Collate.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index afbfe1c..d2007b9 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -1,9 +1,9 @@ %define mod_name Unicode-Collate Name: perl-%{mod_name} Version: 1.31 -Release: 2 +Release: 3 Summary: Unicode Collation Algorithm (UCA) -License: (GPL+ or Artistic) and Unicode +License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND Unicode-DFS-2016 URL: http://search.cpan.org/dist/%{mod_name}/ Source0: https://cpan.metacpan.org/authors/id/S/SA/SADAHIRO/%{mod_name}-%{version}.tar.gz @@ -50,6 +50,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Aug 8 2024 dongyuzhen - 1.31-3 +- correct license information + * Tue Oct 25 2022 zhoushuiqing - 1.31-2 - opitomize the specfile -- Gitee