From ec437154c5b8915c6f8755fc03472bf35abf3cdd Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 23 Feb 2015 19:14:16 +0000 Subject: [PATCH] upgrading package: gcc5 5s20150201 -> 5s20150222 --- gcc5/gcc5.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc5/gcc5.spec b/gcc5/gcc5.spec index 71cd6a4a66..e68a81f2d6 100644 --- a/gcc5/gcc5.spec +++ b/gcc5/gcc5.spec @@ -24,7 +24,7 @@ # package version %define V_full 5 %define V_comp 5 -%define V_snap 20150201 +%define V_snap 20150222 # package information Name: gcc5 @@ -37,12 +37,13 @@ Class: EVAL Group: Compiler License: GPL Version: %{V_full}s%{V_snap} -Release: 20150207 +Release: 20150223 # package options %option with_binutils yes %option with_cxx yes %option with_objc no +%option with_go no %option with_java no %option with_fortran no %option with_optimize no @@ -161,6 +162,9 @@ Provides: gcc::with_gcc = %{with_gcc} %if "%{with_objc}" == "yes" l_enable_languages="${l_enable_languages},objc" %endif +%if "%{with_go}" == "yes" + l_enable_languages="${l_enable_languages},go" +%endif %if "%{with_java}" == "yes" l_enable_languages="${l_enable_languages},java" %endif