From 15ef8b4addb25c34a93bd6b0363a60643ee5fd18 Mon Sep 17 00:00:00 2001 From: Marek Polacek Date: Fri, 7 Jan 2022 14:11:56 -0500 Subject: [PATCH] Update annobin plugin patch Resolves: #2030667 --- gcc.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc.spec b/gcc.spec index 4d379a5..e82c055 100644 --- a/gcc.spec +++ b/gcc.spec @@ -137,7 +137,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}.3%{?dist} +Release: %{gcc_release}.4%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -2294,12 +2294,11 @@ end %ldconfig_scriptlets -n libgo +%files -f %{name}.lang %if %{with annobin_plugin} %{ANNOBIN_GCC_PLUGIN_DIR} %{gver} %endif - -%files -f %{name}.lang %{_prefix}/bin/cc %{_prefix}/bin/c89 %{_prefix}/bin/c99 @@ -3326,6 +3325,9 @@ end %endif %changelog +* Fri Jan 7 2022 Marek Polacek 11.2.1-7.4 +- update annobin plugin patch (#2030667) + * Tue Jan 4 2022 Marek Polacek 11.2.1-7.3 - fix dg-ice tests (#1996047)