diff --git a/gcc.changes b/gcc.changes index 55046a2..1b018e2 100644 --- a/gcc.changes +++ b/gcc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 10 10:06:12 UTC 2011 - rguenther@novell.com + +- Fix licenses to match those of the system compiler. [bnc#670658] + ------------------------------------------------------------------- Tue Jan 25 10:36:30 UTC 2011 - rguenther@novell.com diff --git a/gcc.spec b/gcc.spec index 7e2be0d..0bd3f29 100644 --- a/gcc.spec +++ b/gcc.spec @@ -30,7 +30,7 @@ Name: gcc Url: http://gcc.gnu.org/ %define gcc_version 45 %define gcc_suffix 4.5 -License: GPLv2+ +License: GPLv3+ Version: 4.5 Release: 12 Group: Development/Languages/C and C++ @@ -47,12 +47,8 @@ The system GNU C Compiler. -Authors: --------- - The GCC team. - %package -n gcc-32bit -License: GPLv2+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU C Compiler Requires: gcc%{gcc_version}-32bit @@ -63,12 +59,8 @@ The system GNU C Compiler. -Authors: --------- - The GCC team. - %package -n gcc-64bit -License: GPLv2+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU C Compiler Requires: gcc%{gcc_version}-64bit @@ -79,12 +71,8 @@ The system GNU C Compiler. -Authors: --------- - The GCC team. - %package -n cpp -License: GPLv2+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU Preprocessor Requires: cpp%{gcc_version} @@ -94,12 +82,8 @@ The system GNU Preprocessor. -Authors: --------- - The GCC team. - %package -n gcc-locale -License: GPLv2+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU Compiler locale files Requires: gcc%{gcc_version}-locale @@ -110,7 +94,7 @@ The system GNU Compiler locale files. %package -n gcc-info -License: GFDLv1.1 +License: GFDLv1.2 Group: Development/Languages/C and C++ Summary: The system GNU Compiler documentation PreReq: %{install_info_prereq} @@ -131,7 +115,7 @@ The system GNU Compiler documentation. %install_info --info-dir=%{_infodir} --name=gfortran --description=\\"The GNU Fortran compiler.\\" %{_infodir}/gfortran-%{gcc_suffix}.info.gz %package -n gcc-c++ -License: LGPLv2.1+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler Provides: c++_compiler @@ -143,7 +127,7 @@ The system GNU C++ Compiler. %package -n gcc-c++-32bit -License: LGPLv2.1+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler Requires: gcc-c++ = %{version} @@ -155,7 +139,7 @@ The system GNU C++ Compiler 32 bit support. %package -n gcc-c++-64bit -License: LGPLv2.1+ +License: GPLv3+ Group: Development/Languages/C and C++ Summary: The system GNU C++ Compiler Requires: gcc-c++ = %{version} @@ -168,7 +152,7 @@ The system GNU C++ Compiler 64 bit support. %package -n libstdc++-devel -License: GPLv2+ +License: GPLv3+ <