From cc00f70d950469f68a7cbc44826b890e3f1635af Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 29 May 2019 12:22:56 +0200 Subject: [PATCH] - updated to 8.3.0 --- branch.sh | 2 +- gcc.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/branch.sh b/branch.sh index 224d9b0..73296f8 100755 --- a/branch.sh +++ b/branch.sh @@ -3,7 +3,7 @@ set -e package=gcc svn=svn://gcc.gnu.org/svn/$package branch=branches/$package-8-branch -tag=tags/${package}_8_2_0_release +tag=tags/${package}_8_3_0_release out=$package-branch.diff # use filterdiff, etc to exclude bad chunks from diff diff --git a/gcc.spec b/gcc.spec index c7d0ba8..3002b86 100644 --- a/gcc.spec +++ b/gcc.spec @@ -71,7 +71,7 @@ # Stable is: any major_ver and minor_ver >= 1.0 # For TLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later) %define major_ver 8 -%define minor_ver 2.0 +%define minor_ver 3.0 Summary: GNU Compiler Collection: the C compiler and shared files Summary(es.UTF-8): Colección de compiladores GNU: el compilador C y ficheros compartidos @@ -84,14 +84,14 @@ Epoch: 6 License: GPL v3+ Group: Development/Languages Source0: https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz -# Source0-md5: 4ab282f414676496483b3e1793d07862 +# Source0-md5: 65b210b4bfe7e060051f799e0f994896 Source1: %{name}-optimize-la.pl # check libffi version with libffi/configure.ac Source3: libffi.pc.in Source4: branch.sh # use branch.sh to update gcc-branch.diff Patch100: %{name}-branch.diff -# Patch100-md5: 8bfa267661b31b6349ced81d2202b769 +# Patch100-md5: 8f1837d897354786bc1ca2a550849b55 Patch0: %{name}-info.patch Patch2: %{name}-nodebug.patch Patch3: %{name}-ada-link.patch -- 2.44.0