From d3bec7668a10d040acec7059df8aa5d277cd08dd Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 24 Jun 2010 13:39:07 +0000 Subject: [PATCH] - update to 2.0.0 - license changed to GPLv3+ and BSD --- .cvsignore | 2 +- sources | 2 +- swig.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3382cf5..d6eb6ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -swig-1.3.40.tar.gz +swig-2.0.0.tar.gz diff --git a/sources b/sources index f633e13..f719076 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2df766c9e03e02811b1ab4bba1c7b9cc swig-1.3.40.tar.gz +36ee2d9974be46a9f0a36460af928eb9 swig-2.0.0.tar.gz diff --git a/swig.spec b/swig.spec index c12a4aa..82b4acd 100644 --- a/swig.spec +++ b/swig.spec @@ -3,9 +3,9 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig -Version: 1.3.40 -Release: 5%{?dist} -License: GPLv2+ and LGPLv2+ and BSD +Version: 2.0.0 +Release: 1%{?dist} +License: GPLv3+ and BSD Group: Development/Tools URL: http://swig.sourceforge.net/ Source: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -106,13 +106,17 @@ rm -rf %{buildroot} %{_bindir}/* %{_datadir}/swig %{_mandir}/man1/ccache-swig.1* -%doc ANNOUNCE CHANGES FUTURE INSTALL LICENSE NEW README TODO +%doc ANNOUNCE CHANGES CHANGES.current INSTALL LICENSE README TODO %files doc %defattr(-,root,root,-) %doc Doc Examples %changelog +* Thu Jun 24 2010 Adam Tkac 2.0.0-1 +- update to 2.0.0 +- license changed to GPLv3+ and BSD + * Mon Feb 22 2010 Adam Tkac 1.3.40-5 - s/LGPL/LGPLv2+