[packages/gcc] - up to 7.3.0

arekm arekm at pld-linux.org
Thu Jan 25 16:01:18 CET 2018


commit d502a8b8c681c264003f27639b0cb932087a7e03
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jan 25 16:01:11 2018 +0100

    - up to 7.3.0

 branch.sh | 2 +-
 gcc.spec  | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 5dcbc92..332c668 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -97,7 +97,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	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
@@ -105,19 +105,19 @@ Summary(pl.UTF-8):	Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):	Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:		gcc
 Version:	%{major_ver}.%{minor_ver}
-Release:	7
+Release:	1
 Epoch:		6
 License:	GPL v3+
 Group:		Development/Languages
 Source0:	https://ftp.gnu.org/pub/gnu/gcc/gcc-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5:	ff370482573133a7fcdd96cd2f552292
+# Source0-md5:	be2da21680f27624f3a87055c4ba5af2
 Source1:	%{name}-optimize-la.pl
 # check libffi version with libffi/configure.ac
 Source3:	libffi.pc.in
 Source4:	branch.sh
 # use branch.sh to update glibc-branch.diff
 Patch100:	%{name}-branch.diff
-# Patch100-md5:	2f68a096114d6f04e4c14840b1c7607c
+# Patch100-md5:	389fef34774afd4faa62f5e51d95c122
 Patch0:		%{name}-info.patch
 Patch2:		%{name}-nodebug.patch
 Patch3:		%{name}-ada-link.patch
diff --git a/branch.sh b/branch.sh
index 9d1d6a1..9073aa4 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_2_0_release
+tag=tags/${package}_7_3_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/d502a8b8c681c264003f27639b0cb932087a7e03



More information about the pld-cvs-commit mailing list