From da718011ec1ba59545c3888e34993dfc959a33fb Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Mon, 9 May 2022 17:59:06 +0800 Subject: [PATCH] License compliance rectification --- python-pyperclip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyperclip.spec b/python-pyperclip.spec index 343679e..db426e2 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-pyperclip Version: 1.8.2 -Release: 1 +Release: 2 Summary: A cross-platform clipboard module for Python. (Only handles plain text for now.) -License: BSD +License: BSD-3-Clause URL: https://github.com/asweigart/pyperclip Source0: https://files.pythonhosted.org/packages/a7/2c/4c64579f847bd5d539803c8b909e54ba087a79d01bb3aba433a95879a6c5/pyperclip-1.8.2.tar.gz BuildArch: noarch @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon May 9 2022 yaoxin - 1.8.2-2 +- License compliance rectification + * Mon Aug 09 2021 OpenStack_SIG - 1.8.2-1 - Update vertion to 1.8.2 -- Gitee