From 0bd0c3bf282c54b2a84b546a84c75819b49e0f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 14:23:19 +0200 Subject: [PATCH] convert GPLv3 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-html2text.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-html2text.spec b/python-html2text.spec index 381cd9a..f60b47f 100644 --- a/python-html2text.spec +++ b/python-html2text.spec @@ -7,10 +7,11 @@ also happens to be valid Markdown (a text-to-HTML format). Name: python-%{upname} Version: 2024.2.26 -Release: 3%{?dist} +Release: 4%{?dist} Summary: %{common_sum} -License: GPLv3 +# Automatically converted from old format: GPLv3 - review is highly recommended. +License: GPL-3.0-only URL: http://alir3z4.github.io/%{upname} Source0: https://files.pythonhosted.org/packages/source/h/%{upname}/%{upname}-%{version}.tar.gz @@ -79,6 +80,9 @@ popd %changelog +* Mon Jul 29 2024 Miroslav Suchý - 2024.2.26-4 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 2024.2.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild