From 2df000a7889616612600faaf14c2cdc9abe011bc Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Thu, 14 Jul 2022 06:30:06 +0000 Subject: [PATCH] License compliance rectification (cherry picked from commit 06d3588772894b0263086a900ccbbde108524887) --- perl-XML-Structured.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-XML-Structured.spec b/perl-XML-Structured.spec index 89edfe9..5319343 100644 --- a/perl-XML-Structured.spec +++ b/perl-XML-Structured.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-XML-Structured Version: 1.3 -Release: 3 +Release: 4 Summary: Simple conversion API from XML to perl structures and back -License: GPL +License: GPL-1.0-or-later or Artistic-1.0 Group: Development/Libraries URL: http://search.cpan.org/dist/XML-Structured/ Source0: https://github.com/openSUSE/perl-XML-Structured/archive/refs/heads/master.zip @@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Thu Jul 14 2022 Chenyx - 1.3-4 +- License compliance rectification + * Sat Jul 10 2021 wangyue 1.3-3 - Add gcc to build dependency