Skip to content

Commit ee9b1fe

Browse files
adrianreberclaude
andcommitted
Update GNU compiler source URLs to use ftpmirror.gnu.org
Change all source URLs from ftp.gnu.org to ftpmirror.gnu.org for improved mirror availability and reliability when downloading GCC, GMP, MPC, and MPFR sources for GNU compiler families 12-15. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Adrian Reber <[email protected]> (cherry picked from commit e237937)
1 parent e0c5a89 commit ee9b1fe

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

components/compiler-families/gnu-compilers/SPECS/gnu-compilers.spec

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,25 @@
4747
%global gnu_version %{gnu15_version}
4848
%endif
4949

50-
Source0: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu12_version}/gcc-%{gnu12_version}.tar.xz
51-
Source1: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu12_gmp_version}.tar.bz2
52-
Source2: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu12_mpc_version}.tar.gz
53-
Source3: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu12_mpfr_version}.tar.gz
54-
55-
Source4: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu13_version}/gcc-%{gnu13_version}.tar.xz
56-
Source5: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu13_gmp_version}.tar.bz2
57-
Source6: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu13_mpc_version}.tar.gz
58-
Source7: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu13_mpfr_version}.tar.gz
59-
60-
Source8: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu14_version}/gcc-%{gnu14_version}.tar.xz
61-
Source9: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu14_gmp_version}.tar.bz2
62-
Source10: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu14_mpc_version}.tar.gz
63-
Source11: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu14_mpfr_version}.tar.gz
64-
65-
Source12: https://ftp.gnu.org/gnu/gcc/gcc-%{gnu15_version}/gcc-%{gnu15_version}.tar.xz
66-
Source13: https://ftp.gnu.org/gnu/gmp/gmp-%{gnu15_gmp_version}.tar.bz2
67-
Source14: https://ftp.gnu.org/gnu/mpc/mpc-%{gnu15_mpc_version}.tar.gz
68-
Source15: https://ftp.gnu.org/gnu/mpfr/mpfr-%{gnu15_mpfr_version}.tar.gz
50+
Source0: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu12_version}/gcc-%{gnu12_version}.tar.xz
51+
Source1: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu12_gmp_version}.tar.bz2
52+
Source2: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu12_mpc_version}.tar.gz
53+
Source3: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu12_mpfr_version}.tar.gz
54+
55+
Source4: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu13_version}/gcc-%{gnu13_version}.tar.xz
56+
Source5: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu13_gmp_version}.tar.bz2
57+
Source6: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu13_mpc_version}.tar.gz
58+
Source7: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu13_mpfr_version}.tar.gz
59+
60+
Source8: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu14_version}/gcc-%{gnu14_version}.tar.xz
61+
Source9: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu14_gmp_version}.tar.bz2
62+
Source10: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu14_mpc_version}.tar.gz
63+
Source11: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu14_mpfr_version}.tar.gz
64+
65+
Source12: https://ftpmirror.gnu.org/gnu/gcc/gcc-%{gnu15_version}/gcc-%{gnu15_version}.tar.xz
66+
Source13: https://ftpmirror.gnu.org/gnu/gmp/gmp-%{gnu15_gmp_version}.tar.bz2
67+
Source14: https://ftpmirror.gnu.org/gnu/mpc/mpc-%{gnu15_mpc_version}.tar.gz
68+
Source15: https://ftpmirror.gnu.org/gnu/mpfr/mpfr-%{gnu15_mpfr_version}.tar.gz
6969

7070
%global pname %{gnu_major_ver}-compilers
7171

0 commit comments

Comments
 (0)