From e6e6b7087b32457176e635583dcdb542ca7fc1d0 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:31:59 +0800 Subject: [PATCH] License compliance rectification --- python-pycollada.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pycollada.spec b/python-pycollada.spec index 9e46fa8..3c0fb6e 100644 --- a/python-pycollada.spec +++ b/python-pycollada.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pycollada Version: 0.7.1 -Release: 1 +Release: 2 Summary: python library for reading and writing collada documents -License: BSD +License: BSD-3-Clause URL: http://pycollada.readthedocs.org/ Source0: https://files.pythonhosted.org/packages/50/44/d775b312fc2e04cdd80e978f9b3422efe0946b285f1845e66a65f9aa371a/pycollada-0.7.1.tar.gz BuildArch: noarch @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed May 11 2022 xigaoxinyan - 0.7.1-2 +- License compliance rectification + * Sat Jul 18 2020 Python_Bot - Package Spec generated