From 99ff7642896c6380d3a0cd285f144c23786b41e3 Mon Sep 17 00:00:00 2001 From: eastb233 Date: Thu, 21 May 2020 16:33:46 +0800 Subject: [PATCH] Modify gcc.spec --- gcc.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gcc.spec b/gcc.spec index 17e67a8..d611aa0 100644 --- a/gcc.spec +++ b/gcc.spec @@ -1,7 +1,7 @@ %global DATE 20200520 -%global gcc_version 9.3.0 -%global gcc_major 9.3.0 +%global gcc_version 9.3.1 +%global gcc_major 9.3.1 %global gcc_release 20200312 %global _unpackaged_files_terminate_build 0 %global _performance_build 1 @@ -62,7 +62,7 @@ Name: gcc Version: %{gcc_version} Release: %{gcc_release}.h1 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD -Source0: gcc-%{version}.tar.xz +Source0: gcc-9.3.0.tar.xz %global isl_version 0.16.1 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -569,7 +569,7 @@ for compiling GCC plugins. The GCC plugin ABI is currently not stable, so plugins must be rebuilt any time GCC is updated. %prep -%setup -q -n gcc-%{version} +%setup -q -n gcc-9.3.0 /bin/pwd %patch0 -p1 @@ -2519,10 +2519,11 @@ end %doc rpm.doc/changelogs/libcc1/ChangeLog* %changelog -* Wed May 20 2020 eastb233 - 9.3.0-20200312.h1 +* Wed May 20 2020 eastb233 - 9.3.1-20200312.h1 - address-calculation-optimization-within-loop.patch: Modify testsuite - generate-csel.patch: Modify testsuite - change-gcc-BASE-VER.patch: New file, change GCC base version +- gcc.spec: Add new Patch, change GCC version to 9.3.1 * Tue Apr 28 2020 eastb233 - 9.3.0-20200312.h1 - Type:modify