Update to 2.0.2.
Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
31db18046e
commit
a6a6239981
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
swig-2.0.0.tar.gz
|
||||
/swig-2.0.1.tar.gz
|
||||
/swig-2.0.2.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz
|
||||
eaf619a4169886923e5f828349504a29 swig-2.0.2.tar.gz
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user