From 5d46821fd2e46ef919d425a07dc6d2e78217f96f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:26:31 +0800 Subject: [PATCH] License compliance rectification --- rubygem-contracts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-contracts.spec b/rubygem-contracts.spec index 1691613..816f247 100644 --- a/rubygem-contracts.spec +++ b/rubygem-contracts.spec @@ -1,9 +1,9 @@ %global gem_name contracts Name: rubygem-%{gem_name} Version: 0.16.0 -Release: 2 +Release: 3 Summary: Contracts for Ruby -License: BSD +License: BSD-2-Clause URL: http://egonschiele.github.io/contracts.ruby/ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Patch1: rubygem-contracts-0.16.0-0001-Don-t-use-exceptions-for-control-flow.patch @@ -78,6 +78,9 @@ popd %{gem_instdir}/benchmarks/ %changelog +* Tue May 10 2022 yaoxin - 0.16.0-3 +- License compliance rectification + * Tue Feb 22 2022 chenchen - 0.16.0-2 - fix build error by upgrading to ruby3 -- Gitee