From 2e0298f29d947350f1849670b5cdeaf5812939cd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:43:07 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- gcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 94e56d9..d1b6890 100644 --- a/gcc.spec +++ b/gcc.spec @@ -143,7 +143,7 @@ Summary: Various compilers (C, C++, Objective-C, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist} +Release: %{gcc_release}%{?dist}.1 # License notes for some of the less obvious ones: # gcc/doc/cppinternals.texi: Linux-man-pages-copyleft-2-para # isl: MIT, BSD-2-Clause @@ -3626,6 +3626,9 @@ end %endif %changelog +* Mon Jun 24 2024 Troy Dawson - 14.1.1-5.1 +- Bump release for June 2024 mass rebuild + * Fri Jun 7 2024 Jakub Jelinek 14.1.1-5 - update from releases/gcc-14 branch - PRs ada/115270, c/114493, c++/105320, c++/114275, c++/114868, c++/114983,