From 93ff0a24f9e215ee2b231f2cf6cbcd25c72d7396 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 7 Oct 2010 15:28:32 +0200 Subject: [PATCH] Update to 2.0.1 (#640354). - BR pcre-devel Signed-off-by: Adam Tkac --- .gitignore | 1 + sources | 2 +- swig.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d6eb6ca..3b70374 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ swig-2.0.0.tar.gz +/swig-2.0.1.tar.gz diff --git a/sources b/sources index f719076..6a5b022 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36ee2d9974be46a9f0a36460af928eb9 swig-2.0.0.tar.gz +df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz diff --git a/swig.spec b/swig.spec index 2f62083..95d9da3 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.0 -Release: 5%{?dist} +Version: 2.0.1 +Release: 1%{?dist} License: GPLv3+ and BSD Group: Development/Tools URL: http://swig.sourceforge.net/ @@ -13,7 +13,7 @@ Patch1: swig-1.3.23-pylib.patch Patch2: swig200-rh623854.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl, python-devel +BuildRequires: perl, python-devel, pcre-devel %if %{tcl} BuildRequires: tcl-devel %endif @@ -115,6 +115,10 @@ rm -rf %{buildroot} %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT %changelog +* Thu Oct 07 2010 Adam Tkac 2.0.1-1 +- update to 2.0.1 (#640354) +- BR pcre-devel + * Fri Aug 27 2010 Adam Tkac 2.0.0-5 - make PyCObjects->PyCapsule patch C++ compatible (#627310)