10fd96e572
- Update to SWIG 2.0.9 SWIG-2.0.9 summary: - Improved typemap matching. - Ruby 1.9 support is much improved. - Various bug fixes and minor improvements in C#, CFFI, Go, Java, Modula3, Octave, Perl, Python, R, Ruby, Tcl and in ccache-swig. - Removed patches (included in 2.0.9 release) - 0001-Ruby-replace-obsolete-STR2CSTR-macro-with-StringValu.patch - 0002-Ruby-use-RbConfig-instead-of-deprecated-Config-modul.patch - 0003-Ruby-Fix-include-pathes-for-Ruby-1.9.patch - 0004-Ruby-Add-local-dir-to-loadpath-for-Ruby-1.9.patch - 0007-Ruby-1.9-methods-returns-array-of-Symbols-now.patch - Removed broken patch - swig-2.0.4-guile2.patch - Disable tests failing on (deprecated) Python 2.4 - new patch: python-2.4.patch - fix build on SLE10: disable autogen.sh Add patch: PyInt_FromSize_t unavailable under Python 2.4 OBS-URL: https://build.opensuse.org/request/show/145936 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=43
27 lines
822 B
Diff
27 lines
822 B
Diff
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs -x Makefile ../orig-swig-2.0.9_svn13971/Examples/test-suite/ruby/Makefile.in ./Examples/test-suite/ruby/Makefile.in
|
|
--- ../orig-swig-2.0.9_svn13971/Examples/test-suite/ruby/Makefile.in 2012-12-14 15:07:32.956499000 +0100
|
|
+++ ./Examples/test-suite/ruby/Makefile.in 2012-12-16 14:13:30.024200036 +0100
|
|
@@ -14,18 +14,18 @@
|
|
li_cdata \
|
|
li_cstring \
|
|
li_factory \
|
|
- li_std_functors \
|
|
li_std_multimap \
|
|
li_std_pair_lang_object \
|
|
li_std_queue \
|
|
- li_std_set \
|
|
li_std_stack \
|
|
primitive_types \
|
|
ruby_keywords \
|
|
ruby_naming \
|
|
ruby_track_objects \
|
|
- ruby_track_objects_directors \
|
|
- std_containers
|
|
+ ruby_track_objects_directors
|
|
+# std_containers
|
|
+# li_std_functors
|
|
+# li_std_set
|
|
# ruby_li_std_speed
|
|
# stl_new
|
|
|