From 24f4bf12bce3032d90ca388179cb83286d1680b3 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 10 May 2012 11:02:32 +0200 Subject: [PATCH] Update to 2.0.6 Signed-off-by: Adam Tkac --- .gitignore | 1 + sources | 2 +- swig.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e1f3365..6c76c3c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ swig-2.0.0.tar.gz /swig-2.0.3.tar.gz /swig-2.0.4.tar.gz /swig-2.0.5.tar.gz +/swig-2.0.6.tar.gz diff --git a/sources b/sources index 227a22d..f041e4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -762760512887873b68325fcbd391c145 swig-2.0.5.tar.gz +86bc02218774ca75bdf7766db74a62c6 swig-2.0.6.tar.gz diff --git a/swig.spec b/swig.spec index cf43e07..3cd67b9 100644 --- a/swig.spec +++ b/swig.spec @@ -9,7 +9,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} License: GPLv3+ and BSD Group: Development/Tools @@ -131,6 +131,9 @@ rm -rf %{buildroot} %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Thu May 10 2012 Adam Tkac 2.0.6-1 +- update to 2.0.6 + * Mon Apr 23 2012 Adam Tkac 2.0.5-1 - update to 2.0.5 - patches merged