diff --git a/python-rebulk.spec b/python-rebulk.spec index 5651868dfc974b4ac1b2002810555d284ed477e2..44cc17a51e0f424f36e972c653df8365c3f00470 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -2,12 +2,12 @@ Name: python-%{srcname} Version: 3.0.1 -Release: 1 +Release: 2 Summary: ReBulk is a python library that performs advanced searches in strings # Everything licensed as MIT, except: # rebulk/toposort.py: Apache (v2.0) # rebulk/test/test_toposort.py: Apache (v2.0) -License: MIT and ASL 2.0 +License: MIT and Apache-2.0 URL: https://github.com/Toilal/rebulk Source: https://github.com/Toilal/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -59,5 +59,8 @@ done %{python3_sitelib}/%{srcname}-%{version}-py*.egg-info %changelog +* Sun Jun 25 2023 liukuo - 3.0.1-2 +- License compliance rectification + * Fri Jun 25 2021 Juan wangxiaomeng - 3.0.1-1 - Initial package