SHA256
3
0
forked from pool/gcc
OBS User unknown 2007-07-10 11:31:19 +00:00 committed by Git OBS Bridge
parent 3deb6c8e61
commit 71e65a5dcf
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 6 15:10:24 CEST 2007 - rguenther@suse.de
- Mark ppc64 as separate bi-32.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 14 18:39:23 CEST 2007 - ro@suse.de Thu Jun 14 18:39:23 CEST 2007 - ro@suse.de

View File

@ -16,15 +16,15 @@ Name: gcc
%ifarch ppc %ifarch ppc
%define separate_bi64 1 %define separate_bi64 1
%endif %endif
%ifarch x86_64 s390x %ifarch x86_64 s390x ppc64
%define separate_bi32 1 %define separate_bi32 1
%endif %endif
URL: http://gcc.gnu.org/ URL: http://gcc.gnu.org/
%define gcc_version 42 %define gcc_version 42
%define gcc_suffix 4.2 %define gcc_suffix 4.2
License: GNU General Public License (GPL) License: GPL v2 or later
Version: 4.2 Version: 4.2
Release: 4 Release: 7
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
@ -507,6 +507,8 @@ ln -sf gcc-%{gcc_suffix}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/cc.1.gz
%endif %endif
%changelog %changelog
* Fri Jul 06 2007 - rguenther@suse.de
- Mark ppc64 as separate bi-32.
* Thu Jun 14 2007 - ro@suse.de * Thu Jun 14 2007 - ro@suse.de
- Do not mark README.packaging as NoSource. (again) - Do not mark README.packaging as NoSource. (again)
* Fri Jun 08 2007 - rguenther@suse.de * Fri Jun 08 2007 - rguenther@suse.de