From aa85df8062c182590a70acc92d53ea52a87ccff0 Mon Sep 17 00:00:00 2001 From: Bryan Kearney Date: Tue, 14 Jun 2011 12:02:30 -0400 Subject: [PATCH] Fix the license --- rubygem-ffi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-ffi.spec b/rubygem-ffi.spec index ebeeae6..4c0228e 100644 --- a/rubygem-ffi.spec +++ b/rubygem-ffi.spec @@ -10,11 +10,11 @@ Name: rubygem-%{gemname} Version: 1.0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: FFI Extensions for Ruby Group: Development/Languages -License: GPLv3 +License: LGPLv3 URL: http://wiki.github.com/ffi/ffi # The source file is hosted at github. You can access this tarball with # the following link: @@ -83,6 +83,9 @@ rm -rf %{buildroot} %changelog +* Tue Jun 14 2011 Bryan Kearney - 1.0.9-2 +- Fixed the License, it is actually LGPL + * Mon Jun 13 2011 Bryan Kearney - 1.0.9-1 - Bring in 1.0.9 from upstream.