From eee6e7761b767466aa80bf0047c3236a67736f2e Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 18 Feb 2010 12:14:19 +0000 Subject: [PATCH] - correct license field --- swig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/swig.spec b/swig.spec index 91ca721..646d778 100644 --- a/swig.spec +++ b/swig.spec @@ -4,8 +4,8 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 1.3.40 -Release: 2%{?dist} -License: BSD and MIT +Release: 3%{?dist} +License: GPLv2+ and LGPL Group: Development/Tools URL: http://swig.sourceforge.net/ Source: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -113,6 +113,9 @@ rm -rf %{buildroot} %doc Doc Examples %changelog +* Thu Feb 18 2010 Adam Tkac 1.3.40-3 +- correct license field + * Mon Dec 07 2009 Adam Tkac 1.3.40-2 - package review related fixes (#226442)