License compliance rectification

This commit is contained in:
starlet-dx 2022-05-10 17:26:31 +08:00
parent 8b084647f6
commit 5d46821fd2

View File

@ -1,9 +1,9 @@
%global gem_name contracts %global gem_name contracts
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 0.16.0 Version: 0.16.0
Release: 2 Release: 3
Summary: Contracts for Ruby Summary: Contracts for Ruby
License: BSD License: BSD-2-Clause
URL: http://egonschiele.github.io/contracts.ruby/ URL: http://egonschiele.github.io/contracts.ruby/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Patch1: rubygem-contracts-0.16.0-0001-Don-t-use-exceptions-for-control-flow.patch Patch1: rubygem-contracts-0.16.0-0001-Don-t-use-exceptions-for-control-flow.patch
@ -78,6 +78,9 @@ popd
%{gem_instdir}/benchmarks/ %{gem_instdir}/benchmarks/
%changelog %changelog
* Tue May 10 2022 yaoxin <yaoxin30@h-partners.com> - 0.16.0-3
- License compliance rectification
* Tue Feb 22 2022 chenchen <chen_aka_jan@163.com> - 0.16.0-2 * Tue Feb 22 2022 chenchen <chen_aka_jan@163.com> - 0.16.0-2
- fix build error by upgrading to ruby3 - fix build error by upgrading to ruby3