diff --git a/python-heapdict.spec b/python-heapdict.spec index 3f2762099c4b394f4d9e0371309149b4fb38adab..87525ce8c8541c8f4eef289aea47548867eab22f 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