From f2b6f3aefff436c791db849479d6b7ca854a2086 Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 15:54:17 +0800 Subject: [PATCH] License compliance rectification --- python-actdiag.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-actdiag.spec b/python-actdiag.spec index 32e2f55..9a2007b 100644 --- a/python-actdiag.spec +++ b/python-actdiag.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-actdiag Version: 2.0.0 -Release: 1 +Release: 2 Summary: actdiag generates activity-diagram image from text -License: Apache License 2.0 +License: Apache-2.0 URL: http://blockdiag.com/ Source0: https://files.pythonhosted.org/packages/49/19/384c0173bdc1beca3ac96a558f4f55c5ab0cd81fac6925a6f74f889c92c6/actdiag-2.0.0.tar.gz BuildArch: noarch @@ -85,5 +85,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri May 20 2022 liukuo - 2.0.0-2 +- License compliance rectification + * Mon Nov 23 2020 Python_Bot - Package Spec generated