]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- up to 7.3.0 auto/th/gcc-7.3.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2018 15:01:11 +0000 (16:01 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2018 15:01:11 +0000 (16:01 +0100)
branch.sh
gcc.spec

index 9d1d6a142eaf19158ca992a6eb3eb15fba1f3ff1..9073aa459b9060790af9b696af091313dd6fbc74 100755 (executable)
--- 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
index 5dcbc9277c2c625e7c12517692d4127390c199d0..332c668048110351ef462580bd41ab08ac619bdc 100644 (file)
--- 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
This page took 0.210407 seconds and 4 git commands to generate.