Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-07-21 23:51:54 +00:00
parent c07adb54e0
commit b492bb6d0d
1 changed files with 4 additions and 1 deletions

View File

@ -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 <releng@fedoraproject.org> - 11.1.1-6.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jun 23 2021 Jakub Jelinek <jakub@redhat.com> 11.1.1-6
- update from releases/gcc-11-branch
- PRs c++/100876, c++/100879, c++/101106, c/100619, c/100783, fortran/95501,