Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory
checked in at Mon Aug 29 17:01:32 CEST 2011.



--------
--- virt-manager/virt-manager.changes   2011-08-05 22:38:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/virt-manager/virt-manager.changes      
2011-08-26 18:54:19.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Aug 15 16:21:55 MDT 2011 - [email protected]
+
+- Fix _do_show_create() to check for valid uri
+
+-------------------------------------------------------------------
+Mon Aug 15 08:26:48 MDT 2011 - [email protected]
+
+- bnc#712214 - virt-manager 0.8.7 declared LGPL-2.1+ but is GPL-2.0+ 
+
+-------------------------------------------------------------------
+Fri Aug 12 14:12:06 MDT 2011 - [email protected]
+
+- Fixes to desktop file to be more descriptive
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ virt-manager.spec ++++++
--- /var/tmp/diff_new_pack.mPvLHL/_old  2011-08-29 17:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.mPvLHL/_new  2011-08-29 17:01:00.000000000 +0200
@@ -30,9 +30,9 @@
 Name:           virt-manager
 Summary:        Virtual Machine Manager
 Version:        0.8.7
-Release:        5
+Release:        7
 Group:          System/Monitoring
-License:        LGPLv2.1+
+License:        GPLv2+
 Url:            http://virt-manager.et.redhat.com
 Source0:        virt-manager-%{version}.tar.bz2
 Source1:        %{virtinst_name}.tar.bz2

++++++ virtman-vminstall.diff ++++++
--- /var/tmp/diff_new_pack.mPvLHL/_old  2011-08-29 17:01:00.000000000 +0200
+++ /var/tmp/diff_new_pack.mPvLHL/_new  2011-08-29 17:01:00.000000000 +0200
@@ -10,7 +10,15 @@
  from virtManager.host import vmmHost
  from virtManager.error import vmmErrorDialog
  from virtManager.systray import vmmSystray
-@@ -705,12 +704,45 @@ class vmmEngine(vmmGObject):
+@@ -222,6 +221,7 @@ class vmmEngine(vmmGObject):
+         self.windowCreate = None
+         self.windowManager = None
+         self.windowMigrate = None
++        self.remote_install = False
+ 
+         self.connections = {}
+         self.err = vmmErrorDialog()
+@@ -705,12 +705,48 @@ class vmmEngine(vmmGObject):
          self.windowCreate = obj
          return self.windowCreate
  
@@ -23,8 +31,11 @@
 -        except Exception, e:
 -            src.err.show_err(_("Error launching manager: %s") % str(e),
 -                             "".join(traceback.format_exc()))
-+        conn = self._lookup_connection(uri)
-+        do_remote = conn.is_remote()
++        if uri:
++            conn = self._lookup_connection(uri)
++            do_remote = conn.is_remote()
++        else:
++            do_remote = False
 +        if self.windowCreate == None or do_remote != self.remote_install:
 +            try:
 +                if do_remote:


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



Remember to have fun...

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

Reply via email to