rpms/virt-manager/devel .cvsignore, 1.21, 1.22 sources, 1.21, 1.22 virt-manager.spec, 1.47, 1.48 virt-manager-0.6.1-fix-cadl.patch, 1.1, NONE virt-manager-0.6.1-fix-stats-prefs.patch, 1.1, NONE virt-manager-0.6.1-update-polish.patch, 1.1, NONE

Cole Robinson crobinso at fedoraproject.org
Tue Mar 10 06:37:55 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/virt-manager/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16742

Modified Files:
	.cvsignore sources virt-manager.spec 
Removed Files:
	virt-manager-0.6.1-fix-cadl.patch 
	virt-manager-0.6.1-fix-stats-prefs.patch 
	virt-manager-0.6.1-update-polish.patch 
Log Message:
Update to release 0.7.0
Redesigned 'New Virtual Machine' wizard
Option to remove storage when deleting a virtual machine.
File browser for libvirt storage pools and volumes
Physical device assignment (PCI, USB) for existing virtual machines.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	27 Jan 2009 01:28:18 -0000	1.21
+++ .cvsignore	10 Mar 2009 06:37:18 -0000	1.22
@@ -1 +1 @@
-virt-manager-0.6.1.tar.gz
+virt-manager-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	27 Jan 2009 01:28:18 -0000	1.21
+++ sources	10 Mar 2009 06:37:19 -0000	1.22
@@ -1 +1 @@
-9c4eeaf447919b425f890b6bff715512  virt-manager-0.6.1.tar.gz
+32ca0ab48fd317cb6598d88468f16951  virt-manager-0.7.0.tar.gz


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- virt-manager.spec	4 Mar 2009 17:53:31 -0000	1.47
+++ virt-manager.spec	10 Mar 2009 06:37:24 -0000	1.48
@@ -7,24 +7,21 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.6.1
-Release: 4%{_extra_release}
+Version: 0.7.0
+Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
 License: GPLv2+
 URL: http://virt-manager.org/
 Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
-Patch1: %{name}-%{version}-update-polish.patch
-Patch2: %{name}-%{version}-fix-cadl.patch
-Patch3: %{name}-%{version}-fix-stats-prefs.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # These two are just the oldest version tested
 Requires: pygtk2 >= 1.99.12-6
 Requires: gnome-python2-gconf >= 1.99.11-7
 # Absolutely require this version or newer
-Requires: libvirt-python >= 0.4.5
+Requires: libvirt-python >= 0.6.1
 # Definitely does not work with earlier due to python API changes
 Requires: dbus-python >= 0.61
 Requires: dbus-x11
@@ -44,7 +41,7 @@
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
 # Required to install Xen & QEMU guests
-Requires: python-virtinst >= 0.400.1
+Requires: python-virtinst >= 0.400.3
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -89,9 +86,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure
@@ -169,6 +163,13 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Tue Mar 10 2009 Cole Robinson <crobinso at redhat.com> - 0.7.0-1.fc11
+- Update to release 0.7.0
+- Redesigned 'New Virtual Machine' wizard
+- Option to remove storage when deleting a virtual machine.
+- File browser for libvirt storage pools and volumes
+- Physical device assignment (PCI, USB) for existing virtual machines.
+
 * Wed Mar  4 2009 Cole Robinson <crobinso at redhat.com> - 0.6.1-4.fc11
 - Update polish translation (bz 263301)
 - Fix sending ctrl-alt-del to guest


--- virt-manager-0.6.1-fix-cadl.patch DELETED ---


--- virt-manager-0.6.1-fix-stats-prefs.patch DELETED ---


--- virt-manager-0.6.1-update-polish.patch DELETED ---




More information about the fedora-extras-commits mailing list