diff --git a/.gitignore b/.gitignore index 9823a85..dc1a6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ swig-2.0.0.tar.gz /swig-2.0.6.tar.gz /swig-2.0.7.tar.gz /swig-2.0.8.tar.gz +/swig-2.0.9.tar.gz diff --git a/sources b/sources index 901343f..bdd5bbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -69f917e870efc0712c06ab53217b28d1 swig-2.0.8.tar.gz +54d534b14a70badc226129159412ea85 swig-2.0.9.tar.gz diff --git a/swig.spec b/swig.spec index ec0c867..1d5d406 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.8 +Version: 2.0.9 Release: 1%{?dist} License: GPLv3+ and BSD Group: Development/Tools @@ -132,6 +132,9 @@ rm -rf %{buildroot} %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Mon Jan 07 2013 Adam Tkac 2.0.9-1 +- update to 2.0.9 + * Wed Sep 12 2012 Adam Tkac 2.0.8-1 - update to 2.0.8 (#851364) - swig207-rh830660.patch merged