From 5de20bdf0cdb5206caa38fc816615983088d9c0e Mon Sep 17 00:00:00 2001 From: xigaoxinyan Date: Wed, 11 May 2022 16:31:51 +0800 Subject: [PATCH] License compliance rectification --- python-prompt-toolkit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-prompt-toolkit.spec b/python-prompt-toolkit.spec index a90a911..c688436 100644 --- a/python-prompt-toolkit.spec +++ b/python-prompt-toolkit.spec @@ -3,10 +3,10 @@ Name: python-%{pkgname} Version: 3.0.20 -Release: 1 +Release: 2 Summary: Library for building powerful interactive command lines in Python -License: BSD +License: BSD-3-Clause URL: https://github.com/prompt-toolkit/python-prompt-toolkit Source0: https://github.com/%pkgname/%name/archive/refs/tags/%version.tar.gz BuildArch: noarch @@ -40,5 +40,8 @@ terminal applications in Python. %changelog +* Wed May 11 2022 xigaoxinyan - 3.0.20-2 +- License compliance rectification + * Sun Oct 17 2021 Li Chao - 3.0.20-1 - First packaging of version 3.0.20 -- Gitee