Accepting request 33536 from devel:gcc
Copy from devel:gcc/gcc based on submit request 33536 from user rguenther OBS-URL: https://build.opensuse.org/request/show/33536 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcc?expand=0&rev=20
This commit is contained in:
commit
411d5947a0
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 26 11:30:14 CET 2010 - rguenther@novell.com
|
||||||
|
|
||||||
|
- Fix gcc-c++-32bit and gcc-c++-64bit again.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 25 14:01:36 CET 2010 - rguenther@suse.de
|
Thu Feb 25 14:01:36 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
6
gcc.spec
6
gcc.spec
@ -32,7 +32,7 @@ Url: http://gcc.gnu.org/
|
|||||||
%define gcc_suffix 4.5
|
%define gcc_suffix 4.5
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Version: 4.5
|
Version: 4.5
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Summary: The system GNU C Compiler
|
Summary: The system GNU C Compiler
|
||||||
Provides: c_compiler
|
Provides: c_compiler
|
||||||
@ -136,7 +136,7 @@ The system GNU C++ Compiler.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Summary: The system GNU C++ Compiler
|
Summary: The system GNU C++ Compiler
|
||||||
Requires: g++ = %{version}
|
Requires: gcc-c++ = %{version}
|
||||||
Requires: gcc-32bit = %{version}
|
Requires: gcc-32bit = %{version}
|
||||||
Requires: libstdc++%{gcc_version}-devel-32bit
|
Requires: libstdc++%{gcc_version}-devel-32bit
|
||||||
|
|
||||||
@ -148,7 +148,7 @@ The system GNU C++ Compiler 32 bit support.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Summary: The system GNU C++ Compiler
|
Summary: The system GNU C++ Compiler
|
||||||
Requires: g++ = %{version}
|
Requires: gcc-c++ = %{version}
|
||||||
Requires: gcc-64bit = %{version}
|
Requires: gcc-64bit = %{version}
|
||||||
Requires: libstdc++%{gcc_version}-devel-64bit
|
Requires: libstdc++%{gcc_version}-devel-64bit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user