[qemu] Force newer spice-protocol.

Richard W.M. Jones rjones at fedoraproject.org
Thu Aug 18 15:56:24 UTC 2011


commit 4111552b443cdeceebd14fde9fc379a5a6a7bf61
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Aug 18 16:43:49 2011 +0100

    Force newer spice-protocol.
    
    Otherwise qemu build breaks with many errors like:
    
    /home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:131:26: error: 'QXL_INTERRUPT_ERROR' undeclared (first use in this function)
    /home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:131:26: note: each undeclared identifier is reported only once for each function it appears in
    /home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c: In function 'io_port_to_string':
    /home/rjones/d/fedora/qemu/master/qemu-kvm-0.15.0/hw/qxl.c:495:10: error: 'QXL_IO_UPDATE_AREA_ASYNC' undeclared (first use in this function)
    
    We also force newer spice-server-devel for good measure.

 qemu.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 4f6661c..3ad9f33 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -79,8 +79,8 @@ BuildRequires: ncurses-devel
 BuildRequires: libattr-devel
 BuildRequires: texinfo
 %ifarch x86_64
-BuildRequires: spice-protocol >= 0.6.0
-BuildRequires: spice-server-devel >= 0.6.0
+BuildRequires: spice-protocol >= 0.8.1
+BuildRequires: spice-server-devel >= 0.9.0
 %endif
 Requires: %{name}-user = %{epoch}:%{version}-%{release}
 Requires: %{name}-system-x86 = %{epoch}:%{version}-%{release}


More information about the scm-commits mailing list