rpms/libvirt/devel .cvsignore, 1.5, 1.6 libvirt.spec, 1.6, 1.7 sources, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 10 13:24:10 UTC 2006


Author: veillard

Update of /cvs/dist/rpms/libvirt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8611

Modified Files:
	.cvsignore libvirt.spec sources 
Log Message:
Upstream release 0.1.0 


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	28 Feb 2006 14:25:55 -0000	1.5
+++ .cvsignore	10 Apr 2006 13:24:07 -0000	1.6
@@ -2,3 +2,4 @@
 libvirt-0.0.4.tar.gz
 libvirt-0.0.5.tar.gz
 libvirt-0.0.6.tar.gz
+libvirt-0.1.0.tar.gz


Index: libvirt.spec
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libvirt.spec	28 Feb 2006 14:25:55 -0000	1.6
+++ libvirt.spec	10 Apr 2006 13:24:07 -0000	1.7
@@ -1,6 +1,6 @@
 Summary: Library providing an API to use the Xen virtualization
 Name: libvirt
-Version: 0.0.6
+Version: 0.1.0
 Release: 1
 License: LGPL
 Group: Development/Libraries
@@ -10,7 +10,9 @@
 BuildRequires: xen python python-devel
 Requires: xen
 Requires: libxml2
+Requires: readline
 BuildRequires: libxml2-devel
+BuildRequires: readline-devel
 Obsoletes: libvir
 ExclusiveArch: i386 x86_64
 
@@ -70,6 +72,7 @@
 %defattr(-, root, root)
 
 %doc AUTHORS ChangeLog NEWS README COPYING.LIB TODO
+%doc %{_mandir}/man1/virsh.1*
 %{_bindir}/virsh
 %{_libdir}/lib*.so.*
 
@@ -99,6 +102,13 @@
 %doc python/libvirtclass.txt
 
 %changelog
+* Mon Apr 10 2006 Daniel Veillard <veillard at redhat.com> 0.1.0-1
+- various fixes
+- new APIs: for Node information and Reboot
+- virsh improvements and extensions
+- documentation updates and man page
+- enhancement and fixes of the XML description format
+
 * Tue Feb 28 2006 Daniel Veillard <veillard at redhat.com> 0.0.6-1
 - added error handling APIs
 - small bug fixes


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libvirt/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	28 Feb 2006 14:25:55 -0000	1.5
+++ sources	10 Apr 2006 13:24:07 -0000	1.6
@@ -1 +1 @@
-51c4cd8255d8a639437959b934a2a5ac  libvirt-0.0.6.tar.gz
+bebb6a89c592d3e2ba19594de7341b81  libvirt-0.1.0.tar.gz




More information about the fedora-cvs-commits mailing list