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
|
||||
|
||||
|
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.
|
||||
#
|
||||
@ -28,11 +28,11 @@ Name: gcc
|
||||
%define separate_bi32 1
|
||||
%endif
|
||||
Url: http://gcc.gnu.org/
|
||||
%define gcc_version 43
|
||||
%define gcc_suffix 4.3
|
||||
%define gcc_version 44
|
||||
%define gcc_suffix 4.4
|
||||
License: GPL v2 or later
|
||||
Version: 4.3
|
||||
Release: 61
|
||||
Version: 4.4
|
||||
Release: 2
|
||||
Group: Development/Languages/C and C++
|
||||
Summary: The system GNU C Compiler
|
||||
Provides: c_compiler
|
||||
@ -640,6 +640,8 @@ EOF
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2009 rguenther@suse.de
|
||||
- Switch gcc default to 4.4.
|
||||
* Mon Feb 16 2009 rguenther@suse.de
|
||||
- Enable links for classpath binaries and manpages again.
|
||||
* Fri Jan 09 2009 rguenther@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user