This commit is contained in:
parent
8b0dc56485
commit
27bb27fe53
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 27 17:01:13 CEST 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Switch gcc default to 4.4.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 16 11:03:38 CET 2009 - rguenther@suse.de
|
Mon Feb 16 11:03:38 CET 2009 - rguenther@suse.de
|
||||||
|
|
||||||
|
12
gcc.spec
12
gcc.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcc (Version 4.3)
|
# spec file for package gcc (Version 4.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -28,11 +28,11 @@ Name: gcc
|
|||||||
%define separate_bi32 1
|
%define separate_bi32 1
|
||||||
%endif
|
%endif
|
||||||
Url: http://gcc.gnu.org/
|
Url: http://gcc.gnu.org/
|
||||||
%define gcc_version 43
|
%define gcc_version 44
|
||||||
%define gcc_suffix 4.3
|
%define gcc_suffix 4.4
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 4.3
|
Version: 4.4
|
||||||
Release: 61
|
Release: 2
|
||||||
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
|
||||||
@ -640,6 +640,8 @@ EOF
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2009 rguenther@suse.de
|
||||||
|
- Switch gcc default to 4.4.
|
||||||
* Mon Feb 16 2009 rguenther@suse.de
|
* Mon Feb 16 2009 rguenther@suse.de
|
||||||
- Enable links for classpath binaries and manpages again.
|
- Enable links for classpath binaries and manpages again.
|
||||||
* Fri Jan 09 2009 rguenther@suse.de
|
* Fri Jan 09 2009 rguenther@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user