[packages/gcc] up to 13.2.0
atler
atler at pld-linux.org
Thu Jul 27 19:46:02 CEST 2023
commit 9a77719df5b0cb511f8216129b4d03a5eb695c73
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jul 27 19:23:41 2023 +0200
up to 13.2.0
branch.sh | 2 +-
gcc.spec | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index e017b84..1e9c190 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -101,7 +101,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 13
-%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
@@ -109,19 +109,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: 3
+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: 43e4de77f2218c83ca675257ea1af9ef
+# Source0-md5: e0e48554cc6e4f261d55ddee9ab69075
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: 90081950e00c0e52b91a7f7e2125cc6f
+# Patch100-md5: 29eb0839c3636f15155a6847e7fe984c
Patch0: %{name}-info.patch
Patch1: all-library-paths.patch
Patch2: %{name}-nodebug.patch
diff --git a/branch.sh b/branch.sh
index f3296d4..28866e8 100755
--- 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-13.1.0
+tag=releases/gcc-13.2.0
branch=releases/gcc-13
out=$package-branch.diff
repo=$package.git
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/9a77719df5b0cb511f8216129b4d03a5eb695c73
More information about the pld-cvs-commit
mailing list