]> git.pld-linux.org Git - packages/gcc.git/commitdiff
Up to 11.3.0. auto/th/gcc-11.3.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Apr 2022 11:17:12 +0000 (13:17 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Apr 2022 11:17:12 +0000 (13:17 +0200)
branch.sh
gcc.spec

index 0d2995ce88fb54b9cd31a654f40f14e23f3b03b4..eeb0fc3f897ad86c624673954f97208791fc8b5c 100755 (executable)
--- a/branch.sh
+++ b/branch.sh
@@ -2,7 +2,7 @@
 set -e
 url=git://gcc.gnu.org/git/gcc.git
 package=gcc
-tag=releases/gcc-11.2.0
+tag=releases/gcc-11.3.0
 branch=releases/gcc-11
 out=$package-branch.diff
 repo=$package.git
index d9915372f410330c512fe135bb59f7a4ed4254d7..59b76fa17f17bbbb5064f5fc6a03624f99a6eeca 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -99,7 +99,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       11
-%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
@@ -107,19 +107,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:       6
+Release:       1
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://gcc.gnu.org/pub/gcc/releases/%{name}-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 31c86f2ced76acac66992eeedce2fce2
+# Source0-md5: 4ee3e8c4c99e7b3444eb79f00f5f7a7e
 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:        e4e0ccce73627de0bf6564d11c54b603
+# Patch100-md5:        b151a526f59360b1f7b5042929b46b7b
 Patch0:                %{name}-info.patch
 Patch1:                all-library-paths.patch
 Patch2:                %{name}-nodebug.patch
This page took 0.228781 seconds and 4 git commands to generate.