Update to 2.0.1 (#640354).
- BR pcre-devel Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
6a30ada4a0
commit
93ff0a24f9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
swig-2.0.0.tar.gz
|
swig-2.0.0.tar.gz
|
||||||
|
/swig-2.0.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
36ee2d9974be46a9f0a36460af928eb9 swig-2.0.0.tar.gz
|
df4465a62ccc5f0120fee0890ea1a31f swig-2.0.1.tar.gz
|
||||||
|
10
swig.spec
10
swig.spec
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Connects C/C++/Objective C to some high-level programming languages
|
Summary: Connects C/C++/Objective C to some high-level programming languages
|
||||||
Name: swig
|
Name: swig
|
||||||
Version: 2.0.0
|
Version: 2.0.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and BSD
|
License: GPLv3+ and BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://swig.sourceforge.net/
|
URL: http://swig.sourceforge.net/
|
||||||
@ -13,7 +13,7 @@ Patch1: swig-1.3.23-pylib.patch
|
|||||||
Patch2: swig200-rh623854.patch
|
Patch2: swig200-rh623854.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: perl, python-devel
|
BuildRequires: perl, python-devel, pcre-devel
|
||||||
%if %{tcl}
|
%if %{tcl}
|
||||||
BuildRequires: tcl-devel
|
BuildRequires: tcl-devel
|
||||||
%endif
|
%endif
|
||||||
@ -115,6 +115,10 @@ rm -rf %{buildroot}
|
|||||||
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
%doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 07 2010 Adam Tkac <atkac redhat com> 2.0.1-1
|
||||||
|
- update to 2.0.1 (#640354)
|
||||||
|
- BR pcre-devel
|
||||||
|
|
||||||
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> 2.0.0-5
|
* Fri Aug 27 2010 Adam Tkac <atkac redhat com> 2.0.0-5
|
||||||
- make PyCObjects->PyCapsule patch C++ compatible (#627310)
|
- make PyCObjects->PyCapsule patch C++ compatible (#627310)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user