diff --git a/rubygem-open4.spec b/rubygem-open4.spec index 844f993..f9d0285 100644 --- a/rubygem-open4.spec +++ b/rubygem-open4.spec @@ -4,9 +4,9 @@ Summary: Manage child processes and their IO handles easily Name: rubygem-%{gem_name} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages -License: GPLv2+ or Ruby +License: BSD or Ruby URL: http://github.com/ahoward/open4/tree/master Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem Requires: ruby(abi) = %{rubyabi} @@ -67,6 +67,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 07 2012 Bohuslav Kabrda - 1.3.0-2 +- Fixed the license after clarification with the author. + * Tue Jan 24 2012 Bohuslav Kabrda - 1.3.0-1 - Rebuilt for Ruby 1.9.3. - Updated to 1.3.0 version.