From a6a62399814fbe7d43d50dd22bf496b4d8a993f2 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 21 Feb 2011 12:35:12 +0100 Subject: [PATCH] Update to 2.0.2. Signed-off-by: Adam Tkac --- .gitignore | 1 + sources | 2 +- swig.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b70374..2cb3ffe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ swig-2.0.0.tar.gz /swig-2.0.1.tar.gz +/swig-2.0.2.tar.gz diff --git a/sources b/sources index 6a5b022..319fa8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz +eaf619a4169886923e5f828349504a29 swig-2.0.2.tar.gz diff --git a/swig.spec b/swig.spec index a2633cc..3d0fe96 100644 --- a/swig.spec +++ b/swig.spec @@ -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 2.0.2-1 +- update to 2.0.2 + * Wed Feb 16 2011 Adam Tkac 2.0.1-4 - improve fix for PySlice issue (#666429)