From 7ad79f61e2d1eabb7086b81b1619fc9338b65027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Thu, 1 Jun 2023 11:08:48 +0200 Subject: [PATCH] Update license to SPDX format --- perl-Sys-CPU.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec index f092a42..fee4392 100644 --- a/perl-Sys-CPU.spec +++ b/perl-Sys-CPU.spec @@ -1,12 +1,12 @@ Name: perl-Sys-CPU Version: 0.61 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Getting CPU information -# Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0 -# The rest of the code is under the standard Perl license (GPL+ or Artistic). +# Some code was copied from Unix::Processors, which is LGPL-3.0-only OR Artistic-2.0 +# The rest of the code is under the standard Perl license (GPL-1.0-or-later OR Artistic-1.0-Perl). # See . -License: (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0) +License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND (LGPL-3.0-only OR Artistic-2.0) URL: https://metacpan.org/release/Sys-CPU Source0: https://cpan.metacpan.org/authors/id/M/MZ/MZSANFORD/Sys-CPU-%{version}.tar.gz # Support cpu_type on ARM and AArch64, bug #1093266, CPAN RT#95400 @@ -58,6 +58,9 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';' %changelog +* Thu Jun 01 2023 Michal Josef Špaček - 0.61-31 +- Update license to SPDX format + * Fri Jan 20 2023 Fedora Release Engineering - 0.61-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild