Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-02-11 11:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and      /work/SRC/openSUSE:Factory/.virt-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-manager"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes        
2014-01-28 12:03:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-02-11 11:31:48.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Feb  3 13:36:52 MST 2014 - carn...@suse.com
+
+- Fix patch using util.is_error_nosupport (0.10.1) when it should
+  be using support.is_error_nosupport (0.10.0)
+  added Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-manager.spec ++++++
--- /var/tmp/diff_new_pack.Mljf0P/_old  2014-02-11 11:31:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Mljf0P/_new  2014-02-11 11:31:49.000000000 +0100
@@ -71,9 +71,9 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %define verrel %{version}-%{release}
-Requires:       virt-manager-common = %{verrel}
 Requires:       gtk3
 Requires:       python-gconf
+Requires:       virt-manager-common = %{verrel}
 Requires:       vm-install >= 0.5.6
 
 # Libvirt-glib
@@ -88,11 +88,11 @@
 Requires:       gtk-vnc2
 Requires:       libspice-client-glib-2_0-8
 Requires:       libspice-client-gtk-3_0-4
-Requires:       typelib-1_0-SpiceClientGlib-2_0
-Requires:       typelib-1_0-SpiceClientGtk-3_0
-Requires:       typelib-1_0-Gtk-3_0
 Requires:       typelib-1_0-GVnc-1_0
+Requires:       typelib-1_0-Gtk-3_0
 Requires:       typelib-1_0-GtkVnc-2_0
+Requires:       typelib-1_0-SpiceClientGlib-2_0
+Requires:       typelib-1_0-SpiceClientGtk-3_0
 Recommends:     python-SpiceClientGtk
 
 Requires:       virt-install
@@ -121,8 +121,8 @@
 # This version not strictly required: virt-manager should work with older,
 # however varying amounts of functionality will not be enabled.
 Requires:       libvirt-python >= 0.7.0
-Requires:       python-urlgrabber
 Requires:       python-ipaddr
+Requires:       python-urlgrabber
 
 %description common
 Common files used by the different virt-manager interfaces, as well as
@@ -135,10 +135,10 @@
 
 Requires:       virt-manager-common = %{verrel}
 
+Provides:       python-virtinst
 Provides:       virt-clone
-Provides:       virt-image
 Provides:       virt-convert
-Provides:       python-virtinst
+Provides:       virt-image
 Obsoletes:      python-virtinst <= 0.600.4
 
 %description -n virt-install

++++++ Base-mem-statistics-on-virDomainMemoryStats-if-avail.patch ++++++
--- /var/tmp/diff_new_pack.Mljf0P/_old  2014-02-11 11:31:49.000000000 +0100
+++ /var/tmp/diff_new_pack.Mljf0P/_new  2014-02-11 11:31:49.000000000 +0100
@@ -44,7 +44,7 @@
 +                    curmem = stats['rss']
 +                    totalmem = stats['actual']
 +            except libvirt.libvirtError, err:
-+                if util.is_error_nosupport(err):
++                if support.is_error_nosupport(err):
 +                    logging.debug("Mem stats not supported: %s", err)
 +                    self._mem_stats_supported = False
 +                else:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to