From fc09c44a5bfdfc1c6e70c50139d2dea1f421d6bf Mon Sep 17 00:00:00 2001 From: penelope Date: Tue, 10 May 2022 16:18:54 +0800 Subject: [PATCH] License compliance rectification --- python-sphinxcontrib-htmlhelp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sphinxcontrib-htmlhelp.spec b/python-sphinxcontrib-htmlhelp.spec index 5f4adeb..34f8b3e 100644 --- a/python-sphinxcontrib-htmlhelp.spec +++ b/python-sphinxcontrib-htmlhelp.spec @@ -4,9 +4,9 @@ Name: python-%{pypi_name} Version: 2.0.0 -Release: 1 +Release: 2 Summary: Sphinx extension for HTML help files -License: BSD +License: BSD-2-Clause URL: http://sphinx-doc.org/ Source0: https://files.pythonhosted.org/packages/source/s/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-%{version}.tar.gz BuildArch: noarch @@ -79,6 +79,9 @@ popd %changelog +* Tue May 10 2022 yangping - 2.0.0-2 +- License compliance rectification + * Fri Dec 10 2021 shixuantong - 2.0.0-1 - update version to 2.0.0 -- Gitee