swig ver. bump

This commit is contained in:
Rmys
2021-03-11 22:19:23 +03:00
committed by GitHub
parent 5dfd677147
commit 121d633ade
2 changed files with 14 additions and 5 deletions
+3 -1
View File
@@ -10,9 +10,11 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
shelltools.export("PYTHON", "/usr/bin/python3")
shelltools.system("sed -i 's/\$(PERL5_SCRIPT/-I. &/' Examples/Makefile.in")
shelltools.system("sed -i 's/\$command 2/-I. &/' Examples/test-suite/perl5/run-perl-test.pl")
autotools.configure("--without-clisp \
--with-python3 \
--without-maximum-compile-warnings")
#autotools.configure("--prefix=/usr")
@@ -26,4 +28,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE*", "README")
pisitools.dodoc("LICENSE*", "README")
+11 -4
View File
@@ -15,7 +15,7 @@
<IsA>library</IsA>
<Summary>Connects C/C++/Objective C to some high-level programming languages</Summary>
<Description>Simplified Wrapper and Interface Generator, SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl, Ruby and PHP</Description>
<Archive sha1sum="3915d3ab537c171d6d086a8e93bfc545cebf6172" type="targz">mirrors://sourceforge/swig/swig/swig-4.0.1/swig-4.0.1.tar.gz</Archive>
<Archive sha1sum="ced6676c625c49d78d73cbd3b9aaab8c30b9b4ee" type="targz">mirrors://sourceforge/swig/swig/swig-4.0.2/swig-4.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -26,11 +26,11 @@
</BuildDependencies>
<Patches>
<!-- Fix code generated for Ruby global variables https://github.com/swig/swig/issues/1668 -->
<Patch>swig-4.0.1-Fix-code-generated-for-Ruby-global-variables.patch</Patch>
<!-- <Patch>swig-4.0.1-Fix-code-generated-for-Ruby-global-variables.patch</Patch> -->
<!-- Add support for Ruby 2.7 https://github.com/swig/swig/pull/1692 -->
<Patch>swig-4.0.1-Add-support-for-Ruby-2.7.patch</Patch>
<!-- <Patch>swig-4.0.1-Add-support-for-Ruby-2.7.patch</Patch> -->
<!-- Fix crash in Python backend when using empty docstrings https://github.com/swig/swig/pull/1710 -->
<Patch>swig-4.0.1-Fix-crash-in-Python-backend-when-using-empty-docstrings.patch</Patch>
<!-- <Patch>swig-4.0.1-Fix-crash-in-Python-backend-when-using-empty-docstrings.patch</Patch> -->
<!-- Upgrade SWIG to support NodeJS v12 / V8 v7.6, v8 v7.8 runtime https://github.com/swig/swig/pull/1702 -->
<Patch>swig-Upgrade-to-support-newer-NodeJS.patch</Patch>
</Patches>
@@ -54,6 +54,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-03-11</Date>
<Version>4.0.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-03-11</Date>
<Version>4.0.1</Version>