Fri, 07 Jun 2024 00:24:37 UTC | login

Information for build swig-4.0.0-5.fc31

ID125645
Package Nameswig
Version4.0.0
Release5.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/swig.git#84ea8a4c6795c7ec62add4f363c6915ef1763b83
SummaryConnects C/C++/Objective C to some high-level programming languages
DescriptionSimplified Wrapper and Interface Generator (SWIG) is a software development tool for connecting C, C++ and Objective C programs with a variety of high-level programming languages. SWIG is used with different types of target languages including common scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby. The list of supported languages also includes non-scripting languages such as C#, D, Go language, Java including Android, Lua, OCaml, Octave, Scilab and R. Also several interpreted and compiled Scheme implementations (Guile, MzScheme/Racket) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software.
Built bydavidlt
State failed
Volume DEFAULT
StartedWed, 21 Aug 2019 13:20:13 UTC
CompletedWed, 21 Aug 2019 22:37:31 UTC
Taskbuild (f31-candidate, /rpms/swig.git:84ea8a4c6795c7ec62add4f363c6915ef1763b83)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/swig.git#84ea8a4c6795c7ec62add4f363c6915ef1763b83'}}
Tags No tags
RPMs No RPMs
Changelog * Mon Aug 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-5 - Backport upstream fix for Go tests (BZ#1736731) * Tue Aug 06 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-4 - Disable Go tests, they fail with Go 1.13-beta * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 05 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-2 - Updated package description * Fri May 03 2019 Jitka Plesnikova <jplesnik@redhat.com> - 4.0.0-1 - Update to 4.0.0 * Sat Apr 27 2019 Orion Poplawski <orion@nwra.com> - 3.0.12-25 - Add patches for octave 5.1 support * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 3.0.12-23 - Rebuilt for Boost 1.69 * Thu Nov 15 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-22 - Add support for Octave 4.4 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.12-20 - Rebuilt for Python 3.7 * Fri Jun 22 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-19 - Disable using of Python 2 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.0.12-18 - Rebuilt for Python 3.7 * Tue Apr 24 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-17 - Backport upstream Coverity fixes (bug#1570037) - Do not build ccache-swig on RHEL * Wed Feb 14 2018 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-16 - Update conditions for tests - Fix configure to properly check version of Go 1.10 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 3.0.12-14 - Rebuilt for Boost 1.66 * Tue Nov 21 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-13 - Disable PHP tests, because they fail with PHP 7.2.0-RC * Wed Sep 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.0.12-12 - Fix generated code for constant expressions containing wchar_t L literals * Thu Sep 07 2017 Jared Smith <jsmith@fedoraproject.org> - 3.0.12-11 - Add patch to support NodeJS versions 7 and 8, fixes FTBFS