rpms/libvirt/devel .cvsignore, 1.40, 1.41 libvirt.spec, 1.136, 1.137 sources, 1.41, 1.42 libvirt-0.6.3-bring-up-ipless-bridge.patch, 1.1, NONE libvirt-0.6.3-enable-qemu-0-10-migration.patch, 1.1, NONE libvirt-0.6.3-event-handling-1.patch, 1.1, NONE libvirt-0.6.3-event-handling-2.patch, 1.1, NONE libvirt-0.6.3-fix-qemu-argv-detection-with-kvm-85.patch, 1.1, NONE libvirt-0.6.3-hostdev-managed.patch, 1.1, NONE libvirt-0.6.3-refresh-qemu-caps.patch, 1.1, NONE libvirt-0.6.3-shared-readonly-label.patch, 1.1, NONE libvirt-0.6.3-svirt-sound.patch, 1.1, NONE libvirt-0.6.3-xml-attribute-escaping.patch, 1.1, NONE

Daniel Veillard veillard at fedoraproject.org
Fri May 29 16:57:44 UTC 2009


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7684

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-0.6.3-bring-up-ipless-bridge.patch 
	libvirt-0.6.3-enable-qemu-0-10-migration.patch 
	libvirt-0.6.3-event-handling-1.patch 
	libvirt-0.6.3-event-handling-2.patch 
	libvirt-0.6.3-fix-qemu-argv-detection-with-kvm-85.patch 
	libvirt-0.6.3-hostdev-managed.patch 
	libvirt-0.6.3-refresh-qemu-caps.patch 
	libvirt-0.6.3-shared-readonly-label.patch 
	libvirt-0.6.3-svirt-sound.patch 
	libvirt-0.6.3-xml-attribute-escaping.patch 
Log Message:
Upstream release 0.6.4 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -p -r1.40 -r1.41
--- .cvsignore	24 Apr 2009 14:57:21 -0000	1.40
+++ .cvsignore	29 May 2009 16:57:14 -0000	1.41
@@ -7,3 +7,4 @@ libvirt-0.6.0.tar.gz
 libvirt-0.6.1.tar.gz
 libvirt-0.6.2.tar.gz
 libvirt-0.6.3.tar.gz
+libvirt-0.6.4.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -p -r1.136 -r1.137
--- libvirt.spec	25 May 2009 15:22:34 -0000	1.136
+++ libvirt.spec	29 May 2009 16:57:14 -0000	1.137
@@ -54,34 +54,14 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.6.3
-Release: 11%{?dist}%{?extra_release}
+Version: 0.6.4
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
 
 # Patches cherry-picked from upstream
 
-# Handle shared/readonly image labelling (bz 493692)
-Patch1: libvirt-0.6.3-shared-readonly-label.patch
-# Handle <hostdev managed='yes'> correctly (bz 499386)
-Patch2: libvirt-0.6.3-hostdev-managed.patch
-# Refresh qemu caps when getCapabilities is called (bz 460649)
-Patch3: libvirt-0.6.3-refresh-qemu-caps.patch
-# Enable migration with qemu 0.10 Enable (bz 499704)
-Patch4: libvirt-0.6.3-enable-qemu-0-10-migration.patch
-# Don't try to label a disk with no path (e.g. empty cdrom) (bz 499569)
-Patch5: libvirt-0.6.2-fix-nosource-label.patch
-# Fix qemu argv detection with latest qemu (bz 501923)
-Patch6: libvirt-0.6.3-fix-qemu-argv-detection-with-kvm-85.patch
-# Fix XML attribute escaping (bz 499791)
-Patch7: libvirt-0.6.3-xml-attribute-escaping.patch
-# Fix serious event handling issues causing guests to be destroyed (bz 499698)
-Patch8: libvirt-0.6.3-event-handling-1.patch
-Patch9: libvirt-0.6.3-event-handling-2.patch
-# Bring up the bridge, even if it doesn't have an IP address (bz 501912)
-Patch10: libvirt-0.6.3-bring-up-ipless-bridge.patch
-
 # Patches not for upstream.
 
 # Temporary hack till PulseAudio autostart problems are sorted
@@ -236,16 +216,6 @@ of recent versions of Linux (and other O
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
 
 %patch200 -p0
 
@@ -576,6 +546,12 @@ fi
 %endif
 
 %changelog
+* Fri May 29 2009 Daniel Veillard <veillard at redhat.com> - 0.6.4-1.fc12
+- Upstream release of 0.6.4
+- new APIs
+- fixes for latests QEmu/KVM versions
+- various assorted fixes
+
 * Mon May 25 2009 Mark McLoughlin <markmc at redhat.com> - 0.6.3-11.fc12
 - Bring up the bridge, even if it doesn't have an IP address (bug #501912)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- sources	24 Apr 2009 14:57:21 -0000	1.41
+++ sources	29 May 2009 16:57:14 -0000	1.42
@@ -1 +1 @@
-dd618bf0943a0be853ccc08308c7f427  libvirt-0.6.3.tar.gz
+344a6913a94582ea3ab0ad75a9bfef22  libvirt-0.6.4.tar.gz


--- libvirt-0.6.3-bring-up-ipless-bridge.patch DELETED ---


--- libvirt-0.6.3-enable-qemu-0-10-migration.patch DELETED ---


--- libvirt-0.6.3-event-handling-1.patch DELETED ---


--- libvirt-0.6.3-event-handling-2.patch DELETED ---


--- libvirt-0.6.3-fix-qemu-argv-detection-with-kvm-85.patch DELETED ---


--- libvirt-0.6.3-hostdev-managed.patch DELETED ---


--- libvirt-0.6.3-refresh-qemu-caps.patch DELETED ---


--- libvirt-0.6.3-shared-readonly-label.patch DELETED ---


--- libvirt-0.6.3-svirt-sound.patch DELETED ---


--- libvirt-0.6.3-xml-attribute-escaping.patch DELETED ---




More information about the scm-commits mailing list