From 89b8ed47cfdfe5351f9526ea43e987080cbb8360 Mon Sep 17 00:00:00 2001 From: Yudong Cui Date: Fri, 14 Jun 2024 21:03:28 +0800 Subject: [PATCH] License compliance rectification --- python-regex.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-regex.spec b/python-regex.spec index e2ca4f6..421e450 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-regex Version: 2020.7.14 -Release: 2 +Release: 3 Summary: Alternative regular expression module, to replace re. -License: Python Software Foundation License +License: PSF-2.0 URL: https://bitbucket.org/mrabarnett/mrab-regex Source0: https://files.pythonhosted.org/packages/09/c3/ddaa87500f31ed86290e3d014c0302a51fde28d7139eda0b5f33733726db/regex-2020.7.14.tar.gz @@ -68,6 +68,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Jun 14 2024 cuiyudong - 2020.7.14-3 +- License compliance rectification + * Wed Aug 04 2021 chenyanpanHW - 2020.7.14-2 - DESC: delete BuildRequires gdb -- Gitee