From a0e458b16640aa9c8a300013a9f4a1faa2cfde06 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:29:09 +0800 Subject: [PATCH] License compliance rectification --- rubygem-unf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-unf.spec b/rubygem-unf.spec index 889c156..94f4d8f 100644 --- a/rubygem-unf.spec +++ b/rubygem-unf.spec @@ -3,8 +3,8 @@ %undefine __brp_mangle_shebangs Name: rubygem-%{gem_name} Version: 0.1.4 -Release: 1 -License: BSD +Release: 2 +License: BSD-2-Clause Summary: Wrapper library to bring Unicode Normalization Form support to Ruby/JRuby URL: https://github.com/knu/ruby-unf Source0: http://rubygems.org/gems/unf-%{version}.gem @@ -84,5 +84,8 @@ popd %doc %{gem_docdir} %changelog +* Tue May 10 2022 yaoxin - 0.1.4-2 +- License compliance rectification + * Sat Aug 8 2020 yanan li - 0.1.4-1 - Package init