]> git.pld-linux.org Git - packages/gcc.git/commitdiff
up to 12.2.0
authorJan Palus <atler@pld-linux.org>
Fri, 19 Aug 2022 11:22:38 +0000 (13:22 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 19 Aug 2022 11:22:38 +0000 (13:22 +0200)
branch.sh
gcc.spec

index 4b43628ba68011e36d10ea8942d10da7ef966cd1..79cac910294a6d488326cab4e83d090ac35a7e23 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-12.1.0
+tag=releases/gcc-12.2.0
 branch=releases/gcc-12
 out=$package-branch.diff
 repo=$package.git
index 9d15835c4aec084485d97f461acfa3d8fe8831d7..3cd1d6c4cb0c6eb91aebcf94f9db1c35cd15af9d 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       12
-%define                minor_ver       1.0
+%define                minor_ver       2.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
@@ -112,14 +112,14 @@ Epoch:            6
 License:       GPL v3+
 Group:         Development/Languages
 Source0:       https://gcc.gnu.org/pub/gcc/releases/%{name}-%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: ed45b55ee859ada4b25a1e76e0c4d966
+# Source0-md5: 73bafd0af874439dcdb9fc063b6fb069
 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:        ef6210025cf1eb97a8fbbc9f935c7697
+# Patch100-md5:        ce6d7b53545d1186658e22854c729d1b
 Patch0:                %{name}-info.patch
 Patch1:                all-library-paths.patch
 Patch2:                %{name}-nodebug.patch
This page took 0.214473 seconds and 4 git commands to generate.