From 4b2da88d4b740b51195b1d90300c0763066112f6 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Tue, 10 May 2022 16:58:57 +0800 Subject: [PATCH] License compliance rectification --- python-sphinx.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 0c60593..66e35a0 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,9 +1,9 @@ Name: python-sphinx Version: 4.3.1 -Release: 1 +Release: 2 Epoch: 1 Summary: Python documentation generator -License: BSD and MIT +License: BSD-2-Clause and MIT URL: http://sphinx-doc.org/ Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gz Patch1: sphinx-test_theming.diff @@ -225,6 +225,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %{_mandir}/man1/* %changelog +* Mon May 9 2022 baizhonggui - 4.3.1-2 +- modify license identifier + * Mon Dec 13 2021 shixuantong - 4.3.1-1 - update version to 4.3.1 -- Gitee