rpms/libvirt/devel .cvsignore, 1.23, 1.24 libvirt.spec, 1.61, 1.62 sources, 1.24, 1.25 libvirt-qemu.patch, 1.1, NONE

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Tue Aug 21 15:15:27 UTC 2007


Author: veillard

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31363

Modified Files:
	.cvsignore libvirt.spec sources 
Removed Files:
	libvirt-qemu.patch 
Log Message:
Release of 0.3.2, remove the old patch, Daniel



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	24 Jul 2007 15:45:36 -0000	1.23
+++ .cvsignore	21 Aug 2007 15:14:54 -0000	1.24
@@ -20,3 +20,4 @@
 libvirt-0.2.3.tar.gz
 libvirt-0.3.0.tar.gz
 libvirt-0.3.1.tar.gz
+libvirt-0.3.2.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- libvirt.spec	16 Aug 2007 15:16:44 -0000	1.61
+++ libvirt.spec	21 Aug 2007 15:14:54 -0000	1.62
@@ -2,8 +2,8 @@
 
 Summary: Library providing a simple API virtualization
 Name: libvirt
-Version: 0.3.1
-Release: 4%{?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.fc8
+- 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 Aug 16 2007 Daniel Veillard <veillard at redhat.com> - 0.3.1-4.fc8
 - Fixes missing Requires for libvirt-devel
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	24 Jul 2007 15:45:36 -0000	1.24
+++ sources	21 Aug 2007 15:14:54 -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 fedora-extras-commits mailing list