OBS User unknown 2007-02-02 14:26:54 +00:00 committed by Git OBS Bridge
parent d49f6c6452
commit 5ef2ad390f
2 changed files with 11 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# package are under the same license as the package itself.
#
@ -13,11 +13,11 @@
Name: qemu
BuildRequires: SDL-devel
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
Summary: Universal CPU emulator
Version: 0.8.2
Release: 13
Release: 33
Source: %name-%version.tar.bz2
Patch1: qemu-0.7.0-binfmt.patch
Patch5: qemu-0.7.0-sigaltstackhack.patch
@ -139,6 +139,7 @@ QEMU_OPT_FLAGS="$RPM_OPT_FLAGS"
%ifarch %ix86
QEMU_OPT_FLAGS="${RPM_OPT_FLAGS/-mtune=/-mcpu=}"
%endif
QEMU_OPT_FLAGS="${QEMU_OPT_FLAGS//-fstack-protector/}"
# build gcc 3.3
%define GCCDIST %{_target_cpu}-suse-linux
cd gcc-3.3.5
@ -261,6 +262,8 @@ rm -rf %{gcc33tmp}
%endif
%changelog -n qemu
* Fri Feb 02 2007 - ro@suse.de
- remove -fstack-protector from CFLAGS
* Fri Oct 27 2006 - schwab@suse.de
- Fix char signedness.
* Mon Sep 11 2006 - uli@suse.de