rpms/qemu/FC-5 qemu.spec,1.11,1.12

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Tue Mar 21 16:58:45 UTC 2006


Author: dwmw2

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

Modified Files:
	qemu.spec 
Log Message:
Fix linker script on PPC


Index: qemu.spec
===================================================================
RCS file: /cvs/extras/rpms/qemu/FC-5/qemu.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- qemu.spec	18 Mar 2006 22:45:13 -0000	1.11
+++ qemu.spec	21 Mar 2006 16:58:44 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 0.8.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPL/LGPL
 Group: Development/Tools
@@ -9,6 +9,7 @@
 Source0: http://www.qemu.org/%{name}-%{version}.tar.gz
 Source1: qemu.init
 Patch0: qemu-0.7.0-build.patch
+Patch1: qemu-0.8.0-sdata.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: SDL-devel compat-gcc-32 zlib-devel
 PreReq: /sbin/chkconfig
@@ -34,6 +35,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M \
@@ -78,6 +80,9 @@
 %config %{_sysconfdir}/rc.d/init.d/qemu
 
 %changelog
+* Sat Mar 18 2006 David Woodhouse <dwmw2 at infradead.org> 0.8.0-6
+- Update linker script for PPC
+
 * Sat Mar 18 2006 David Woodhouse <dwmw2 at infradead.org> 0.8.0-5
 - Just drop $RPM_OPT_FLAGS. They're too much of a PITA
 




More information about the fedora-extras-commits mailing list