diff --git a/gcc.spec b/gcc.spec index 73a3090..2492567 100644 --- a/gcc.spec +++ b/gcc.spec @@ -119,7 +119,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist} +Release: %{gcc_release}%{?dist}.1 # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD @@ -3130,6 +3130,9 @@ end %endif %changelog +* Wed Jul 21 2021 Fedora Release Engineering - 11.1.1-6.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jun 23 2021 Jakub Jelinek 11.1.1-6 - update from releases/gcc-11-branch - PRs c++/100876, c++/100879, c++/101106, c/100619, c/100783, fortran/95501,