- Update to SWIG 2.0.10

- Ruby 1.9 support is now complete.
  - Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
    been dropped.
  - Various small language neutral improvements and fixes.
  - Various bug fixes and minor improvements specific to C#, CFFI, D,
    Java, Octave, PHP, Python,
  - Minor bug fix in ccache-swig.
  - Development has moved to Github with Travis continuous integration
    testing - patches using https://github.com/swig/swig are welcome.     
- drop 0012-Python-Disable-broken-test-in-threads_exception.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=50
This commit is contained in:
Klaus Kämpf 2013-05-28 07:47:58 +00:00 committed by Git OBS Bridge
parent c5762fc53a
commit 004052a460
5 changed files with 20 additions and 34 deletions

View File

@ -1,27 +0,0 @@
From a413c263f0a84a19ff1090db9c74928fe3835214 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
Date: Sat, 26 May 2012 22:39:40 +0200
Subject: [PATCH 12/12] Python: Disable broken test in threads_exception
---
.../test-suite/python/threads_exception_runme.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Examples/test-suite/python/threads_exception_runme.py b/Examples/test-suite/python/threads_exception_runme.py
index 12202e3..f8fb46e 100644
--- a/Examples/test-suite/python/threads_exception_runme.py
+++ b/Examples/test-suite/python/threads_exception_runme.py
@@ -25,8 +25,8 @@ try:
except threads_exception.Exc,e:
if e.code != 42:
raise RuntimeError
- if e.msg != "Hosed":
- raise RuntimeError, "bad... msg: %s" % e.msg
+# if e.msg != "Hosed":
+# raise RuntimeError, "bad... msg: %s" % e.msg
for i in range(1,4):
try:
--
1.7.9.2

3
swig-2.0.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1eef329e867124ce60838b5ad07c763146b6c8f250dd22a861ead7406f78e63
size 5302787

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:586954000d297fafd7e91d1ad31089cc7e249f658889d11a44605d3662569539
size 5307341

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue May 28 06:43:48 UTC 2013 - kkaempf@suse.com
- Update to SWIG 2.0.10
- Ruby 1.9 support is now complete.
- Add support for Guile 2.0 and Guile 1.6 support (GH interface) has
been dropped.
- Various small language neutral improvements and fixes.
- Various bug fixes and minor improvements specific to C#, CFFI, D,
Java, Octave, PHP, Python,
- Minor bug fix in ccache-swig.
- Development has moved to Github with Travis continuous integration
testing - patches using https://github.com/swig/swig are welcome.
- drop 0012-Python-Disable-broken-test-in-threads_exception.patch
-------------------------------------------------------------------
Thu Mar 28 11:56:54 CET 2013 - pth@suse.de

View File

@ -17,7 +17,7 @@
Name: swig
Version: 2.0.9
Version: 2.0.10
Release: 0
Summary: Simplified Wrapper and Interface Generator
License: GPL-3.0+ and BSD-3-Clause
@ -29,8 +29,6 @@ Source1: %{name}.rpmlintrc
Patch5: python-2.4.patch
# Disable tests failing on Ruby 1.9
Patch6: 0008-Ruby-Disable-broken-tests.patch
# Disable test failing in Python
Patch7: 0012-Python-Disable-broken-test-in-threads_exception.patch
# Test fails in openSUSE 12.1 only
Patch8: skip-python-li_std_containers_int.patch
# Fix the return type in declaration of caml_array_length
@ -135,7 +133,6 @@ understandig SWIG usage.
%patch6 -p1
%patch8 -p1
%endif
%patch7 -p1
%patch9
%build