Browse Source

swig: update to 2.0.8, build with pcre-8.31

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7005 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 11 years ago
parent
commit
85d10ed188
1 changed files with 7 additions and 5 deletions
  1. 7 5
      s/swig/swig-vl.spec

+ 7 - 5
s/swig/swig-vl.spec

@@ -2,15 +2,14 @@
 %define guile 0
 
 Summary: Connects C/C++/Objective C to some high-level programming languages
-Summary(ja): Connects C/C++/Objective C to some high-level programming languages
+Summary(ja): C/C++/Objective C を高レベル言語から利用するためのツール
 Name: swig
-Version: 2.0.4
-Release: 2%{?_dist_release}
+Version: 2.0.8
+Release: 1%{?_dist_release}
 License: GPLv3+ and BSD
 Group: Development/Tools
 URL: http://swig.sourceforge.net/
 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
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -45,7 +44,6 @@ This package contains documentation for SWIG and useful examples
 
 %prep
 %setup -q -n swig-%{version}
-%patch1 -p1 -b .pylib
 %patch4 -p1 -b .rh706140
 
 # as written on https://fedoraproject.org/wiki/Packaging_talk:Perl, section 2
@@ -118,6 +116,10 @@ rm -rf %{buildroot}
 %doc Doc Examples LICENSE LICENSE-GPL LICENSE-UNIVERSITIES COPYRIGHT
 
 %changelog
+* Thu Oct 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.8-1
+- update to 2.0.8
+- build with pcre-8.31
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.4-2
 - rebuild with python-2.7.2