From 8fb0e5b0d36f5385454197f31f92f64d5090e880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 2 Jul 2018 18:22:27 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- gcc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index d4aa78f..d26a139 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 +* Mon Jul 02 2018 Miro HronĨok - 8.1.1-4.1 +- Rebuilt for Python 3.7 + * Fri Jun 29 2018 Jakub Jelinek 8.1.1-4 - make sure rs6000-modes.h is installed for plugins (#1596407)