From b00edb26dd4b137aba828c882ed6a8d99e4bc2ca Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 10 May 2022 12:05:51 +0000 Subject: [PATCH] License compliance rectification --- marisa.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/marisa.spec b/marisa.spec index 68a6271..dab7957 100644 --- a/marisa.spec +++ b/marisa.spec @@ -1,9 +1,9 @@ Name: marisa Version: 0.2.4 -Release: 40 +Release: 41 Summary: Matching Algorithm with Recursively Implemented StorAge -License: BSD or LGPLv2+ +License: BSD-2-Clause or LGPL-2.1-or-later URL: https://code.google.com/p/marisa-trie Source0: https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/marisa-trie/%{name}-%{version}.tar.gz @@ -130,6 +130,9 @@ find $RPM_BUILD_ROOT -name 'perllocal.pod' -delete %{ruby_vendorarchdir}/marisa.so %changelog +* Tue May 10 2022 chenchen - 0.2.4-41 +- License compliance rectification + * Wed Mar 30 2022 chenchen - 0.2.4-40 - using macros to get python versions by python3.10+