diff --git a/python-regex.spec b/python-regex.spec index e2ca4f6944129a95250304f3f86135630db40c22..421e4500228b3c6834b1da2c00a7a4a0baddac17 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