SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for swig-doc-4.1.1-lp155.1.3.noarch.rpm :

* Thu Mar 02 2023 Martin Liška - Use -fexcess-precision=fast as GCC 13 changes the default for C++ compiler and without the change some tests fail on i586. More info can be seen here: https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision
* Thu Dec 01 2022 Klaus Kämpf - Update to 4.1.1
* Couple of stability fixes.
* Stability fix in ccache-swig when calculating hashes of inputs.
* Some template handling improvements.
* R - minor fixes plus deprecation for rtypecheck typemaps being optional.
* Wed Nov 02 2022 Klaus Kämpf - adapt source name to please build service
* Tue Oct 25 2022 kkaempfAATTsuse.com- Update to version 4.1.0 from 4.1.0-beta1
* Sun Oct 16 2022 Klaus Kämpf - Update to 4.1.0~beta1
* Add Javascript Node v12-v18 support, remove support prior to v6.
* Octave 6.0 to 6.4 support added.
* Add PHP 8 support.
* PHP wrapping is now done entirely via PHP\'s C API - no more .php wrapper.
* Perl 5.8.0 is now the oldest version SWIG supports.
* Python 3.3 is now the oldest Python 3 version SWIG supports.
* Python 3.9-3.11 support added.
* Various memory leak fixes in Python generated code.
* Scilab 5.5-6.1 support improved.
* Many improvements for each and every target language.
* Various preprocessor expression handling improvements.
* Improved C99, C++11, C++14, C++17 support. Start adding C++20 standard.
* Make SWIG much more move semantics friendly.
* Add C++ std::unique_ptr support.
* Few minor C++ template handling improvements.
* Various C++ using declaration fixes.
* Few fixes for handling Doxygen comments.
* GitHub Actions is now used instead of Travis CI for continuous integration.
* Add building SWIG using CMake as a secondary build system.
* Update optional SWIG build dependency for regex support from PCRE to PCRE2.- dropped patches, all upstream
* 15515f390c5e3316a7faf0cf85d661a297d45a50.patch
* fix-gcc12-error.patch
* swig-Define-PY_SSIZE_T_CLEAN-macro.patch
* swig-Define-PY_SSIZE_T_CLEAN-only-when-not-defined-yet.patch
* swig-Python-define-PY_SSIZE_T_CLEAN.patch
* swig-octave-6.patch
* swig-python310.patch
* swig308-isfinite.diff
* Fri Oct 14 2022 kkaempfAATTsuse.com- Update to version rel-4.0.2:
* [R] Run destructors of local C++ objects on SWIG_fail
* [php] Update exception_memory_leak_runme.php
* [lua] Run destructors of local C++ objects on SWIG_fail
* Fix issues with exception_memory_leak testcase
* Define PY_SSIZE_T_CLEAN only when not defined yet
* Add missing SWIGTYPE
*const& typemaps
* Revert \"[xml] Move to \"Experimental\" target language status\"
* Cleanup SWIG_VERSION definition
* Additional SWIG_VERSION testing
* Thu Sep 08 2022 Stephan Kulow - Cherrypick 15515f390c5e3316a7faf0cf85d661a297d45a50.patch from upstream to replace obsolete pcre1 with pcre2
* Sun May 08 2022 Ben Greiner - Add swig-python310.patch -- gh#swig/swig#2064, Fix swig test suite with Python 3.10
* Wed Jan 19 2022 Martin Liška - Add fix-gcc12-error.patch in order to fix GCC 12 compilation error.
* Tue Jun 08 2021 Atri Bhattacharya - Add swig-octave-6.patch -- Allow swig to work with octave 6 and above; patch part of upstream merge request [gh#swig/swig#2020].
* Thu Nov 26 2020 Michael Behrisch - Fixing package dependencies for CentOS
* Mon Nov 23 2020 Klaus Kämpf - move examples to /usr/share/swig/examples
* Wed Jun 10 2020 Klaus Kämpf - Update to 4.0.2 - A few fixes around doxygen comment handling. - Ruby 2.7 support added. - Various minor improvements to C#, D, Java, OCaml, Octave, Python, R, Ruby. - Considerable performance improvement running SWIG on large interface files.- drop upstreamed patches ruby-std-wstring-byte-order.patch 0001-Fix-code-generated-for-Ruby-global-variables.patch 0002-Add-support-for-Ruby-2.7.patch 0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch 0004-Improve-description-of-cast-macros-for-Ruby.patch
* Sat May 23 2020 Andreas Schwab - Revert last change, drop 0005-disable_li_std_wstring.patch- ruby-std-wstring-byte-order.patch: fix wstring encoding boo#1171368
* Mon May 18 2020 Michel Normand - Add 0005-disable_li_std_wstring.patch for BE arches (ppc64 s390 s390x) as bypass boo#1171368
* Wed Apr 15 2020 Klaus Kämpf - Ruby 2.7 support (cherry-picked from upstream) 0001-Fix-code-generated-for-Ruby-global-variables.patch 0002-Add-support-for-Ruby-2.7.patch 0003-Move-new-macros-for-Ruby-to-their-dedicated-namespac.patch 0004-Improve-description-of-cast-macros-for-Ruby.patch
* Mon Sep 09 2019 Klaus Kämpf - Update to 4.0.1 - SWIG now cleans up on error by removing all generated files. - Add Python 3.8 support. - Python Sphinx compatibility added for Doxygen comments. - Some minor regressions introduced in 4.0.0 were fixed. - Fix some C++17 compatibility problems in Python and Ruby generated code. - Minor improvements/fixes for C#, Java, Javascript, Lua, MzScheme, Ocaml, Octave and Python. See https://raw.githubusercontent.com/swig/swig/master/CHANGES
* Wed May 08 2019 Klaus Kämpf - Update to 4.0.0 - Support for Doxygen documentation comments which are parsed and converted into JavaDoc or PyDoc comments. - STL wrappers improved for C#, Java and Ruby. - C++11 STL containers added for Java, Python and Ruby. - Improved support for parsing C++11 and C++14 code. - Various fixes for shared_ptr. - Various C preprocessor corner case fixes. - Corner case fixes for member function pointers. - Python module overhaul by simplifying the generated code and turning most optimizations on by default. - %template improvements wrt scoping to align with C++ explicit template instantiations. - Added support for a command-line options file (sometimes called a response file). - Numerous enhancements and fixes for all supported target languages. - SWIG now classifies the status of target languages into either \'Experimental\' or \'Supported\' to indicate the expected maturity level. - Support for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3 has been removed. - Octave 4.4-5.1 support added. - PHP5 support removed, PHP7 is now the supported PHP version. - Minimum Python version required is now 2.7, 3.2-3.7 are the only other versions supported. - Added support for Javascript NodeJS versions 2-10. - OCaml support is much improved and updated, minimum OCaml version required is now 3.12.0. See https://raw.githubusercontent.com/swig/swig/master/CHANGES- Drop patches (all included) swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch swig-perl526.patch swig-3.0.12-fix-collections.patch swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch swig-3.0.12-support-octave-4.4.patch swig-ocaml-int64.patch swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
* Fri Nov 30 2018 badshah400AATTgmail.com- Add swig-3.0.12-support-octave-4.4.patch to add support for octave 4.4; patch taken from upstream git (gh#swig/swig#1256).
* Mon Sep 17 2018 Tomáš Chvátal - Add patches to build with python 3.7 properly:
* swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_ConvertF.patch
* swig-3.0.12-Coverity-fix-issue-reported-for-SWIG_Python_FixMetho.patch
* swig-3.0.12-Coverity-fix-issue-reported-for-wrapper-argument-che.patch
* swig-3.0.12-Fix-Coverity-issue-reported-for-setslice-pycontainer.patch
* swig-3.0.12-Fix-generated-code-for-constant-expressions-containi.patch
* swig-3.0.12-fix-collections.patch- Use version req to check for 1500 instead for non-existing release- Move to generic requires those that are true under both conditions- Use autopatch to apply all the patches at once
* Wed Jan 03 2018 tchvatalAATTsuse.com- Reduce some conditionals for old distros lets consider sle11/rhel6 as minimal supported configuration- Make sure we can be built and distributed with python3 only present in the system
* Tue Nov 07 2017 mpluskalAATTsuse.com- Run python2 and python3 tests for Factory
* Sun Sep 24 2017 cooloAATTsuse.com- add swig-perl526.patch from upstream to work with perl 5.26
* Thu Feb 02 2017 adam.majerAATTsuse.de- use individual libboost-
*-devel packages instead of boost-devel
* Mon Jan 30 2017 kkaempfAATTsuse.com- Update to 3.0.12 - Add support for Octave-4.2. - Enhance %extend to support template functions. - Language specific enhancements and fixes for C#, D, Guile, Java, PHP7.
* Fri Dec 30 2016 kkaempfAATTsuse.com- Update to 3.0.11 - PHP 7 support added. - C++11 alias templates and type aliasing support added. - Minor fixes and enhancements for C# Go Guile Java Javascript Octave PHP Python R Ruby Scilab XML.
* Mon Jun 13 2016 kkaempfAATTsuse.com- Update to 3.0.10 - Regression fixes for smart pointers and importing Python modules.
* Mon May 30 2016 kkaempfAATTsuse.com- Update to 3.0.9 - Add support for Python\'s implicit namespace packages. - Fixes to support Go 1.6. - C++11 std::array support added for Java. - Improved C++ multiple inheritance support for Java/C# wrappers. - Various other minor fixes and improvements for C#, D, Go, Java, Javascript, Lua, Python, R, Ruby, Scilab.- drop swig308-Fix-li_boost_array-test.patch, upstream
* Mon May 23 2016 olafAATTaepfle.de- Add disabled build conditional for ocaml support (fate#320836)- Add swig-ocaml-int64.patch (ocaml PR#6517, fate#320836)
* Tue Feb 02 2016 rguentherAATTsuse.com- Add swig308-isfinite.diff to fix isfinite issue with new glibc.
* Thu Jan 07 2016 idonmezAATTsuse.com- Add swig308-Fix-li_boost_array-test.patch to fix boost::array test on PPC.
* Thu Jan 07 2016 kkaempfAATTsuse.com- Update to 3.0.8 - pdf documentation enhancements. - Various Python 3.5 issues fixed. - std::array support added for Ruby and Python. - shared_ptr support added for Ruby. - Minor improvements for CFFI, Go, Java, Perl, Python, Ruby.
* Tue Aug 04 2015 kkaempfAATTsuse.com- Update to 3.0.7 - Add support for Octave-4.0.0. - Remove potential Android security exploit in generated Java classes. - Minor new features and bug fixes.- drop swig-octave4.patch and swig-3.0.6.patch, upstream now
* Fri Jul 10 2015 badshah400AATTgmail.com- Add swig-octave4.patch to fix swig bindings for octave >= 4.0 (patch taken from Fedora, and has been submitted upstream).
* Mon Jul 06 2015 kkaempfAATTsuse.com- Fix ocaml check (swig-3.0.6.patch)
* Mon Jul 06 2015 kkaempfAATTsuse.com- Update to 3.0.6 - Stability and regression fixes. - Fixed parsing of C++ corner cases. - Language improvements and bug fixes for C#, Go, Java, Lua, Python, R.- explicitly disable ocaml (bug in configure script)
* Sun Feb 01 2015 dmitry_rAATTopensuse.org- Update to version 3.0.5
* Added support for Scilab.
* Important Python regression fix when wrapping C++ default arguments.
* Minor improvements for C#, Go, Octave, PHP and Python.
* Thu Jan 15 2015 kkaempfAATTsuse.com- Update to 3.0.4 - Python regression fix when wrapping C++ default arguments. - Improved error messages.
* Wed Jan 07 2015 kkaempfAATTsuse.com- Update to 3.0.3 - Add support for C++11 strongly typed enumerations. - Numerous bug fixes and minor enhancements for C#, D, Go, Java, Javascript, PHP, Perl and Python wrappers.- drop nested_classes.diff, patch is upstream
 
ICM