This commit is contained in:
parent
3b6c37b896
commit
cac3591beb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 2 00:57:09 CET 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- remove -fstack-protector from CFLAGS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 27 18:48:53 CEST 2006 - schwab@suse.de
|
Fri Oct 27 18:48:53 CEST 2006 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qemu (Version 0.8.2)
|
# spec file for package qemu (Version 0.8.2)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,11 +13,11 @@
|
|||||||
Name: qemu
|
Name: qemu
|
||||||
BuildRequires: SDL-devel
|
BuildRequires: SDL-devel
|
||||||
URL: http://fabrice.bellard.free.fr/qemu/
|
URL: http://fabrice.bellard.free.fr/qemu/
|
||||||
License: BSD License and BSD-like, GNU General Public License (GPL) - all versions
|
License: BSD License and BSD-like, GNU General Public License (GPL)
|
||||||
Group: System/Emulators/Other
|
Group: System/Emulators/Other
|
||||||
Summary: Universal CPU emulator
|
Summary: Universal CPU emulator
|
||||||
Version: 0.8.2
|
Version: 0.8.2
|
||||||
Release: 13
|
Release: 33
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
Patch1: qemu-0.7.0-binfmt.patch
|
Patch1: qemu-0.7.0-binfmt.patch
|
||||||
Patch5: qemu-0.7.0-sigaltstackhack.patch
|
Patch5: qemu-0.7.0-sigaltstackhack.patch
|
||||||
@ -139,6 +139,7 @@ QEMU_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
QEMU_OPT_FLAGS="${RPM_OPT_FLAGS/-mtune=/-mcpu=}"
|
QEMU_OPT_FLAGS="${RPM_OPT_FLAGS/-mtune=/-mcpu=}"
|
||||||
%endif
|
%endif
|
||||||
|
QEMU_OPT_FLAGS="${QEMU_OPT_FLAGS//-fstack-protector/}"
|
||||||
# build gcc 3.3
|
# build gcc 3.3
|
||||||
%define GCCDIST %{_target_cpu}-suse-linux
|
%define GCCDIST %{_target_cpu}-suse-linux
|
||||||
cd gcc-3.3.5
|
cd gcc-3.3.5
|
||||||
@ -261,6 +262,8 @@ rm -rf %{gcc33tmp}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog -n qemu
|
%changelog -n qemu
|
||||||
|
* Fri Feb 02 2007 - ro@suse.de
|
||||||
|
- remove -fstack-protector from CFLAGS
|
||||||
* Fri Oct 27 2006 - schwab@suse.de
|
* Fri Oct 27 2006 - schwab@suse.de
|
||||||
- Fix char signedness.
|
- Fix char signedness.
|
||||||
* Mon Sep 11 2006 - uli@suse.de
|
* Mon Sep 11 2006 - uli@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user