From 2bf2056503395ccbf60c6b879ad7c885fbcf1ce3 Mon Sep 17 00:00:00 2001 From: Rosa Date: Tue, 9 Oct 2012 04:30:10 +0000 Subject: [PATCH] Automatic import for version 2.0.8-1 --- .abf.yml | 2 +- swig.spec | 19 +++++++++---------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/.abf.yml b/.abf.yml index c6a1338..73b4b18 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - "swig-2.0.4.tar.gz": ace563563a8f6f367ba82236e5bea240adea0d94 + "swig-2.0.8.tar.gz": 763305da320163903c69c1cdfbf9a942117d9ace diff --git a/swig.spec b/swig.spec index e72fba3..989a1da 100644 --- a/swig.spec +++ b/swig.spec @@ -1,5 +1,3 @@ -%define _provides_exceptions perl(Test::\\(More\\|Builder\\)) - %define with_guile 0 %{?_with_ruby: %{expand: %%global with_ruby 1}} @@ -10,8 +8,8 @@ %{?_with_mono: %{expand: %%global with_mono 1}} Name: swig -Version: 2.0.4 -Release: 4 +Version: 2.0.8 +Release: 1 Epoch: 1 Summary: Simplified Wrapper and Interface Generator (SWIG) License: BSD-like @@ -40,8 +38,7 @@ BuildRequires: php-devel BuildRequires: python-devel BuildRequires: ruby-devel BuildRequires: tcl-devel -BuildRequires: autoconf automake libtool -Obsoletes: swig-devel +Obsoletes: swig-devel < %{EVRD} %description SWIG takes an interface description file written in a combination of C/C++ @@ -52,7 +49,7 @@ It allows scripting languages to use C/C++ code with minimal effort. %package doc Summary: Documentation and examples for %{name} Group: Development/C -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{EVRD} %description doc SWIG takes an interface description file written in a combination of C/C++ @@ -64,15 +61,13 @@ documentation. %prep %setup -q -%patch0 -p1 -b .pylib +#patch0 -p1 -b .pylib %build -./autogen.sh %configure2_5x %make %install -%__rm -rf %{buildroot} %makeinstall_std %files @@ -87,6 +82,10 @@ documentation. %changelog +* Thu Sep 27 2012 Dmitry Mikhirev 1:2.0.8-1 ++ Revision: 817738 +- update to 2.0.8 + * Wed Feb 08 2012 Oden Eriksson 1:2.0.4-4 + Revision: 771783 - rebuilt against libpcre.so.1 (second try)