This commit is contained in:
parent
006e9f3b18
commit
0e360e1d6c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 20:35:04 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Fix typo.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 24 11:14:03 CEST 2007 - rguenther@suse.de
|
Tue Jul 24 11:14:03 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
6
gcc.spec
6
gcc.spec
@ -24,7 +24,7 @@ URL: http://gcc.gnu.org/
|
|||||||
%define gcc_suffix 4.2
|
%define gcc_suffix 4.2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Version: 4.2
|
Version: 4.2
|
||||||
Release: 11
|
Release: 13
|
||||||
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
|
||||||
@ -360,7 +360,7 @@ for program in \
|
|||||||
gij32 grmiregistry32 \
|
gij32 grmiregistry32 \
|
||||||
%endif
|
%endif
|
||||||
%if %{separate_bi64}
|
%if %{separate_bi64}
|
||||||
gij64 grmiregistry62 \
|
gij64 grmiregistry64 \
|
||||||
%endif
|
%endif
|
||||||
gfortran \
|
gfortran \
|
||||||
gnat gnatbind gnatbl gnatchop gnatclean gnatfind gnatkr \
|
gnat gnatbind gnatbl gnatchop gnatclean gnatfind gnatkr \
|
||||||
@ -542,6 +542,8 @@ ln -sf gcc-%{gcc_suffix}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/cc.1.gz
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - rguenther@suse.de
|
||||||
|
- Fix typo.
|
||||||
* Tue Jul 24 2007 - rguenther@suse.de
|
* Tue Jul 24 2007 - rguenther@suse.de
|
||||||
- Add 32bit and 64bit variants of gcc-gij. [#293423]
|
- Add 32bit and 64bit variants of gcc-gij. [#293423]
|
||||||
* Fri Jul 06 2007 - rguenther@suse.de
|
* Fri Jul 06 2007 - rguenther@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user