]> git.pld-linux.org Git - packages/gcc.git/commitdiff
up to 10.5.0
authorJan Palus <atler@pld-linux.org>
Mon, 24 Jul 2023 10:22:13 +0000 (12:22 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 24 Jul 2023 10:22:13 +0000 (12:22 +0200)
- final release from GCC 10 branch (no branch diff)

branch.sh
gcc.spec

index 75ca6821f7bcf2670effcdba8ec09daadc36600d..e28e6c2a6411c6c9e44f728facd163a85a222659 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-10.4.0
+tag=releases/gcc-10.5.0
 branch=releases/gcc-10
 out=$package-branch.diff
 repo=$package.git
index a2d3147964a5b90812c0978cffd1495f863c13dc..25e8152c332107aa62eea615bc080222cf02b2cf 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -96,7 +96,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       10
-%define                minor_ver       4.0
+%define                minor_ver       5.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,14 +109,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: d307b8748a74939359a5843f859a4dec
+# Source0-md5: c7d1958570fbd1cd859b015774b9987a
 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:        cc825426dbd5601997cc66dd39283065
+#Patch100:     %{name}-branch.diff
+# Patch100-md5:        d41d8cd98f00b204e9800998ecf8427e
 Patch0:                %{name}-info.patch
 Patch2:                %{name}-nodebug.patch
 Patch3:                %{name}-ada-link.patch
@@ -2522,7 +2522,7 @@ więc wtyczki muszą być przebudowywane przy każdej aktualizacji GCC.
 
 %prep
 %setup -q
-%patch100 -p1
+#%%patch100 -p1
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
This page took 0.282204 seconds and 4 git commands to generate.