(Move to ChangeReadyForWrangler) |
|||
Line 48: | Line 48: | ||
** [https://github.com/swig/swig/issues/2377 lldb] - provided patch backwards compatible with older versions of SWIG. | ** [https://github.com/swig/swig/issues/2377 lldb] - provided patch backwards compatible with older versions of SWIG. | ||
** [https://github.com/mltframework/mlt/issues/820 mlt] - related to PHP wrapper change | ** [https://github.com/mltframework/mlt/issues/820 mlt] - related to PHP wrapper change | ||
** [https://bugzilla.redhat.com/show_bug.cgi?id=2128189 nordugrid-arc BZ] | ** [https://bugzilla.redhat.com/show_bug.cgi?id=2128189 nordugrid-arc BZ] - patch attached | ||
** [https://bugzilla.redhat.com/show_bug.cgi?id=2128024 subversion BZ] - upstream fix | ** [https://bugzilla.redhat.com/show_bug.cgi?id=2128024 subversion BZ] - upstream fix | ||
Revision as of 07:19, 21 September 2022
SWIG 4.1.0
Summary
Update the SWIG in Fedora to the latest version 4.1.0. New version should be released in October 2nd 2022. See CHANGES.current for more details about new release.
Owner
- Name: Jitka Plesníková
- Email: <jplesnik@redhat.com>
Current status
- Targeted release: Fedora Linux 38
- Last updated: 2022-09-21
- FESCo issue: <will be assigned by the Wrangler>
- Tracker bug: <will be assigned by the Wrangler>
- Release notes tracker: <will be assigned by the Wrangler>
- Copr repository with the latest version of SWIG 4.1.0
- Current status of SWIG's dependencies
- I checked the errors and reported them to SWIG upstream/package upstream/fedora maintainers.
- Issues related to SWIG 4.1.0
- COPASI BZ - upstream fix
- graphviz - related to PHP wrapper change
- kicad - upstream fix
- libCombine BZ - upstream fix
- libkolabxml - related to PHP wrapper change
- libnuml BZ - upstream fix
- libsbml
- libsedml BZ - upstream fix
- lldb - provided patch backwards compatible with older versions of SWIG.
- mlt - related to PHP wrapper change
- nordugrid-arc BZ - patch attached
- subversion BZ - upstream fix
Detailed Description
SWIG-4.1.0 summary:
- 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.
- Common cases of
<
and>
comparisons in constant expressions are now supported. - The "XML" target language has been reclassified as "Experimental".
Benefit to Fedora
Provides the latest SWIG version to developers.
Scope
- Proposal owners: Check Koschei status. Test with latest version to ensure compatibility. Work with upstream on bug fixing.
- Other developers: N/A (not a System Wide Change)
- Release engineering:
- Policies and guidelines: N/A (not needed for this Change)
- Trademark approval: N/A (not needed for this Change)
Upgrade/compatibility impact
N/A (not a System Wide Change)
How To Test
The SWIG dependencies are monitored by Koschei, see the Koschei SWIG group
User Experience
Developers will have the benefit of using the latest SWIG version.
Dependencies
The list of packages which are using SWIG for build.
Contingency Plan
- Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change), Yes/No
Documentation
N/A (not a System Wide Change)
Release Notes
SWIG-4.1.0 summary:
- 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.
- Common cases of < and > comparisons in constant expressions are now supported.
- The "XML" target language has been reclassified as "Experimental".