Update annobin plugin patch

Resolves: #2030667
This commit is contained in:
Marek Polacek 2022-01-07 14:11:56 -05:00
parent dd5e41e6cf
commit 15ef8b4add

View File

@ -137,7 +137,7 @@
Summary: Various compilers (C, C++, Objective-C, ...) Summary: Various compilers (C, C++, Objective-C, ...)
Name: gcc Name: gcc
Version: %{gcc_version} Version: %{gcc_version}
Release: %{gcc_release}.3%{?dist} Release: %{gcc_release}.4%{?dist}
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
# GCC Runtime Exception. # GCC Runtime Exception.
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
@ -2294,12 +2294,11 @@ end
%ldconfig_scriptlets -n libgo %ldconfig_scriptlets -n libgo
%files -f %{name}.lang
%if %{with annobin_plugin} %if %{with annobin_plugin}
%{ANNOBIN_GCC_PLUGIN_DIR} %{ANNOBIN_GCC_PLUGIN_DIR}
%{gver} %{gver}
%endif %endif
%files -f %{name}.lang
%{_prefix}/bin/cc %{_prefix}/bin/cc
%{_prefix}/bin/c89 %{_prefix}/bin/c89
%{_prefix}/bin/c99 %{_prefix}/bin/c99
@ -3326,6 +3325,9 @@ end
%endif %endif
%changelog %changelog
* Fri Jan 7 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.4
- update annobin plugin patch (#2030667)
* Tue Jan 4 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.3 * Tue Jan 4 2022 Marek Polacek <polacek@redhat.com> 11.2.1-7.3
- fix dg-ice tests (#1996047) - fix dg-ice tests (#1996047)