From 5ed465ebae835fc720ea6089f56085d59cfc4384 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Feb 20 2007 21:14:18 +0000 Subject: Updated to 0.3.1 release --- diff --git a/.cvsignore b/.cvsignore index 5e5d970..eb64c7a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ virt-manager-0.3.0.tar.gz +virt-manager-0.3.1.tar.gz diff --git a/sources b/sources index c01424a..7ac4993 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ b1020520f01201d32a0aed2a34ee5025 virt-manager-0.3.0.tar.gz +b51649f0512650b9335be62f0251d4c9 virt-manager-0.3.1.tar.gz diff --git a/virt-manager.spec b/virt-manager.spec index a4fe6b5..9b559f2 100644 --- a/virt-manager.spec +++ b/virt-manager.spec @@ -7,8 +7,8 @@ %define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}} Name: virt-manager -Version: 0.3.0 -Release: 2%{_extra_release} +Version: 0.3.1 +Release: 1%{_extra_release} Summary: Virtual Machine Manager Group: Applications/Emulators @@ -23,7 +23,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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.11-1 +Requires: libvirt-python >= 0.2.0-3.fc7 # 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 @@ -36,7 +36,7 @@ Requires: gnome-python2-gnomekeyring >= 2.15.4 # Minimum we've tested with Requires: libxml2-python >= 2.6.23 # Required to install Xen guests -Requires: python-virtinst >= 0.100.0 +Requires: python-virtinst >= 0.101.0 # Required for loading the glade UI Requires: pygtk2-libglade # Required for our graphics which are currently SVG format @@ -148,6 +148,10 @@ fi %{_datadir}/dbus-1/services/%{name}.service %changelog +* Tue Feb 20 2007 Daniel P. Berrange - 0.3.1-1.fc7 +- Added support for managing QEMU domains +- Automatically grab mouse pointer to workaround dual-cursor crazyness + * Wed Jan 31 2007 Daniel P. Berrange - 0.3.0-2.fc7 - Added dep on desktop-file-utils for post/postun scripts