Mon, 20 May 2024 02:06:09 UTC | login

Information for build mingw-crossreport-201406-3.fc24

ID8298
Package Namemingw-crossreport
Version201406
Release3.fc24
Epoch
SummaryAnalysis tool to help cross-compilation to Windows
DescriptionCrossReport is a tool to help you analyze the APIs used by a compiled Linux program, in order to work out the effort required to cross-compile that program for Windows, using the Fedora MinGW cross-compiler. The simplest way to use it is to point it at an existing Linux binary, and then read the generated report. What it does in more detail: It looks at the libraries and API calls used by the Linux binary, and compares them to the libraries and API calls that we currently support under the Fedora MinGW cross-compiler. It then works out what is missing, and produces a report suggesting the amount of work that needs to be done to port the program. For example, whether whole libraries need to be ported first, and/or how to substitute individual calls to work on Windows.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:09:45 UTC
CompletedSat, 14 Apr 2018 20:09:45 UTC
Tags
f28
f29
RPMs
src
mingw-crossreport-201406-3.fc24.src.rpm (info) (download)
noarch
mingw32-crossreport-201406-3.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 201406-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 201406-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 11 2014 Richard W.M. Jones <rjones@redhat.com> - 201406-1 - Update the database against packages in Fedora 20. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 201308-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Aug 06 2013 Richard W.M. Jones <rjones@redhat.com> - 201308-1 - Fix update-crossreport-db.pl so it ignores 'R' (read-only data) symbols. - Update the database against all mingw32-* packages in Fedora 19. - xz-compress the database so it doesn't take up so much space. - Change the versioning system so it includes the month that the database was last updated. This is more informative. * Tue Aug 06 2013 Richard W.M. Jones <rjones@redhat.com> - 8-8 - Unversioned docdir on F20 (RHBZ#993866). * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 8-6 - Perl 5.18 rebuild * Thu Apr 04 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 8-5 - Added BR: perl-podlators for Fedora 19 and above * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Mar 07 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 8-2 - Renamed the source package to mingw-crossreport (RHBZ #800854) * Mon Feb 27 2012 Erik van Pienbroek <epienbro@fedoraproject.org> - 8-1 - Made the package compatible with the mingw-w64 toolchain - Dropped unneeded RPM tags * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jul 30 2010 Richard W.M. Jones <rjones@redhat.com> - 7-1 - Update database. * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 13 2009 Richard W.M. Jones <rjones@redhat.com> - 6-1 - Change to use Berkeley DB for storage. * Fri Feb 13 2009 Richard W.M. Jones <rjones@redhat.com> - 5-1 - Requires binutils, for nm and c++filt (thanks Richard Hughes). * Fri Feb 13 2009 Richard W.M. Jones <rjones@redhat.com> - 4-1 - Include the update script. * Wed Feb 11 2009 Richard W.M. Jones <rjones@redhat.com> - 3-1 - Initial RPM release.