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