------------------------------------------------------------------- Sun May 27 13:31:49 UTC 2012 - kkaempf@suse.com - Fix segfault in constructor/destructor warning (upstream ID 3530078) ------------------------------------------------------------------- Sat May 26 11:55:46 UTC 2012 - kkaempf@suse.com - Port SWIG to Ruby 1.9 (various patches) - Disable broken tests ------------------------------------------------------------------- Sat May 26 11:32:12 UTC 2012 - kkaempf@suse.com - Update to 2.0.7 * Important regression fixes since 2.0.5 for typemaps in general and in Python. * Fixes and enhancements for Go, Java, Octave and PHP. ------------------------------------------------------------------- Mon Apr 30 08:30:32 UTC 2012 - idonmez@suse.com - Update to 2.0.6 * Various fixes with templates and typedef types. * Some template lookup problems fixed. * Templated type fixes to use correct typemaps. * Autodoc documentation generation improvements. * Python STL container wrappers improvements including addition of stepped slicing. * Approximately 70 fixes and minor enhancements for the following target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave, Perl, PHP, Python, R, Ruby, Tcl, Xml. ------------------------------------------------------------------- Mon Apr 9 19:29:34 UTC 2012 - asterios.dramis@gmail.com - Added a patch (r12814.patch) to fix regression leading to uncompilable code when using typedef and function pointer references (taken from Debian). ------------------------------------------------------------------- Tue Mar 6 19:24:07 UTC 2012 - dvaleev@suse.com - The perl 5.12 packages are compiled with -Duse64bitint, which means that IVs are 64-bits even on 32-bit architectures. When converting IVs, SWIG assumes that an IV is the same size as a long, which causes OverflowErrors with unsigned longs when the value is greater than 2^31. ------------------------------------------------------------------- Tue Mar 6 09:15:47 UTC 2012 - kkaempf@suse.com - fix SLES 10 build, disable failing test (bnc#750618) ------------------------------------------------------------------- Mon Mar 5 13:19:56 UTC 2012 - kkaempf@suse.com - fix build, add Group field to subpackages ------------------------------------------------------------------- Fri Dec 9 08:55:59 UTC 2011 - coolo@suse.com - fix license to be in spdx.org format ------------------------------------------------------------------- Mon Dec 5 13:37:26 UTC 2011 - pgajdos@suse.com - generate guile 2 friendly code ------------------------------------------------------------------- Tue Sep 20 09:31:28 UTC 2011 - kkaempf@suse.com - Update to swig 2.0.4 (see CHANGES.current for complete list) * [Perl] Patch #3260265 fixing overloading of non-primitive types and integers in Perl 5.12 and later. * [Ruby] Fix %import where one of the imported files %include one of the STL include files such as std_vector.i. * [python] Additional fixes for python3.2 support. * [python] Fixed PyGetSetDescr for python3.2. * Bug 2635919: Convenience method to convert std::map to a python dict. * Fixed bug 1163440: vararg typemaps. * [Python] Applied patch #1932484: migrate PyCObject to PyCapsule. * [Python] Merged in the szager-python-builtin branch, adding the -builtin feature for python. The -builtin option may provide a significant performance gain in python wrappers. For full details and limitations, refer to Doc/Manual/Python.html. A small test suite designed to demonstrate the performance gain is in Examples/python/performance. ------------------------------------------------------------------- Tue Sep 20 08:46:19 UTC 2011 - kkaempf@suse.com - Fix RHEL/Fedora build ------------------------------------------------------------------- Thu May 19 19:50:42 UTC 2011 - idoenmez@novell.com - Drop adapt-perl512.diff and replace it with swig-2.0.3-perl512.patch which is applied upstream. ------------------------------------------------------------------- Thu May 19 08:47:42 UTC 2011 - idoenmez@novell.com - Add swig-2.0.3-perl514.patch: fix test failures with Perl 5.14 ------------------------------------------------------------------- Mon May 2 15:36:04 UTC 2011 - idoenmez@novell.com - Update to swig 2.0.3 * Much better nested class/struct support. * Much improved template partial specialization and explicit specialization handling. * Namespace support improved with the 'nspace' feature where namespaces can be automatically translated into Java packages or C# namespaces. * Improved typemap and symbol table debugging. * Numerous subtle typemap matching rule changes when using the default (SWIGTYPE) type. These now work much like C++ class template partial specialization matching. * Other small enhancements for typemaps. Typemap fragments are also now official and documented. * Warning and error display refinements. * Wrapping of shared_ptr is improved and documented now. * Numerous C++ unary scope operator (::) fixes. * Better support for boolean expressions. * Various bug fixes and improvements in the Allegrocl, C#, Java, Lua, Octave, PHP, Python, R, Ruby and XML modules. ------------------------------------------------------------------- Tue Apr 6 13:38:47 UTC 2010 - coolo@novell.com - fix build with new perl 5.12: there is no Reference type anymore, but references and integers are the same, so a 0L was seen as 0 pointer - breaking the test suite. The fix is to remove the check ------------------------------------------------------------------- Sun Feb 14 09:54:04 UTC 2010 - coolo@novell.com - take patch from swig svn to fix assertion on -xmlout (fix yast2-storage build) ------------------------------------------------------------------- Thu Dec 17 10:21:40 UTC 2009 - kkaempf@novell.com - tune .spec file to build on multiple distros ------------------------------------------------------------------- Wed Dec 16 10:29:50 CET 2009 - jengelh@medozas.de - package documentation as noarch ------------------------------------------------------------------- Tue Nov 24 14:16:48 CET 2009 - kkaempf@suse.de - updated to 1.3.40 * SWIG now supports directors for PHP. * PHP support improved in general. * Octave 3.2 support added. * Various bug fixes/enhancements for Allegrocl, C#, Java, Octave, Perl, Python, Ruby and Tcl. * Other generic fixes and minor new features. ------------------------------------------------------------------- Wed Aug 12 14:31:43 CEST 2009 - mmarek@suse.cz - updated to 1.3.39 * Python 3 support added * PHP4 support dropped * many bugfixes and improvements - ccache support disabled as it didn't work (todo after 11.2) ------------------------------------------------------------------- Tue Oct 21 10:01:26 CEST 2008 - mmarek@suse.cz - fixed two integer overflows in perlprimtypes.swg. These were actually why the two tests on ppc failed. *sigh* (bnc#431945) ------------------------------------------------------------------- Fri Sep 26 11:21:13 CEST 2008 - mmarek@suse.cz - disable two perl tests on ppc ------------------------------------------------------------------- Wed Sep 24 15:29:33 CEST 2008 - mmarek@suse.cz - updated to 1.3.36 * Enhancement to directors to wrap all protected members * Optimisation feature for objects returned by value * A few bugs fixes in the PHP, Java, Ruby, R, C#, Python, Lua and Perl modules * Other minor generic bug fixes ------------------------------------------------------------------- Tue Apr 8 09:55:39 CEST 2008 - mmarek@suse.cz - updated to 1.3.35 * Octave language module added * Bug fixes in Python, Lua, Java, C#, Perl modules * A few other generic bugs and runtime assertions fixed ------------------------------------------------------------------- Wed Mar 26 15:04:30 CET 2008 - mmarek@suse.cz - remove the croak patch, croak(Nullch) is correct (see https://sourceforge.net/tracker/?func=detail&atid=301645&aid=1925121&group_id=1645) - testsuite-warnings.patch not needed ------------------------------------------------------------------- Thu Mar 20 14:28:40 CET 2008 - pth@suse.de - define SWIG_croak_null as croak("%s","") not croak(Nullch) as croak is defined to take a string constant as 1st arg. - Don't return an unitialized local variable in template code. - Bracket if clauses so that the compiler doesn't warn in template code. ------------------------------------------------------------------- Fri Feb 29 14:21:25 CET 2008 - mmarek@suse.cz - updated to 1.3.34 + shared_ptr support for Python + Support for latest R - version 2.6 + Various minor improvements/bug fixes for R, Lua, Python, Java, C# + A few other generic bug fixes, mainly for templates and using statements ------------------------------------------------------------------- Wed Nov 28 17:48:16 CET 2007 - mmarek@suse.cz - updated to 1.3.33 + shared_ptr support for Java and C# + Enhanced STL support for Ruby + Fixed long-standing memory leak in PHP Module + Numerous fixes and minor enhancements for Allegrocl, C#, cffi, Chicken, Guile, Java, Lua, Ocaml, Perl, PHP, Python, Ruby, Tcl + Improved warning support ------------------------------------------------------------------- Wed Sep 19 16:54:03 CEST 2007 - mmarek@suse.cz - don't "update" autofoo when building for older dists in the buildservice ------------------------------------------------------------------- Tue May 29 11:13:24 CEST 2007 - mmarek@suse.cz - install examples in '%%_libdir/swig/examples' (not Examples) to pass the devel-file-in-non-devel-package rpmlint check ------------------------------------------------------------------- Thu May 24 12:04:24 CEST 2007 - mmarek@suse.cz - fixed some rpmlint errors ------------------------------------------------------------------- Wed Apr 4 16:23:51 CEST 2007 - mmarek@suse.cz - install the precompiled examples to %%_libdir/swig ------------------------------------------------------------------- Wed Jan 24 12:22:40 CET 2007 - mmarek@suse.cz - temporarily disabled li_std_string run test under perl5 on ix86 and s390 - build examples and testsuite with -fno-strict-aliasing (packages using swig & python should do the same for now) - fixed testsuite-warnings.patch ------------------------------------------------------------------- Fri Dec 15 10:19:15 CET 2006 - mmarek@suse.cz - updated to 1.3.31, for changes see http://swig.svn.sourceforge.net/viewvc/swig/trunk/CHANGES?r1=9073&r2=9585&diff_format=u ------------------------------------------------------------------- Wed Nov 8 15:23:27 CET 2006 - mmarek@suse.cz - fixed bug in the python module that caused aborts on some architectures ------------------------------------------------------------------- Tue Nov 7 13:59:52 CET 2006 - mmarek@suse.cz - don't install executable documentation files ------------------------------------------------------------------- Fri Sep 8 11:00:48 CEST 2006 - mmarek@suse.cz - fixed for Python 2.5 (further fixes may be needed, at least it builds again) (python25.patch) - use $RPM_OPT_FLAGS, unhide compilation of test wrappers (ditto) (testsuite.patch) ------------------------------------------------------------------- Wed Sep 6 09:30:14 CEST 2006 - mmarek@suse.de - fixed build ------------------------------------------------------------------- Wed Jul 26 13:21:08 CEST 2006 - mmarek@suse.cz - update to version 1.3.29 * support for Common Lisp with CFFI * new %extend_smart_pointer() directive to extend SWIG smart pointer support in Python * new %bang directive for methods ending with exclamation marks in Ruby * New -autorename option for Ruby to rename methods to match Ruby naming conventions * enhancements to the %rename directive * initial support for wrappint Java code in scripting languages using gcj * new %copyctor directive for automatic generation of copy constructors * many more enhancements + bugfixes - fixed top-level Makefile.in to work with autoconf-2.60 (autoconf260.patch) - added python-devel to buildrequires to test the Python module during build ------------------------------------------------------------------- Thu Jul 20 16:06:53 CEST 2006 - schwab@suse.de - Fix missing slash. ------------------------------------------------------------------- Mon Feb 27 12:00:20 CET 2006 - mmarek@suse.cz - split documentation into swig-doc and swig-examples [#153015] ------------------------------------------------------------------- Mon Jan 30 11:04:51 CET 2006 - mmarek@suse.cz - fix build with perl-5.8.8 (thanks to Olaf Hering) ------------------------------------------------------------------- Wed Jan 25 21:41:57 CET 2006 - mls@suse.de - converted neededforbuild to BuildRequires ------------------------------------------------------------------- Mon Jan 23 15:28:45 CET 2006 - mmarek@suse.cz - use -fPIC instead of -fpic (-fpic didn't pass testsuite on s390x) ------------------------------------------------------------------- Tue Jan 10 17:51:17 CET 2006 - mmarek@suse.cz - fix endless loop when write fails [#141754] (write-loop.patch) ------------------------------------------------------------------- Wed Nov 16 15:09:33 CET 2005 - ro@suse.de - fix build on x86_64 (fPIC in gifplot) ------------------------------------------------------------------- Wed Nov 2 22:27:06 CET 2005 - dmueller@suse.de - don't build as root ------------------------------------------------------------------- Wed Nov 2 17:48:11 CET 2005 - uli@suse.de - update -> 1.3.27 - parallelize build - run test suite ------------------------------------------------------------------- Mon Apr 11 11:56:46 CEST 2005 - mcihar@suse.cz - update to 1.3.24 again, I hope that subversion guys will fix their problems till next release ------------------------------------------------------------------- Mon Jan 24 01:49:21 CET 2005 - ro@suse.de - fix swigpy build on lib64 ------------------------------------------------------------------- Thu Jan 6 11:51:21 CET 2005 - mcihar@suse.cz - back to 1.3.21 due to subversion incompatibility ------------------------------------------------------------------- Tue Dec 21 16:51:38 CET 2004 - mcihar@suse.cz - update to 1.3.24 - our python now has sys.lib, so no need for patching - spec file cleanup - swiglibdir is now same as upstream - $datadir/swig/version ------------------------------------------------------------------- Tue Nov 23 17:05:25 CET 2004 - mcihar@suse.cz - update to 1.3.23 - runtime no more included - remove most of buildrequires, as they're needed just for examples and they anyway don't compile out of the source directory ------------------------------------------------------------------- Mon Apr 19 13:04:38 CEST 2004 - mcihar@suse.cz - -fno-strict-aliasing ------------------------------------------------------------------- Mon Mar 8 14:49:52 CET 2004 - ro@suse.de - added php4 to neededforbuild - renamed mod_php4-devel to php4-devel in neededforbuild ------------------------------------------------------------------- Fri Jan 23 15:19:38 CET 2004 - mcihar@suse.cz - updated to 1.3.21 ------------------------------------------------------------------- Thu Dec 18 12:37:25 CET 2003 - mcihar@suse.cz - Updated to 1.3.20. This release includes a large number of enhancements including improved C++ support, directors, contracts, and more. ------------------------------------------------------------------- Fri Aug 15 12:21:49 CEST 2003 - mcihar@suse.cz - handle libdir correctly ------------------------------------------------------------------- Thu Aug 14 19:27:27 CEST 2003 - mcihar@suse.cz - try to force swig compilation to accept CFLAGS - cleaned up specfile ------------------------------------------------------------------- Wed May 28 16:26:51 CEST 2003 - mcihar@suse.cz - add -fPIC - fix libtool problems ------------------------------------------------------------------- Tue May 27 19:23:41 CEST 2003 - mcihar@suse.cz - fixed permissions for files in lib ------------------------------------------------------------------- Thu May 15 12:22:38 CEST 2003 - mcihar@suse.cz - fix permissions for documentation ------------------------------------------------------------------- Mon May 12 17:23:12 CEST 2003 - mcihar@suse.cz - use swiglibdir to have save setup as previous versions ------------------------------------------------------------------- Mon May 12 13:01:30 CEST 2003 - mcihar@suse.cz - updated to 1.3.19 - compile with -fPIC (should fix #26765) ------------------------------------------------------------------- Thu Feb 13 12:54:18 CET 2003 - mcihar@suse.cz - configure scripts finds correctly more requirements: - java includes - python on lib64 - ocaml on lib64 - build more runtimes: - added php4 - fixed perl ------------------------------------------------------------------- Wed Jan 22 16:34:50 CET 2003 - mcihar@suse.cz - not marking files as config, as they do not contain configuration - simplified file list ------------------------------------------------------------------- Mon Jan 06 12:20:08 CET 2003 - mcihar@suse.cz - updated to 1.3.17: * added pike and ocaml bindings * many bugfixes ------------------------------------------------------------------- Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de - removed bogus self-provides ------------------------------------------------------------------- Wed Aug 14 14:39:41 MEST 2002 - mls@suse.de - made it work with threaded perl-5.8 ------------------------------------------------------------------- Thu Jun 27 13:57:22 CEST 2002 - mcihar@suse.cz - updated to 1.3.13 - added more documentation (html manual and some others) ------------------------------------------------------------------- Tue Jun 11 16:46:48 MEST 2002 - mls@suse.de - delete bogus config.{log,status} from Examples/GIFPlot ------------------------------------------------------------------- Tue May 21 14:41:20 CEST 2002 - meissner@suse.de - compile with tcl again (needs --with-tclconfig) ------------------------------------------------------------------- Tue May 21 13:39:50 CEST 2002 - ro@suse.de - fix libdir usage ------------------------------------------------------------------- Mon Jan 28 10:58:32 CET 2002 - tcrhak@suse.cz - fixed parser.yxx to compile with bison 1.32 ------------------------------------------------------------------- Tue Jan 8 11:29:12 CET 2002 - cihlar@suse.cz - fixed to compile with python 2.2 ------------------------------------------------------------------- Thu Dec 6 11:00:16 CET 2001 - cihlar@suse.cz - update to version 1.3.9: * many fixes and improvements - added libraries in /usr/lib ------------------------------------------------------------------- Fri Jul 27 08:21:51 CEST 2001 - cihlar@suse.cz - update to version 1.3.6 - fixed call of suse_update_config - call autoconf also in subdirs - added xf86 to neededforbuild ------------------------------------------------------------------- Sat Jan 20 19:38:42 CET 2001 - schwab@suse.de - Fix last change to do it right. ------------------------------------------------------------------- Fri Jan 19 08:38:33 CET 2001 - cihlar@suse.cz - added swig1.3a5-Printv.dif.bz2 - fixed to work on ia64 ------------------------------------------------------------------- Wed Nov 29 17:26:51 CET 2000 - ro@suse.de - changed neededforbuild to ------------------------------------------------------------------- Mon Nov 27 08:14:56 CET 2000 - cihlar@suse.cz - removed kaffe from neededforbuild ------------------------------------------------------------------- Fri Nov 17 09:23:28 CET 2000 - ro@suse.de - fixed filelist ------------------------------------------------------------------- Thu Nov 16 10:34:29 CET 2000 - cihlar@suse.cz - fixed neededforbuild ------------------------------------------------------------------- Thu Nov 16 08:46:06 CET 2000 - cihlar@suse.cz - update to version 1.3a5 - fixed file list - fixed neededforbuild - improved optimalization ------------------------------------------------------------------- Thu Aug 24 08:33:09 CEST 2000 - cihlar@suse.cz - update to version 1.3a3 - bzipped sources ------------------------------------------------------------------- Wed Aug 16 14:31:54 CEST 2000 - cihlar@suse.cz - added BuildRoot ------------------------------------------------------------------- Fri Jun 2 11:28:17 CEST 2000 - kukuk@suse.de - Use doc macro ------------------------------------------------------------------- Mon Jan 31 18:39:02 CET 2000 - ro@suse.de - fixed to compile - man to /usr/share ------------------------------------------------------------------- Sun Oct 17 02:24:35 CEST 1999 - ro@suse.de - fixed neededforbuild ------------------------------------------------------------------- Fri Sep 17 11:28:09 MEST 1999 - kettner@suse.de - Reinserted old # Commandline: line. ------------------------------------------------------------------- Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de - ran old prepare_spec on spec file to switch to new prepare_spec. ------------------------------------------------------------------- Mon May 3 15:43:56 MEST 1999 - kettner@suse.de - Spec file created from swig1.1p5.tar.gz by autospec