diff --git a/gcc.changes b/gcc.changes index c0d3516..dfa85b0 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 10:24:01 UTC 2015 - rguenther@suse.com + +- Switch gcc to default 5. +- Add gcc-go{,-32bit,-64bit} packages. + ------------------------------------------------------------------- Mon Mar 2 13:34:23 UTC 2015 - schwab@suse.de diff --git a/gcc.spec b/gcc.spec index b0371b0..aeb0a29 100644 --- a/gcc.spec +++ b/gcc.spec @@ -35,9 +35,9 @@ Name: gcc %define build_ada 0 %endif Url: http://gcc.gnu.org/ -%define gcc_version 48 -%define gcc_suffix 4.8 -Version: 4.8 +%define gcc_version 5 +%define gcc_suffix 5 +Version: 5 Release: 0 Summary: The system GNU C Compiler License: GPL-3.0+ @@ -386,6 +386,38 @@ Requires: gcc-ada = %{version} %description -n gcc-ada-64bit The system GNU Ada Compiler 64 bit support. + +%package -n gcc-go +Summary: The system GNU Go Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ +Requires: gcc = %{version} +Requires: gcc%{gcc_version}-go + +%description -n gcc-go +The system GNU Go Compiler. + +%package -n gcc-go-32bit +Summary: The system GNU Go Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ +Requires: gcc%{gcc_version}-go-32bit +Requires: gcc-go = %{version} + +%description -n gcc-go-32bit +The system GNU Go Compiler 32bit support. + +%package -n gcc-go-64bit +Summary: The system GNU Go Compiler +License: GPL-3.0+ +Group: Development/Languages/C and C++ +Requires: gcc%{gcc_version}-go-64bit +Requires: gcc-go = %{version} + +%description -n gcc-go-64bit +The system GNU Go Compiler 64bit support. + + %prep %build @@ -595,6 +627,11 @@ EOF # empty - only for the dependency %doc README +%files -n gcc-go +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %if %{separate_bi32} %files -n gcc-32bit @@ -634,6 +671,11 @@ EOF %doc README %endif +%files -n gcc-go-32bit +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %endif %if %{separate_bi64} @@ -674,6 +716,11 @@ EOF %doc README %endif +%files -n gcc-go-64bit +%defattr(-,root,root) +# empty - only for the dependency +%doc README + %endif %changelog