SHA256
3
0
forked from pool/gcc
OBS User unknown 2007-07-28 10:16:47 +00:00 committed by Git OBS Bridge
parent 006e9f3b18
commit 0e360e1d6c
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,7 @@ URL: http://gcc.gnu.org/
%define gcc_suffix 4.2
License: GPL v2 or later
Version: 4.2
Release: 11
Release: 13
Group: Development/Languages/C and C++
Summary: The system GNU C Compiler
Provides: c_compiler
@ -360,7 +360,7 @@ for program in \
gij32 grmiregistry32 \
%endif
%if %{separate_bi64}
gij64 grmiregistry62 \
gij64 grmiregistry64 \
%endif
gfortran \
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
%changelog
* Fri Jul 27 2007 - rguenther@suse.de
- Fix typo.
* Tue Jul 24 2007 - rguenther@suse.de
- Add 32bit and 64bit variants of gcc-gij. [#293423]
* Fri Jul 06 2007 - rguenther@suse.de