diff --git a/python-cairocffi.spec b/python-cairocffi.spec index c08339379b9e552a03720d6aaa2e392215edd8ee..f3d009625495d340a85a0e316fd817801d4e3747 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -2,9 +2,9 @@ Name: python-cairocffi Version: 1.2.0 -Release: 1 +Release: 2 Summary: cffi-based cairo bindings for Python -License: BSD +License: BSD-3-Clause URL: https://pypi.python.org/pypi/cairocffi/ Source0: https://files.pythonhosted.org/packages/source/c/cairocffi/cairocffi-1.2.0.tar.gz Patch0: python-cairocffi-disable-flake8-isort-for-pytest.patch @@ -70,5 +70,8 @@ xvfb-run %{__python3} setup.py test %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info/ %changelog +* Wed May 11 2022 yangping - 1.2.0-2 +- License compliance rectification + * Fri Feb 19 2021 Ge Wang - 1.2.0-1 - Init package