Update to 2.0.2.

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2011-02-21 12:35:12 +01:00
parent 31db18046e
commit a6a6239981
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
swig-2.0.0.tar.gz
/swig-2.0.1.tar.gz
/swig-2.0.2.tar.gz

View File

@ -1 +1 @@
df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz
eaf619a4169886923e5f828349504a29 swig-2.0.2.tar.gz

View File

@ -3,8 +3,8 @@
Summary: Connects C/C++/Objective C to some high-level programming languages
Name: swig
Version: 2.0.1
Release: 4%{?dist}
Version: 2.0.2
Release: 1%{?dist}
License: GPLv3+ and BSD
Group: Development/Tools
URL: http://swig.sourceforge.net/
@ -117,6 +117,9 @@ rm -rf %{buildroot}
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
%changelog
* Mon Feb 21 2011 Adam Tkac <atkac redhat com> 2.0.2-1
- update to 2.0.2
* Wed Feb 16 2011 Adam Tkac <atkac redhat com> 2.0.1-4
- improve fix for PySlice issue (#666429)