|
|
@ -4,7 +4,7 @@
|
|
|
|
%global gcc_major 11
|
|
|
|
%global gcc_major 11
|
|
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
|
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
|
|
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
|
|
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
|
|
|
%global gcc_release 5
|
|
|
|
%global gcc_release 6
|
|
|
|
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
|
|
|
|
%global nvptx_tools_gitrev 5f6f343a302d620b0868edab376c00b15741e39e
|
|
|
|
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
|
|
|
|
%global newlib_cygwin_gitrev 50e2a63b04bdd018484605fbb954fd1bd5147fa0
|
|
|
|
%global _unpackaged_files_terminate_build 0
|
|
|
|
%global _unpackaged_files_terminate_build 0
|
|
|
@ -128,7 +128,7 @@
|
|
|
|
# TODO: Add ppc64le-redhat-linux s390x-redhat-linux later.
|
|
|
|
# TODO: Add ppc64le-redhat-linux s390x-redhat-linux later.
|
|
|
|
%global cross_targets aarch64-redhat-linux
|
|
|
|
%global cross_targets aarch64-redhat-linux
|
|
|
|
# Override RHEL/derivative build options for gcc-epel
|
|
|
|
# Override RHEL/derivative build options for gcc-epel
|
|
|
|
%global epel_bootstrap 1
|
|
|
|
%global epel_bootstrap 0
|
|
|
|
%global epel_glibc32 0
|
|
|
|
%global epel_glibc32 0
|
|
|
|
%global build_ada 1
|
|
|
|
%global build_ada 1
|
|
|
|
%global build_objc 1
|
|
|
|
%global build_objc 1
|
|
|
@ -3795,7 +3795,10 @@ end
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Feb 19 2025 Robert Scheck <robert@fedoraproject.org> 11.5.0-5
|
|
|
|
* Wed Feb 19 2025 Robert Scheck <robert@fedoraproject.org> 11.5.0-6
|
|
|
|
|
|
|
|
- disable bootstrap mode and rebuild using gcc-epel-11.5.0-5.el9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2025 Robert Scheck <robert@fedoraproject.org> 11.5.0-5
|
|
|
|
- backport from 11.5.0-5: rebuild for CVE-2020-11023 (RHEL-78377)
|
|
|
|
- backport from 11.5.0-5: rebuild for CVE-2020-11023 (RHEL-78377)
|
|
|
|
- backport from 11.5.0-4: revert the PR middle-end/57245 patch (RHEL-76359)
|
|
|
|
- backport from 11.5.0-4: revert the PR middle-end/57245 patch (RHEL-76359)
|
|
|
|
- backport from 11.5.0-3: honor -frounding-math in real truncation (PR middle-end/57245, RHEL-73749)
|
|
|
|
- backport from 11.5.0-3: honor -frounding-math in real truncation (PR middle-end/57245, RHEL-73749)
|
|
|
|