From 7a3a96d10e750db2bb29765a9487df55562228e6 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 11 May 2022 15:32:18 +0800 Subject: [PATCH] License compliance rectification --- python-pygments.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pygments.spec b/python-pygments.spec index 8c6c5ba..dd25cac 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -17,8 +17,8 @@ need to prettify source code. Highlights are: \ Name: python-pygments Summary: Syntax highlighting engine written in Python Version: 2.10.0 -Release: 2 -License: BSD +Release: 3 +License: BSD-2-Clause URL: http://pygments.org/ Source0: https://pypi.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz @@ -78,6 +78,9 @@ make test %endif %changelog +* Wed May 11 2022 wulei - 2.10.0-3 +- License compliance rectification + * Thu Feb 03 2022 Liu Zixian -2.10.0-2 - Disable doc temporarily to break build dependency. -- Gitee