From 9f15232f0d6c953a281753376450daaec7ee7cc5 Mon Sep 17 00:00:00 2001 From: penelope Date: Mon, 9 May 2022 19:01:20 +0800 Subject: [PATCH] License compliance rectification --- python-heapdict.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-heapdict.spec b/python-heapdict.spec index 3f27620..87525ce 100644 --- a/python-heapdict.spec +++ b/python-heapdict.spec @@ -3,10 +3,10 @@ Name: python-%{srcname} Version: 1.0.1 -Release: 1 +Release: 2 Summary: A heap with decrease-key and increase-key operations -License: BSD +License: BSD-3-Clause URL: https://pypi.python.org/pypi/%{srcname} Source0: %pypi_source %{pkgname} @@ -56,5 +56,8 @@ BuildRequires: python3-test %changelog +* Mon May 09 2022 yangping - 1.0.1-2 +- License compliance rectification + * Mon Jun 28 2021 CaiYuxin - 1.0.1-1 -- init project \ No newline at end of file +- init project -- Gitee