From cf02b919035eac8f167915c1055a91e2e096c8ce Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 10 May 2022 17:27:14 +0800 Subject: [PATCH] License compliance rectification --- rubygem-hashery.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-hashery.spec b/rubygem-hashery.spec index 59ccfe0..d7a73db 100644 --- a/rubygem-hashery.spec +++ b/rubygem-hashery.spec @@ -1,9 +1,9 @@ %global gem_name hashery Name: rubygem-%{gem_name} Version: 2.1.2 -Release: 1 +Release: 2 Summary: Facets-bread collection of Hash-like classes -License: BSD +License: BSD-2-Clause URL: http://rubyworks.github.com/hashery Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem BuildRequires: ruby(release) rubygems-devel ruby @@ -56,5 +56,8 @@ popd %{gem_instdir}/test %changelog +* Tue May 10 2022 yaoxin - 2.1.2-2 +- License compliance rectification + * Sat Jul 25 2020 wutao - 2.1.2-1 - package init