From 285a1b8b7accf7dfcd9e723da1d32ae035bb1c37 Mon Sep 17 00:00:00 2001 From: lauk Date: Sun, 25 Jun 2023 14:46:59 +0800 Subject: [PATCH] License compliance rectification --- python-rebulk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-rebulk.spec b/python-rebulk.spec index 5651868..44cc17a 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 -- Gitee