SHA256
1
0
forked from pool/qemu
OBS User unknown 2007-12-10 23:34:25 +00:00 committed by Git OBS Bridge
parent e87d1595d9
commit 1979661d8d
3 changed files with 22 additions and 1 deletions

11
gcc-o_creat.dif Normal file
View File

@ -0,0 +1,11 @@
--- gcc/collect2.c
+++ gcc/collect2.c 2007/12/10 12:45:07
@@ -1572,7 +1572,7 @@
if (redir)
{
/* Open response file. */
- redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT);
+ redir_handle = open (redir, O_WRONLY | O_TRUNC | O_CREAT, 0644);
/* Duplicate the stdout and stderr file handles
so they can be restored later. */

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 10 14:29:42 CET 2007 - uli@suse.de
- fixed open() usage with O_CREAT
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 13 15:54:45 CET 2007 - uli@suse.de Tue Nov 13 15:54:45 CET 2007 - uli@suse.de

View File

@ -17,7 +17,7 @@ License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later; X11/MIT
Group: System/Emulators/PC Group: System/Emulators/PC
Summary: Universal CPU emulator Summary: Universal CPU emulator
Version: 0.9.0.cvs Version: 0.9.0.cvs
Release: 50 Release: 57
Source: %name-%version.tar.bz2 Source: %name-%version.tar.bz2
#Patch400: qemu-0.7.0-gcc4-dot-syms.patch #Patch400: qemu-0.7.0-gcc4-dot-syms.patch
#Patch401: qemu-0.8.0-gcc4-hacks.patch #Patch401: qemu-0.8.0-gcc4-hacks.patch
@ -98,6 +98,7 @@ Patch663: gcc-ppc-nostartfileprefix.patch
Patch664: gcc-ppc-nof.patch Patch664: gcc-ppc-nof.patch
Patch700: gcc-abuildappease.patch Patch700: gcc-abuildappease.patch
Patch701: gcc-3.3.5.dif Patch701: gcc-3.3.5.dif
Patch702: gcc-o_creat.dif
# this is to make lint happy # this is to make lint happy
Source300: rpmlintrc Source300: rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -192,6 +193,7 @@ cd gcc-3.3.5
#%endif #%endif
%patch700 -p1 %patch700 -p1
%patch701 %patch701
%patch702
cd .. cd ..
%endif %endif
@ -308,7 +310,10 @@ rm -rf %{gcc33tmp}
%ifnarch %ix86 x86_64 ia64 %ifnarch %ix86 x86_64 ia64
%dir /emul/ia32-linux %dir /emul/ia32-linux
%endif %endif
%changelog %changelog
* Mon Dec 10 2007 - uli@suse.de
- fixed open() usage with O_CREAT
* Tue Nov 13 2007 - uli@suse.de * Tue Nov 13 2007 - uli@suse.de
- update -> current CVS: - update -> current CVS:
- Read-only support for Parallels disk images (Alex Beregszaszi) - Read-only support for Parallels disk images (Alex Beregszaszi)