From 39d46f9b021467f8d1c52fdaa1c8aa42f64910e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 20:55:43 +0200 Subject: [PATCH] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- python-sphinx-kr-theme.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-sphinx-kr-theme.spec b/python-sphinx-kr-theme.spec index baeba6f..bcbf666 100644 --- a/python-sphinx-kr-theme.spec +++ b/python-sphinx-kr-theme.spec @@ -4,10 +4,11 @@ Name: python-%{pypi_name} Version: 0.2.1 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Kenneth Reitz's krTheme for Sphinx -License: BSD +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD URL: https://github.com/tonyseek/sphinx-kr-theme Source0: %{pypi_source} %if %{with tests} @@ -63,6 +64,9 @@ export PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3_sitelib}/sphinx_kr_theme-%{version}-py%{python3_version}.egg-info %changelog +* Wed Sep 04 2024 Miroslav Suchý - 0.2.1-17 +- convert license to SPDX + * Fri Jul 19 2024 Fedora Release Engineering - 0.2.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild