From f849352839750e84c31d7c189b63878eaad5af3d Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 10 Oct 2017 20:19:33 +0200 Subject: [PATCH] change URLs --- gcc6/gcc6.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc6/gcc6.spec b/gcc6/gcc6.spec index d695bda10e..bd4da450bd 100644 --- a/gcc6/gcc6.spec +++ b/gcc6/gcc6.spec @@ -36,7 +36,7 @@ Class: EVAL Group: Compiler License: GPL Version: %{V_full} -Release: 20170902 +Release: 20171010 # package options %option with_binutils yes @@ -52,7 +52,7 @@ Release: 20170902 %option with_gcc no # list of sources -Source0: ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{V_full}/gcc-%{V_full}.tar.xz +Source0: http://gcc.gnu.org/pub/gcc/releases/gcc-%{V_full}/gcc-%{V_full}.tar.xz Patch0: gcc6.patch # build information @@ -96,7 +96,7 @@ Provides: gcc::with_gcc = %{with_gcc} %track prog gcc6 = { version = %{V_full} - url = ftp://gcc.gnu.org/pub/gcc/releases/ + url = http://gcc.gnu.org/pub/gcc/releases/ regex = gcc-(6\.\d+\.\d+) }