Information for build gprbuild-24.0.0-2.fc41

ID96915
Package Namegprbuild
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version24.0.0
Release2.fc41
Epoch2
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/gprbuild.git#e5bcbd5d35efe3357da89cc752871866cff0a386
SummaryA multi-language extensible build tool
DescriptionGPRbuild is an advanced software tool designed to help automate the construction of multi-language systems. It removes complexity from multi-language development by allowing developers to quickly and easily compile and link software written in a combination of languages including Ada, Assembler, C, C++, and Fortran. Easily extendable by users to cover new toolchains and languages it is primarily aimed at projects of all sizes organized into subsystems and libraries and is particularly well-suited for compiled languages.
Built byliuhaibin
State complete
Volume DEFAULT
StartedFri, 29 Nov 2024 16:45:52 CST
CompletedFri, 29 Nov 2024 17:04:10 CST
Taskbuild (f41-build-side-1, /rpms/gprbuild.git:e5bcbd5d35efe3357da89cc752871866cff0a386)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/gprbuild.git#e5bcbd5d35efe3357da89cc752871866cff0a386'}}
Tags
f41-build-side-1
RPMs
src
gprbuild-24.0.0-2.fc41.src.rpm (info) (download)
noarch
gprbuild-doc-24.0.0-2.fc41.noarch.rpm (info) (download)
riscv64
gprbuild-24.0.0-2.fc41.riscv64.rpm (info) (download)
libgpr-24.0.0-2.fc41.riscv64.rpm (info) (download)
libgpr-devel-24.0.0-2.fc41.riscv64.rpm (info) (download)
gprbuild-debuginfo-24.0.0-2.fc41.riscv64.rpm (info) (download)
gprbuild-debugsource-24.0.0-2.fc41.riscv64.rpm (info) (download)
libgpr-debuginfo-24.0.0-2.fc41.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
installed_pkgs.log
state.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:24.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sun Jan 28 2024 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:24.0.0-1 - Updated to v24.0.0. - The default KB dir is now hard coded to /usr/share/gprconfig. - New test that validates the knowledge base. - New test detecting compilers and linkers under different locales. - New test that builds and runs the examples. * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:23.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:23.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Björn Persson <Bjorn@Rombobjörn.se> - 2:23.0.0-4 - Rebuilt with GCC 14 prerelease. * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:23.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Mar 14 2023 Björn Persson <Bjorn@Rombobjörn.se> - 2:23.0.0-2 - The packages now require their dependencies correctly. * Tue Feb 14 2023 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:23.0.0-1 - Updated to v23.0.0, using the archive available on GitHub. - Removed patch gprbuild-drop-exe-prefix.patch; has been fixed upstream (commit 7395727). - New version specific build dependency on gprconfig-kb (content of commit 8a9f79e is required). * Sun Feb 12 2023 Dennis van Raaij <dvraaij@fedoraproject.org> - 2:22.0.0-1 - Updated to v22.0.0, using the archive available on GitHub. - Changed the epoch to mark the new upstream version scheme. - Changed the epoch to 2 instead of 1 for consistency with the GNATcoll packages. - GPRconfig knowledge files are know packaged separately (gprconfig-kb). - Removed patch fedora_arches.xml; now part of gprconfig-kb. - Removed patch gprbuild-2016-gcc7.patch; now part of gprconfig-kb. - Removed patch gprbuild-2017-bootstrap.patch; has been fixed upstream (commit: 81c0d3d). - Removed patch gprbuild-2017-fedora_compilers.patch; now part of gprconfig-kb. - Removed patch gprbuild-2017-libsubdir.patch; Makefile is no longer used to build package. - Removed patch gprbuild-2020-case_util_conflicts.patch; has been fixed upstream (commit: d803338). - Removed patch gprbuild-symlinked_dirs.patch; has been fixed upstream (commit: 685aa45). - Removed patch gprbuild-2016-gcc5.patch; GCC 4 and earlier are no longer supported. - Changed build kind from 'debug' to 'production'. - Tools are now position-independent executables (PIE). - Added a new build dependency to build the documentation with Sphinx. - Moved documentation and examples into the _pkgdocdir. - Updated the license of the doc package. - Added a runtime exception for all other packages, following upstream. - Added the Unicode license as gprbuild is statically linked to xmlada. - License fields now contain SPDX license expressions. - Fixed the symbolic links for the shared libraries. - Fixed the so-version of libgnatprj.so. - Subpackage libgpr now provides libgnatprj. - Subpackage libgpr-devel now provides libgnatprj-devel. - Some release specific information in the source code is now updated during prep. - Moved the license files to the correct location. - Removed the explicit reset of _python_bytecompile_extra; flag seems to have no purpose here. - Added fedora-gnat-project-common as a dependency to libgpr-devel. - Marked the doc package as architecture-independent. - Removed runtime dependency from the doc package. - Added the doc package as a recommendation to the main package. - Moved the check section after the install section. - Refactored the bootstrap install sequence. - Removed GNAT version requirement; all versions supported by Fedora are more recent. - Made the generated usage project file architecture-independent. - Updated some summaries and descriptions. - Improved spec file readability. - Added a fix for incorrect line-endings for some example files during prep. - Updated the comment on bootstrap mode. - Updated the bootstrapping exception issue link. - Bootstrap mode can now be enabled via a configuration option. - Dropped the 'bootstrap_arch' macro; tweak RPM spec manually if needed. * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2020-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 17 2023 Björn Persson <Bjorn@Rombobjörn.se> - 2020-12 - Rebuilt with GCC 13. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2020-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild