Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory
checked in at Wed Sep 28 14:41:49 CEST 2011.



--------
--- vm-install/vm-install.changes       2011-09-15 23:38:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/vm-install/vm-install.changes  2011-09-28 
00:08:41.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 27 16:01:43 MDT 2011 - [email protected]
+
+- Fixes for supporting virt-manager 0.9.0
+  interface.py, gjob.py
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ vm-install-0.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.5/src/vminstall/gtk/gjob.py 
new/vm-install-0.5.5/src/vminstall/gtk/gjob.py
--- old/vm-install-0.5.5/src/vminstall/gtk/gjob.py      2011-05-20 
23:18:24.000000000 +0200
+++ new/vm-install-0.5.5/src/vminstall/gtk/gjob.py      2011-09-28 
00:04:59.000000000 +0200
@@ -22,7 +22,7 @@
     __gsignals__ = {
         'install-progress-change': (gobject.SIGNAL_RUN_FIRST, 
gobject.TYPE_NONE, (str, float)),
         'install-progress-close': (gobject.SIGNAL_RUN_FIRST, 
gobject.TYPE_NONE, ()),
-        'install-show-console': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
(str,)),
+        'install-show-vm': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
(str,)),
         'install-show-error': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, 
()),
         'install-done': (gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE, ())
     }
@@ -44,7 +44,7 @@
         def _progressChangeCB(job, fraction):
             self.emit('install-progress-change', '', fraction)
         def _consoleCB(job):
-            self.emit('install-show-console', job.guest.uuid)
+            self.emit('install-show-vm', job.guest.uuid)
         def _finish_worker():
             try:
                 try:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.5.5/src/vminstall/gtk/interface.py 
new/vm-install-0.5.5/src/vminstall/gtk/interface.py
--- old/vm-install-0.5.5/src/vminstall/gtk/interface.py 2011-07-27 
17:37:09.000000000 +0200
+++ new/vm-install-0.5.5/src/vminstall/gtk/interface.py 2011-09-28 
00:04:59.000000000 +0200
@@ -88,7 +88,7 @@
 
################################################################################
 class VMCreate(gobject.GObject):
     __gsignals__ = {
-        'action-show-console': (gobject.SIGNAL_RUN_FIRST,
+        'action-show-vm': (gobject.SIGNAL_RUN_FIRST,
                                 gobject.TYPE_NONE, (str,str)),
         'action-show-terminal': (gobject.SIGNAL_RUN_FIRST,
                                 gobject.TYPE_NONE, (str,str)),
@@ -450,7 +450,7 @@
         self.options = vminstall.options.Options()
         self.defaults = vminstall.options.Options()
 
-    def show(self):
+    def show(self, parent=None):
         self.topwin.show()
 
         hand = gtk.gdk.Cursor(gtk.gdk.HAND2)
@@ -1537,7 +1537,7 @@
                 signal = 'action-show-terminal'
                 if (self.defaults.graphics != 'none' and \
                     guest_console.get_vnc_port_from_domid(domid, timeout=10.0) 
!= None):
-                    signal = 'action-show-console'
+                    signal = 'action-show-vm'
                 log.debug("%s of %s via virt-manager" % (signal, uuid))
                 def poke_virt_man():
                     if not caps.is_xen():
@@ -1594,7 +1594,7 @@
         gjob = GJob(self.job, self.defaults, errors)
         gjob.connect('install-progress-change', do_progress_change)
         gjob.connect('install-progress-close', do_progress_close)
-        gjob.connect('install-show-console', do_show_console)
+        gjob.connect('install-show-vm', do_show_console)
         gjob.connect('install-show-error', do_show_error)
         gjob.connect('install-done', do_done)
         gjob.start()


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to