From a015c16d4d4f94e1c5bab8b8c2e31e0713395941 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 9 May 2022 17:40:41 +0800 Subject: [PATCH] License compliance rectification --- perl-URI-Escape-XS.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-URI-Escape-XS.spec b/perl-URI-Escape-XS.spec index 388cf91..e11b650 100644 --- a/perl-URI-Escape-XS.spec +++ b/perl-URI-Escape-XS.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-URI-Escape-XS Version: 0.14 -Release: 1 +Release: 2 Summary: URI::Escape::XS Perl module -License: GPL+ or Artistic +License: GPL-1.0-or-later OR Artistic-1.0-Perl Group: Development/Libraries URL: http://search.cpan.org/dist/URI-Escape-XS/ Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/URI-Escape-XS-%{version}.tar.gz @@ -77,5 +77,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Mon May 09 2022 Ge Wang 0.14-2 +- License compliance rectification + * Wed Jun 30 2021 Perl_Bot 0.14-1 - Specfile autogenerated by Perl_Bot -- Gitee