diff --git a/gcc.spec b/gcc.spec index 9720621..cae4de7 100644 --- a/gcc.spec +++ b/gcc.spec @@ -101,7 +101,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 @@ -2951,6 +2951,9 @@ end %endif %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 9.0.1-0.2.1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 29 2019 Jakub Jelinek 9.0.1-0.2 - update from trunk - PRs c++/66676, c++/88358, c++/88815, c++/88865, c++/88969, c++/88976,