rpms/virt-manager/FC-6 .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
Thu Oct 19 18:57:39 UTC 2006


Author: berrange

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/virt-manager/FC-6/.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	19 Oct 2006 18:57:37 -0000	1.7
@@ -2,3 +2,4 @@
 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/FC-6/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	19 Oct 2006 18:57:37 -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/FC-6/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	19 Oct 2006 18:57:37 -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,7 +17,6 @@
 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
@@ -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.95.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.fc6
+- 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