From e9f61dc8e1ec3001954200bc48ccfe199308bcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 14:32:26 +0200 Subject: [PATCH] convert GPLv3 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- R-lazyeval.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/R-lazyeval.spec b/R-lazyeval.spec index f218919..c39ddbb 100644 --- a/R-lazyeval.spec +++ b/R-lazyeval.spec @@ -6,10 +6,11 @@ Name: R-%{packname} Version: 0.2.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Lazy (Non-Standard) Evaluation -License: GPLv3 +# Automatically converted from old format: GPLv3 - review is highly recommended. +License: GPL-3.0-only URL: https://CRAN.R-project.org/package=%{packname} Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz @@ -74,6 +75,9 @@ export NOT_CRAN=true %changelog +* Mon Jul 29 2024 Miroslav Suchý - 0.2.2-18 +- convert license to SPDX + * Wed Jul 17 2024 Fedora Release Engineering - 0.2.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild