diff --git a/libvirt-0.4.5-no-emulator-segfault.patch b/libvirt-0.4.5-no-emulator-segfault.patch deleted file mode 100644 index 03eea80..0000000 --- a/libvirt-0.4.5-no-emulator-segfault.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/qemu_conf.c b/src/qemu_conf.c -index d742c32..23ef050 100644 ---- a/src/qemu_conf.c -+++ b/src/qemu_conf.c -@@ -790,7 +790,7 @@ int qemudBuildCommandLine(virConnectPtr conn, - if (!emulator) - return -1; - -- ADD_ARG_LIT(vm->def->emulator); -+ ADD_ARG_LIT(emulator); - ADD_ARG_LIT("-S"); - ADD_ARG_LIT("-M"); - ADD_ARG_LIT(vm->def->os.machine); diff --git a/libvirt.spec b/libvirt.spec index 5c901b3..8bc3973 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -29,12 +29,11 @@ Summary: Library providing a simple API virtualization Name: libvirt -Version: 0.4.5 -Release: 2%{?dist}%{?extra_release} +Version: 0.4.6 +Release: 1%{?dist}%{?extra_release} License: LGPLv2+ Group: Development/Libraries Source: libvirt-%{version}.tar.gz -Patch0: libvirt-0.4.5-no-emulator-segfault.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root URL: http://libvirt.org/ BuildRequires: python python-devel @@ -148,7 +147,6 @@ of recent versions of Linux (and other OSes). %prep %setup -q -%patch0 -p1 %build %if ! %{with_xen} @@ -304,6 +302,10 @@ fi %doc docs/examples/python %changelog +* Wed Sep 24 2008 Daniel Veillard - 0.4.6-1.fc9 +- upstream release 0.4.6 +- fixes a couple of serious bugs in the previous release + * Tue Sep 9 2008 Daniel Veillard - 0.4.5-2.fc9 - fix a crash if a QEmu/KVM domain is defined without an emulator path diff --git a/sources b/sources index ce6f52b..7efa881 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcb590a6202c332907eae7b44e47ca4b libvirt-0.4.5.tar.gz +abdf727deaffd868172f7243eb75ffe3 libvirt-0.4.6.tar.gz