[packages/gcc/GCC_7] - up to 7.5.0 (probably the last 7.x release); branch.diff is empty now

qboosh qboosh at pld-linux.org
Sat Dec 7 15:15:47 CET 2019


commit 2205fa24599a208dec8e4f53d8afe6ce56c52b0d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Dec 7 15:16:11 2019 +0100

    - up to 7.5.0 (probably the last 7.x release); branch.diff is empty now

 branch.sh | 2 +-
 gcc.spec  | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 58ff96a..1e2f8a4 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -96,7 +96,7 @@
 # Stable is: any major_ver and minor_ver >= 1.0
 # For PLD we usually use gcc when minor_ver >= 2.0 (first bugfix release or later)
 %define		major_ver	7
-%define		minor_ver	4.0
+%define		minor_ver	5.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
@@ -109,14 +109,13 @@ Epoch:		6
 License:	GPL v3+
 Group:		Development/Languages
 Source0:	https://ftp.gnu.org/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	6e9d754638ff03d2e9b2aff55aed82b4
+# Source0-md5:	79cb8a65d44dfc8a2402b46395535c9a
 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:	d48e603bcfb0b1c03a7d426152e8b1b9
+#Patch100:	%{name}-branch.diff
 Patch0:		%{name}-info.patch
 Patch2:		%{name}-nodebug.patch
 Patch3:		%{name}-ada-link.patch
@@ -2809,7 +2808,7 @@ Extensions dla języka C.
 
 %prep
 %setup -q
-%patch100 -p0
+#patch100 -p0
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
diff --git a/branch.sh b/branch.sh
index 87a9b57..4f4f519 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-7-branch
-tag=tags/${package}_7_4_0_release
+tag=tags/${package}_7_5_0_release
 out=$package-branch.diff
 
 # use filterdiff, etc to exclude bad chunks from diff
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/2205fa24599a208dec8e4f53d8afe6ce56c52b0d



More information about the pld-cvs-commit mailing list