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