From c11f39b1d6e458a6456bd69247f086ae105a4845 Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Tue, 26 Jul 2022 02:12:26 +0000 Subject: [PATCH] License compliance rectification --- perl-Unicode-String.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Unicode-String.spec b/perl-Unicode-String.spec index 8bd6226..c7d7b11 100644 --- a/perl-Unicode-String.spec +++ b/perl-Unicode-String.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-Unicode-String Version: 2.10 -Release: 1 +Release: 2 Summary: String of Unicode characters (UTF-16BE) -License: CHECK(Distributable) +License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Unicode-String/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/GAAS/Unicode-String-%{version}.tar.gz @@ -75,5 +75,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Tue Jul 26 2022 Chenyx - 2.10-2 +- License compliance rectification + * Wed Jun 23 2021 Perl_Bot 2.10-1 - Specfile autogenerated by Perl_Bot -- Gitee