From 6a7cb14a1fe7c74646eebff2fc584587542befb9 Mon Sep 17 00:00:00 2001 From: lauk Date: Wed, 18 May 2022 11:40:02 +0800 Subject: [PATCH] License compliance rectification --- python-sortedcontainers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index 2c946bd..eaf609b 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: python-sortedcontainers Version: 2.4.0 -Release: 2 +Release: 3 Summary: Sorted Containers -- Sorted List, Sorted Dict, Sorted Set -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/grantjenks/python-sortedcontainers Source0: https://github.com/grantjenks/python-sortedcontainers/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch @@ -73,6 +73,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed May 18 2022 liukuo - 2.4.0-3 +- License compliance rectification + * Sat Oct 09 2021 lingsheng - 2.4.0-2 - delete pycache directory when uninstalling