rpms/qemu/FC-5 .cvsignore, 1.3, 1.4 qemu.spec, 1.6, 1.7 sources, 1.3, 1.4 qemu-0.7.0-gcc4-ppc.patch, 1.1, NONE qemu-0.7.0-gcc4-x86.patch, 1.1, NONE

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Fri Mar 17 00:35:33 UTC 2006


Author: dwmw2

Update of /cvs/extras/rpms/qemu/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13751

Modified Files:
	.cvsignore qemu.spec sources 
Removed Files:
	qemu-0.7.0-gcc4-ppc.patch qemu-0.7.0-gcc4-x86.patch 
Log Message:
Update to 0.8.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qemu/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	30 Apr 2005 11:34:52 -0000	1.3
+++ .cvsignore	17 Mar 2006 00:35:32 -0000	1.4
@@ -1 +1 @@
-qemu-0.7.0.tar.gz
+qemu-0.8.0.tar.gz


Index: qemu.spec
===================================================================
RCS file: /cvs/extras/rpms/qemu/FC-5/qemu.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qemu.spec	16 May 2005 09:39:10 -0000	1.6
+++ qemu.spec	17 Mar 2006 00:35:32 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
-Version: 0.7.0
-Release: 2
+Version: 0.8.0
+Release: 1%{?dist}
 
 License: GPL/LGPL
 Group: Development/Tools
@@ -9,10 +9,8 @@
 Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz
 Source1: qemu.init
 Patch0: qemu-0.7.0-build.patch
-Patch1: qemu-0.7.0-gcc4-x86.patch
-Patch2: qemu-0.7.0-gcc4-ppc.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: SDL-devel
+BuildRequires: SDL-devel compat-gcc-32
 PreReq: /sbin/chkconfig
 PreReq: /sbin/service
 ExclusiveArch: %{ix86} ppc alpha sparc armv4l x86_64
@@ -36,11 +34,9 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p0
-%patch2 -p1
 
 %build
-./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M
+./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M --cc=gcc32 --enable-alsa
 make
 
 %install
@@ -78,11 +74,16 @@
 %config %{_sysconfdir}/rc.d/init.d/qemu
 
 %changelog
-* Mon May 16 2005 David Woodhouse <dwmw2 at infradead.org> .0.7.0-2
+* Fri Mar 17 2006 David Woodhouse <dwmw2 at infradead.org> 0.8.0-1
+- Update to 0.8.0
+- Resort to using compat-gcc-32
+- Enable ALSA
+
+* Mon May 16 2005 David Woodhouse <dwmw2 at infradead.org> 0.7.0-2
 - Proper fix for GCC 4 putting 'blr' or 'ret' in the middle of the function,
   for i386, x86_64 and PPC.
 
-* Sat Apr 30 2005 David Woodhouse <dwmw2 at infradead.org> .0.7.0-1
+* Sat Apr 30 2005 David Woodhouse <dwmw2 at infradead.org> 0.7.0-1
 - Update to 0.7.0
 - Fix dyngen for PPC functions which end in unconditional branch
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qemu/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	30 Apr 2005 11:34:52 -0000	1.3
+++ sources	17 Mar 2006 00:35:32 -0000	1.4
@@ -1 +1 @@
-234e9ace03b00259bb57dc5a9c633056  qemu-0.7.0.tar.gz
+eb175b26583280706fe7e4d8910d320d  qemu-0.8.0.tar.gz


--- qemu-0.7.0-gcc4-ppc.patch DELETED ---


--- qemu-0.7.0-gcc4-x86.patch DELETED ---




More information about the scm-commits mailing list