rpms/libvirt/F-7 libvirt.spec, 1.60, 1.61 sources, 1.24, 1.25 libvirt-qemu.patch, 1.1, NONE

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Wed Aug 22 07:39:33 UTC 2007


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19175

Modified Files:
	libvirt.spec sources 
Removed Files:
	libvirt-qemu.patch 
Log Message:
Update to 0.3.2, remove old patch, Daniel



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-7/libvirt.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- libvirt.spec	16 Aug 2007 15:19:12 -0000	1.60
+++ libvirt.spec	22 Aug 2007 07:39:00 -0000	1.61
@@ -2,8 +2,8 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.3.1
-Release: 2%{?dist}%{?extra_release}
+Version: 0.3.2
+Release: 1%{?dist}%{?extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -24,7 +24,6 @@
 BuildRequires: gnutls-devel
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64 ia64
-Patch0: libvirt-qemu.patch
 
 %description
 Libvirt is a C toolkit to interract with the virtualization capabilities
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure --with-init-script=redhat --with-qemud-pid-file=%{_localstatedir}/run/libvirt_qemud.pid --with-remote-file=%{_localstatedir}/run/libvirtd.pid
@@ -138,8 +136,8 @@
 %dir %attr(0700, root, root) %{_localstatedir}/log/libvirt/qemu/
 %attr(4755, root, root) %{_libexecdir}/libvirt_proxy
 %attr(0755, root, root) %{_sbindir}/libvirtd
-%doc docs/libvirt.rng
-%doc docs/network.rng
+%doc docs/*.rng
+%doc docs/*.xml
 
 %files devel
 %defattr(-, root, root)
@@ -169,6 +167,13 @@
 %doc docs/examples/python
 
 %changelog
+* Tue Aug 21 2007 Daniel Veillard <veillard at redhat.com> - 0.3.2-1.fc7
+- Release of 0.3.2
+- API for domains migration
+- APIs for collecting statistics on disks and interfaces
+- lots of assorted bugfixes and cleanups
+- documentation and localization improvements
+
 * Thu Jul 26 2007 Daniel Veillard <veillard at redhat.com> - 0.3.1-2.fc7
 - adds fix for bug #249594
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-7/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	25 Jul 2007 12:03:38 -0000	1.24
+++ sources	22 Aug 2007 07:39:00 -0000	1.25
@@ -1 +1 @@
-9b8a2a917dbaa028dff9d7bb03ca36ae  libvirt-0.3.1.tar.gz
+8e6735446ae8a95cf47877725282d775  libvirt-0.3.2.tar.gz


--- libvirt-qemu.patch DELETED ---




More information about the scm-commits mailing list