diff --git a/gcc.spec b/gcc.spec index 3e0430a..1856c69 100644 --- a/gcc.spec +++ b/gcc.spec @@ -94,7 +94,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 @@ -3098,6 +3098,9 @@ fi %endif %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 8.1.1-5.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 12 2018 Jakub Jelinek 8.1.1-5 - update from the 8 branch - PRs c++/86320, c++/86378, c++/86398, c++/86400, debug/86064,