diff --git a/rubygem-ansi.spec b/rubygem-ansi.spec index 7860c23..55ba240 100644 --- a/rubygem-ansi.spec +++ b/rubygem-ansi.spec @@ -2,9 +2,9 @@ %global enable_checks 0 Name: rubygem-%{gem_name} Version: 1.5.0 -Release: 1 +Release: 2 Summary: ANSI at your fingertips! -License: BSD +License: BSD-2-Clause URL: http://rubyworks.github.com/ansi Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem %if 0%{?el6} @@ -70,5 +70,8 @@ popd %doc %{gem_instdir}/test %changelog +* Tue May 10 2022 yaoxin - 1.5.0-2 +- License compliance rectification + * Sat Jul 25 2020 wangyue - 1.5.0-1 - package init