[packages/swig] - up to 2.0.10

arekm arekm at pld-linux.org
Thu Jun 13 21:32:12 CEST 2013


commit af06db7151f4e120b2257698643a57cd315b1272
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jun 13 21:32:09 2013 +0200

    - up to 2.0.10

 swig-guile2.patch | 28 ----------------------------
 swig.spec         |  8 +++-----
 2 files changed, 3 insertions(+), 33 deletions(-)
---
diff --git a/swig.spec b/swig.spec
index 6212d1f..7ee98ef 100644
--- a/swig.spec
+++ b/swig.spec
@@ -12,14 +12,13 @@ Summary:	Interface generator for Perl, Tcl, Guile and Python
 Summary(pl.UTF-8):	Generator interfejsów do Perla, Tcl-a, Guile'a i Pythona
 Summary(pt_BR.UTF-8):	Gerador de Interfaces e "Wrappers" Simplificado (SWIG)
 Name:		swig
-Version:	2.0.4
-Release:	2
+Version:	2.0.10
+Release:	1
 License:	GPL v3+ (utility), free (library)
 Group:		Development/Languages
 Source0:	http://downloads.sourceforge.net/swig/%{name}-%{version}.tar.gz
-# Source0-md5:	4319c503ee3a13d2a53be9d828c3adc0
+# Source0-md5:	6d5e7ad05b4a404e5e85db9befb70c9a
 Patch0:		%{name}-php-freearg.patch
-Patch1:		%{name}-guile2.patch
 URL:		http://www.swig.org/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake >= 1:1.7.2
@@ -159,7 +158,6 @@ Biblioteka SWIG: tcl.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal} -I Tools/config
diff --git a/swig-guile2.patch b/swig-guile2.patch
deleted file mode 100644
index df2d1ce..0000000
--- a/swig-guile2.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- swig-2.0.2/Lib/guile/guile_scm_run.swg.orig	2010-02-28 00:26:02.000000000 +0100
-+++ swig-2.0.2/Lib/guile/guile_scm_run.swg	2011-05-18 20:28:49.077624577 +0200
-@@ -12,7 +12,11 @@
- extern "C" {
- #endif
- 
-+#if SCM_MAJOR_VERSION >= 2
-+typedef scm_t_subr swig_guile_proc;
-+#else
- typedef SCM (*swig_guile_proc)();
-+#endif
- typedef SCM (*guile_destructor)(SCM);
- 
- typedef struct swig_guile_clientdata {
---- swig-2.0.2/Lib/guile/guile_gh_run.swg.orig	2010-02-28 00:26:02.000000000 +0100
-+++ swig-2.0.2/Lib/guile/guile_gh_run.swg	2011-05-18 20:28:35.984290806 +0200
-@@ -15,7 +15,11 @@
- extern "C" {
- #endif
- 
-+#if SCM_MAJOR_VERSION >= 2
-+typedef scm_t_subr swig_guile_proc;
-+#else
- typedef SCM (*swig_guile_proc)();
-+#endif
- 
- #define SWIG_malloc(size) \
-   SCM_MUST_MALLOC(size)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/swig.git/commitdiff/af06db7151f4e120b2257698643a57cd315b1272



More information about the pld-cvs-commit mailing list