Update to 2.0.7
swig-1.3.23-pylib.patch is no longer needed Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
parent
24f4bf12bc
commit
28e6ab2b02
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ swig-2.0.0.tar.gz
|
|||||||
/swig-2.0.4.tar.gz
|
/swig-2.0.4.tar.gz
|
||||||
/swig-2.0.5.tar.gz
|
/swig-2.0.5.tar.gz
|
||||||
/swig-2.0.6.tar.gz
|
/swig-2.0.6.tar.gz
|
||||||
|
/swig-2.0.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
86bc02218774ca75bdf7766db74a62c6 swig-2.0.6.tar.gz
|
8c2f6a9f51677647a64c8adb1b176299 swig-2.0.7.tar.gz
|
||||||
|
@ -9,13 +9,12 @@
|
|||||||
|
|
||||||
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.6
|
Version: 2.0.7
|
||||||
Release: 1%{?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/
|
||||||
Source: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
|
||||||
Patch1: swig-1.3.23-pylib.patch
|
|
||||||
Patch4: swig203-rh706140.patch
|
Patch4: swig203-rh706140.patch
|
||||||
Patch6: swig204-rh752054.patch
|
Patch6: swig204-rh752054.patch
|
||||||
|
|
||||||
@ -52,7 +51,6 @@ This package contains documentation for SWIG and useful examples
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n swig-%{version}
|
%setup -q -n swig-%{version}
|
||||||
%patch1 -p1 -b .pylib
|
|
||||||
%patch4 -p1 -b .rh706140
|
%patch4 -p1 -b .rh706140
|
||||||
# Apply patch 6 when guile2 gets into distro
|
# Apply patch 6 when guile2 gets into distro
|
||||||
#%patch6 -p1 -b .rh752054
|
#%patch6 -p1 -b .rh752054
|
||||||
@ -131,6 +129,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 Jun 07 2012 Adam Tkac <atkac redhat com> 2.0.7-1
|
||||||
|
- update to 2.0.7
|
||||||
|
- swig-1.3.23-pylib.patch is no longer needed
|
||||||
|
|
||||||
* Thu May 10 2012 Adam Tkac <atkac redhat com> 2.0.6-1
|
* Thu May 10 2012 Adam Tkac <atkac redhat com> 2.0.6-1
|
||||||
- update to 2.0.6
|
- update to 2.0.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user