From 3a54eacb59cf0ee3ae0f7f63f5f8abe55efde80a Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 10 Oct 2017 20:19:32 +0200 Subject: [PATCH] change URLs --- gcc8/gcc8.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc8/gcc8.spec b/gcc8/gcc8.spec index 14a0e34f94..98f2272614 100644 --- a/gcc8/gcc8.spec +++ b/gcc8/gcc8.spec @@ -37,7 +37,7 @@ Class: EVAL Group: Compiler License: GPL Version: %{V_full}s%{V_snap} -Release: 20171009 +Release: 20171010 # package options %option with_binutils yes @@ -53,7 +53,7 @@ Release: 20171009 %option with_gcc no # list of sources -Source0: ftp://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz +Source0: http://gcc.gnu.org/pub/gcc/snapshots/%{V_full}-%{V_snap}/gcc-%{V_full}-%{V_snap}.tar.xz Patch0: gcc8.patch # build information @@ -97,7 +97,7 @@ Provides: gcc::with_gcc = %{with_gcc} %track prog gcc8 = { version = %{V_full}-%{V_snap} - url = ftp://gcc.gnu.org/pub/gcc/snapshots/ + url = http://gcc.gnu.org/pub/gcc/snapshots/ regex = (%{V_full}-\d{8}) }