From 5fa4ac5720346474d6017c4954190349f7ff5c92 Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:33:39 +0800 Subject: [PATCH] License compliance rectification --- python-reportlab.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-reportlab.spec b/python-reportlab.spec index 4e98cff..d73254f 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -2,9 +2,9 @@ Name: python-reportlab Version: 3.4.0 -Release: 14 +Release: 15 Summary: ReportLab library to create PDF documents and graphic -License: BSD +License: BSD-3-Clause URL: https://www.reportlab.com/ Source0: https://pypi.python.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz Patch0001: 0fbf25e4857423f6a38ca7f5aeee1c84acaa3fc1.patch @@ -61,6 +61,9 @@ PYTHONPATH="`pwd`/`ls -d build/lib*`" %{__python3} docs/genAll.py %doc demos/ tools/ %changelog +* Wed May 11 2022 xigaoxinyan - 3.4.0-15 +- License compliance rectification + * Wed Jan 12 2022 Chengshaowei - 3.4.0-14 - Fix can not import error -- Gitee