Changelog for
swig-1.3.40-10.1.ICW.i586.rpm :
Tue Apr 6 14:00:00 2010 cooloAATTnovell.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 13:00:00 2010 cooloAATTnovell.com
- take patch from swig svn to fix assertion on -xmlout (fix
yast2-storage build)
Thu Dec 17 13:00:00 2009 kkaempfAATTnovell.com
- tune .spec file to build on multiple distros
Wed Dec 16 13:00:00 2009 jengelhAATTmedozas.de
- package documentation as noarch
Tue Nov 24 13:00:00 2009 kkaempfAATTsuse.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:00:00 2009 mmarekAATTsuse.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 14:00:00 2008 mmarekAATTsuse.cz
- fixed two integer overflows in perlprimtypes.swg. These were
actually why the two tests on ppc failed.
*sigh
* (bnc#431945)
Fri Sep 26 14:00:00 2008 mmarekAATTsuse.cz
- disable two perl tests on ppc
Wed Sep 24 14:00:00 2008 mmarekAATTsuse.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 14:00:00 2008 mmarekAATTsuse.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 13:00:00 2008 mmarekAATTsuse.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 13:00:00 2008 pthAATTsuse.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 13:00:00 2008 mmarekAATTsuse.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 13:00:00 2007 mmarekAATTsuse.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 14:00:00 2007 mmarekAATTsuse.cz
- don\'t \"update\" autofoo when building for older dists in the
buildservice
Tue May 29 14:00:00 2007 mmarekAATTsuse.cz
- install examples in \'%%_libdir/swig/examples\' (not Examples) to
pass the devel-file-in-non-devel-package rpmlint check
Thu May 24 14:00:00 2007 mmarekAATTsuse.cz
- fixed some rpmlint errors
Wed Apr 4 14:00:00 2007 mmarekAATTsuse.cz
- install the precompiled examples to %%_libdir/swig
Wed Jan 24 13:00:00 2007 mmarekAATTsuse.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 13:00:00 2006 mmarekAATTsuse.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 13:00:00 2006 mmarekAATTsuse.cz
- fixed bug in the python module that caused aborts on some
architectures
Tue Nov 7 13:00:00 2006 mmarekAATTsuse.cz
- don\'t install executable documentation files
Fri Sep 8 14:00:00 2006 mmarekAATTsuse.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 14:00:00 2006 mmarekAATTsuse.de
- fixed build
Wed Jul 26 14:00:00 2006 mmarekAATTsuse.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 14:00:00 2006 schwabAATTsuse.de
- Fix missing slash.