rpms/virt-manager/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 virt-manager.spec, 1.10, 1.11 virt-manager-sparklinesegv.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 24 18:28:07 UTC 2006


Author: berrange

Update of /cvs/dist/rpms/virt-manager/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20364

Modified Files:
	.cvsignore sources virt-manager.spec 
Removed Files:
	virt-manager-sparklinesegv.patch 
Log Message:
Updated to virt-manager 0.2.5 release
Resolves: #210364, #211281, #209999, #208408, #209479, #209251, #209122, #207949


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/virt-manager/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	26 Sep 2006 22:00:29 -0000	1.6
+++ .cvsignore	24 Oct 2006 18:28:05 -0000	1.7
@@ -1,4 +1 @@
-virt-manager-0.2.0.tar.gz
-virt-manager-0.2.1.tar.gz
-virt-manager-0.2.2.tar.gz
-virt-manager-0.2.3.tar.gz
+virt-manager-0.2.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/virt-manager/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	26 Sep 2006 22:00:29 -0000	1.6
+++ sources	24 Oct 2006 18:28:05 -0000	1.7
@@ -1 +1 @@
-081c5fa9a112738132b2b66273883ab6  virt-manager-0.2.3.tar.gz
+1c781fb97577f1bf517e91b5669d5226  virt-manager-0.2.5.tar.gz


Index: virt-manager.spec
===================================================================
RCS file: /cvs/dist/rpms/virt-manager/devel/virt-manager.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- virt-manager.spec	29 Sep 2006 19:57:58 -0000	1.10
+++ virt-manager.spec	24 Oct 2006 18:28:05 -0000	1.11
@@ -7,8 +7,8 @@
 %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
 
 Name: virt-manager
-Version: 0.2.3
-Release: 2%{_extra_release}
+Version: 0.2.5
+Release: 1%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -17,14 +17,13 @@
 Source0: http://virt-manager.et.redhat.com/download/sources/%{name}/%{name}-%{version}.tar.gz
 Source1: %{name}.pam
 Source2: %{name}.console
-Patch1: %{name}-sparklinesegv.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.1.4-3
+Requires: libvirt-python >= 0.1.8
 # Definitely does not work with earlier due to python API changes
 Requires: dbus-python >= 0.61
 # Might work with earlier, but this is what we've tested
@@ -37,7 +36,7 @@
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
 # Required to install Xen guests
-Requires: python-xeninst >= 0.93.0
+Requires: python-virtinst >= 0.96.0
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -65,7 +64,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure
@@ -148,6 +146,22 @@
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Thu Oct 19 2006 Daniel P. Berrange <berrange at redhat.com> - 0.2.5-1.fc7
+- Switch to use python-virtinst instead of python-xeninst due to 
+  renaming of original package
+- Disable keyboard accelerators when grabbing mouse to avoid things like
+  Ctrl-W closing the local window, instead of remote window bz 210364
+- Fix host memory reporting bz 211281
+- Remove duplicate application menu entry bz 211230
+- Fix duplicated mnemonics (bz 208408)
+- Use blktap backed disks if available
+- Use a drop down list to remember past URLs (bz 209479)
+- Remove unused help button from preferences dialog (bz 209251)
+- Fix exception when no VNC graphics is defined
+- Force immediate refresh of VMs after creating a new one
+- Improve error reporting if run on a kernel without Xen (bz 209122)
+- More fixes to avoid stuck modifier keys on focus-out (bz 207949)
+
 * Fri Sep 29 2006 Daniel P. Berrange <berrange at redhat.com> 0.2.3-2.fc6
 - Fix segv in sparkline code when no data points are defined (bz  208185)
 - Clamp CPU utilization between 0 & 100% just in case (bz 208185)


--- virt-manager-sparklinesegv.patch DELETED ---




More information about the fedora-cvs-commits mailing list