Accepting request 699574 from home:marxin:branches:devel:gccxx
- Switch gcc to default 9. OBS-URL: https://build.opensuse.org/request/show/699574 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc?expand=0&rev=91
This commit is contained in:
parent
385d9386c5
commit
11a3a4531f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:09:39 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Switch gcc to default 9.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 07:13:07 UTC 2018 - rguenther@suse.com
|
||||
|
||||
|
58
gcc.spec
58
gcc.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gcc
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -35,12 +35,12 @@ Name: gcc
|
||||
%define build_ada 0
|
||||
%endif
|
||||
Url: http://gcc.gnu.org/
|
||||
%define gcc_version 8
|
||||
%define gcc_suffix 8
|
||||
Version: 8
|
||||
%define gcc_version 9
|
||||
%define gcc_suffix 9
|
||||
Version: 9
|
||||
Release: 0
|
||||
Summary: The system GNU C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Provides: c_compiler
|
||||
Obsoletes: gcc-ar
|
||||
@ -60,7 +60,7 @@ The system GNU C Compiler.
|
||||
|
||||
%package -n gcc-32bit
|
||||
Summary: The system GNU C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-32bit
|
||||
@ -72,7 +72,7 @@ The system GNU C Compiler.
|
||||
|
||||
%package -n gcc-64bit
|
||||
Summary: The system GNU C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-64bit
|
||||
@ -84,7 +84,7 @@ The system GNU C Compiler.
|
||||
|
||||
%package -n cpp
|
||||
Summary: The system GNU Preprocessor
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: cpp%{gcc_version}
|
||||
|
||||
@ -94,7 +94,7 @@ The system GNU Preprocessor.
|
||||
|
||||
%package -n gcc-devel
|
||||
Summary: The system GNU C Compiler Plugin development files
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-devel
|
||||
@ -105,7 +105,7 @@ The system GNU C Compiler Plugin development files.
|
||||
|
||||
%package -n gcc-locale
|
||||
Summary: The system GNU Compiler locale files
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-locale
|
||||
|
||||
@ -116,7 +116,7 @@ The system GNU Compiler locale files.
|
||||
|
||||
%package -n gcc-info
|
||||
Summary: The system GNU Compiler documentation
|
||||
License: GFDL-1.2
|
||||
License: GFDL-1.2-only
|
||||
Group: Development/Languages/C and C++
|
||||
PreReq: %{install_info_prereq}
|
||||
PreReq: gcc%{gcc_version}-info
|
||||
@ -142,7 +142,7 @@ fi
|
||||
|
||||
%package -n gcc-c++
|
||||
Summary: The system GNU C++ Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Provides: c++_compiler
|
||||
Requires: gcc = %{version}
|
||||
@ -154,7 +154,7 @@ The system GNU C++ Compiler.
|
||||
|
||||
%package -n gcc-c++-32bit
|
||||
Summary: The system GNU C++ Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-c++-32bit
|
||||
Requires: gcc-32bit = %{version}
|
||||
@ -166,7 +166,7 @@ The system GNU C++ Compiler 32 bit support.
|
||||
|
||||
%package -n gcc-c++-64bit
|
||||
Summary: The system GNU C++ Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-c++-64bit
|
||||
Requires: gcc-64bit = %{version}
|
||||
@ -212,7 +212,7 @@ The system GNU C++ 64bit development files.
|
||||
|
||||
%package -n gcc-fortran
|
||||
Summary: The system GNU Fortran Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Fortran
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-fortran
|
||||
@ -223,7 +223,7 @@ The system GNU Fortran Compiler.
|
||||
|
||||
%package -n gcc-fortran-32bit
|
||||
Summary: The system GNU Fortran Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Fortran
|
||||
Requires: gcc%{gcc_version}-fortran-32bit
|
||||
Requires: gcc-fortran = %{version}
|
||||
@ -234,7 +234,7 @@ The system GNU Fortran Compiler 32 bit support.
|
||||
|
||||
%package -n gcc-fortran-64bit
|
||||
Summary: The system GNU Fortran Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Fortran
|
||||
Requires: gcc%{gcc_version}-fortran-64bit
|
||||
Requires: gcc-fortran = %{version}
|
||||
@ -246,7 +246,7 @@ The system GNU Fortran Compiler 64 bit support.
|
||||
|
||||
%package -n gcc-objc
|
||||
Summary: The system GNU Objective C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-objc
|
||||
@ -261,7 +261,7 @@ The system GNU Objective C Compiler.
|
||||
|
||||
%package -n gcc-objc-32bit
|
||||
Summary: The system GNU Objective C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Requires: gcc%{gcc_version}-objc-32bit
|
||||
Requires: gcc-objc = %{version}
|
||||
@ -273,7 +273,7 @@ The system GNU Objective C Compiler 32 bit support.
|
||||
|
||||
%package -n gcc-objc-64bit
|
||||
Summary: The system GNU Objective C Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Requires: gcc%{gcc_version}-objc-64bit
|
||||
Requires: gcc-objc = %{version}
|
||||
@ -285,7 +285,7 @@ The system GNU Objective C Compiler 64 bit support.
|
||||
|
||||
%package -n gcc-obj-c++
|
||||
Summary: The system GNU Objective C++ Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Requires: gcc%{gcc_version}-obj-c++
|
||||
Requires: gcc-objc = %{version}
|
||||
@ -297,7 +297,7 @@ The system GNU Objective C++ Compiler.
|
||||
|
||||
%package -n gcc-PIE
|
||||
Summary: A default configuration to build all binaries in PIE mode
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/Other
|
||||
Requires: gcc
|
||||
|
||||
@ -310,7 +310,7 @@ space randomization (ASLR).
|
||||
|
||||
%package -n gcc-ada
|
||||
Summary: The system GNU Ada Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-ada
|
||||
@ -320,7 +320,7 @@ The system GNU Ada Compiler.
|
||||
|
||||
%package -n gcc-ada-32bit
|
||||
Summary: The system GNU Ada Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-ada-32bit
|
||||
Requires: gcc-ada = %{version}
|
||||
@ -330,7 +330,7 @@ The system GNU Ada Compiler 32 bit support.
|
||||
|
||||
%package -n gcc-ada-64bit
|
||||
Summary: The system GNU Ada Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-ada-64bit
|
||||
Requires: gcc-ada = %{version}
|
||||
@ -341,7 +341,7 @@ The system GNU Ada Compiler 64 bit support.
|
||||
|
||||
%package -n gcc-go
|
||||
Summary: The system GNU Go Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc = %{version}
|
||||
Requires: gcc%{gcc_version}-go
|
||||
@ -353,7 +353,7 @@ The system GNU Go Compiler.
|
||||
|
||||
%package -n gcc-go-32bit
|
||||
Summary: The system GNU Go Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-go-32bit
|
||||
Requires: gcc-go = %{version}
|
||||
@ -363,7 +363,7 @@ The system GNU Go Compiler 32bit support.
|
||||
|
||||
%package -n gcc-go-64bit
|
||||
Summary: The system GNU Go Compiler
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: gcc%{gcc_version}-go-64bit
|
||||
Requires: gcc-go = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user