Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2013-06-19 15:17:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-viewer (Old)
 and      /work/SRC/openSUSE:Factory/.virt-viewer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-viewer"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-viewer/virt-viewer.changes  2013-03-15 
10:48:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes     
2013-06-19 15:54:13.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Jun 10 12:41:41 MDT 2013 - [email protected]
+
+- Update to virt-viewer version 0.5.6
+  * Add ovirt:// support to remote-viewer (needs libgovirt)
+  * Many fullscreen and multi-monitor fixes
+  * Add a minimum version check in connection file
+  * Fix sending key combinations from “Send Key” menu when the key
+    names are localized
+  * Fix build with older glib and gtk+
+  * Fix MSI x64 build
+  * Clean-ups (remove browser plugin entirely)
+
+-------------------------------------------------------------------

Old:
----
  virt-viewer-0.5.5.tar.bz2

New:
----
  virt-viewer-0.5.6.tar.bz2

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

Other differences:
------------------
++++++ virt-viewer.spec ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:16.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:16.000000000 +0200
@@ -19,10 +19,10 @@
 Summary:        Virtual Machine Viewer
 License:        GPL-2.0+
 Group:          System/Monitoring
-Version:        0.5.5
+Version:        0.5.6
 Release:        0
 Url:            http://www.virt-manager.org
-Source0:        virt-viewer-0.5.5.tar.bz2
+Source0:        virt-viewer-0.5.6.tar.bz2
 Patch20:        netcat.diff
 Patch21:        windows-keycombo.patch
 Patch22:        netware-keycombo.patch

++++++ netcat.diff ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:16.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:16.000000000 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.5.5/src/virt-viewer-app.c
+Index: virt-viewer-0.5.6/src/virt-viewer-app.c
 ===================================================================
---- virt-viewer-0.5.5.orig/src/virt-viewer-app.c
-+++ virt-viewer-0.5.5/src/virt-viewer-app.c
-@@ -418,7 +418,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
+--- virt-viewer-0.5.6.orig/src/virt-viewer-app.c
++++ virt-viewer-0.5.6/src/virt-viewer-app.c
+@@ -424,7 +424,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
          cmd[n++] = sshuser;
      }
      cmd[n++] = sshhost;

++++++ netware-keycombo.patch ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:16.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:16.000000000 +0200
@@ -1,9 +1,9 @@
-Index: virt-viewer-0.5.5/src/virt-viewer-window.c
+Index: virt-viewer-0.5.6/src/virt-viewer-window.c
 ===================================================================
---- virt-viewer-0.5.5.orig/src/virt-viewer-window.c
-+++ virt-viewer-0.5.5/src/virt-viewer-window.c
-@@ -545,7 +545,7 @@ virt_viewer_window_enter_fullscreen(Virt
- #endif
+--- virt-viewer-0.5.6.orig/src/virt-viewer-window.c
++++ virt-viewer-0.5.6/src/virt-viewer-window.c
+@@ -556,7 +556,7 @@ virt_viewer_window_enter_fullscreen(Virt
+     gtk_window_fullscreen(GTK_WINDOW(priv->window));
  }
  
 -#define MAX_KEY_COMBO 3
@@ -11,30 +11,28 @@
  struct        keyComboDef {
      guint keys[MAX_KEY_COMBO];
      guint nkeys;
-@@ -555,7 +555,16 @@ struct        keyComboDef {
- static const struct keyComboDef keyCombos[] = {
-     { { GDK_Control_L, GDK_Alt_L, GDK_Delete }, 3, "Ctrl+Alt+_Del"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3, "Ctrl+Alt+_Backspace"},
--    { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3, 
"Ctrl+Scroll+Scroll"},
-+    { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3, 
"Ctrl+Scroll+Scr_oll"},
-+    { {}, 0, "" },
-+    { { GDK_F8 }, 1, "_F8"},
-+    { { GDK_F10 }, 1, "F1_0"},
-+    { { GDK_Alt_L, GDK_F10 }, 2, "A_lt+F10"},
-+    { { GDK_Alt_L, GDK_Tab }, 2, "Alt+_Tab"},
-+    { { GDK_Alt_L, GDK_Escape }, 2, "_Alt+Esc"},
-+    { { GDK_Control_L, GDK_Escape }, 2, "_Ctrl+Esc"},
-+    { { GDK_Control_L, GDK_Alt_L, GDK_Escape }, 3, "Ctrl+Alt+_Esc"},
-+    { { GDK_Alt_R, GDK_Shift_R, GDK_Shift_L, GDK_Escape }, 4, 
"Alt+Shift+Sh_ift+Esc"},
+@@ -568,6 +568,15 @@ static const struct keyComboDef keyCombo
+     { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3, 
N_("Ctrl+Alt+_Backspace")},
+     { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3, 
N_("Ctrl+Scroll+Scroll")},
      { {}, 0, "" },
-     { { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, "Ctrl+Alt+F_1"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, "Ctrl+Alt+F_2"},
-@@ -566,7 +575,7 @@ static const struct keyComboDef keyCombo
-     { { GDK_Control_L, GDK_Alt_L, GDK_F7 }, 3, "Ctrl+Alt+F_7"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F8 }, 3, "Ctrl+Alt+F_8"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F9 }, 3, "Ctrl+Alt+F_9"},
--    { { GDK_Control_L, GDK_Alt_L, GDK_F10 }, 3, "Ctrl+Alt+F1_0"},
-+    { { GDK_Control_L, GDK_Alt_L, GDK_F10 }, 3, "Ct_rl+Alt+F10"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F11 }, 3, "Ctrl+Alt+F11"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F12 }, 3, "Ctrl+Alt+F12"},
++    { { GDK_F8 }, 1, N_("_F8")},
++    { { GDK_F10 }, 1, N_("F1_0")},
++    { { GDK_Alt_L, GDK_F10 }, 2, N_("A_lt+F10")},
++    { { GDK_Alt_L, GDK_Tab }, 2, N_("Alt+_Tab")},
++    { { GDK_Alt_L, GDK_Escape }, 2, N_("_Alt+Esc")},
++    { { GDK_Control_L, GDK_Escape }, 2, N_("_Ctrl+Esc")},
++    { { GDK_Control_L, GDK_Alt_L, GDK_Escape }, 3, N_("Ctrl+Alt+_Esc")},
++    { { GDK_Alt_R, GDK_Shift_R, GDK_Shift_L, GDK_Escape }, 4, 
N_("Alt+Shift+Sh_ift+Esc")},
++    { {}, 0, "" },
+     { { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, N_("Ctrl+Alt+F_1")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, N_("Ctrl+Alt+F_2")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F3 }, 3, N_("Ctrl+Alt+F_3")},
+@@ -577,7 +586,7 @@ static const struct keyComboDef keyCombo
+     { { GDK_Control_L, GDK_Alt_L, GDK_F7 }, 3, N_("Ctrl+Alt+F_7")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F8 }, 3, N_("Ctrl+Alt+F_8")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F9 }, 3, N_("Ctrl+Alt+F_9")},
+-    { { GDK_Control_L, GDK_Alt_L, GDK_F10 }, 3, N_("Ctrl+Alt+F1_0")},
++    { { GDK_Control_L, GDK_Alt_L, GDK_F10 }, 3, N_("Ct_rl+Alt+F10")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F11 }, 3, N_("Ctrl+Alt+F11")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F12 }, 3, N_("Ctrl+Alt+F12")},
      { {}, 0, "" },

++++++ report-error.patch ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:16.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:16.000000000 +0200
@@ -1,8 +1,8 @@
-Index: virt-viewer-0.5.5/src/virt-viewer.c
+Index: virt-viewer-0.5.6/src/virt-viewer.c
 ===================================================================
---- virt-viewer-0.5.5.orig/src/virt-viewer.c
-+++ virt-viewer-0.5.5/src/virt-viewer.c
-@@ -537,6 +537,7 @@ virt_viewer_initial_connect(VirtViewerAp
+--- virt-viewer-0.5.6.orig/src/virt-viewer.c
++++ virt-viewer-0.5.6/src/virt-viewer.c
+@@ -543,6 +543,7 @@ virt_viewer_initial_connect(VirtViewerAp
          } else {
              virt_viewer_app_simple_message_dialog(app, _("Cannot find guest 
domain %s"),
                                                    priv->domkey);

++++++ virt-viewer-0.5.5.tar.bz2 -> virt-viewer-0.5.6.tar.bz2 ++++++
++++ 47264 lines of diff (skipped)

++++++ virtview-desktop.patch ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:17.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:17.000000000 +0200
@@ -1,11 +1,11 @@
-Index: virt-viewer-0.5.5/data/remote-viewer.desktop.in
+Index: virt-viewer-0.5.6/data/remote-viewer.desktop.in
 ===================================================================
---- virt-viewer-0.5.5.orig/data/remote-viewer.desktop.in
-+++ virt-viewer-0.5.5/data/remote-viewer.desktop.in
-@@ -1,9 +1,22 @@
+--- virt-viewer-0.5.6.orig/data/remote-viewer.desktop.in
++++ virt-viewer-0.5.6/data/remote-viewer.desktop.in
+@@ -1,9 +1,21 @@
  [Desktop Entry]
  _Name=Remote Viewer
- _Comment=Access remote desktops
+-_Comment=Access remote desktops
 -Exec=remote-viewer %u
 +X-SuSE-translate=true
 +Comment=Virtual Machine Viewer for Xen and KVM

++++++ windows-keycombo.patch ++++++
--- /var/tmp/diff_new_pack.IaGhwE/_old  2013-06-19 15:54:17.000000000 +0200
+++ /var/tmp/diff_new_pack.IaGhwE/_new  2013-06-19 15:54:17.000000000 +0200
@@ -1,12 +1,12 @@
-Index: virt-viewer-0.5.5/src/virt-viewer-window.c
+Index: virt-viewer-0.5.6/src/virt-viewer-window.c
 ===================================================================
---- virt-viewer-0.5.5.orig/src/virt-viewer-window.c
-+++ virt-viewer-0.5.5/src/virt-viewer-window.c
-@@ -555,6 +555,7 @@ struct        keyComboDef {
+--- virt-viewer-0.5.6.orig/src/virt-viewer-window.c
++++ virt-viewer-0.5.6/src/virt-viewer-window.c
+@@ -566,6 +566,7 @@ struct        keyComboDef {
  static const struct keyComboDef keyCombos[] = {
-     { { GDK_Control_L, GDK_Alt_L, GDK_Delete }, 3, "Ctrl+Alt+_Del"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3, "Ctrl+Alt+_Backspace"},
-+    { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3, 
"Ctrl+Scroll+Scroll"},
+     { { GDK_Control_L, GDK_Alt_L, GDK_Delete }, 3, N_("Ctrl+Alt+_Del")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace }, 3, 
N_("Ctrl+Alt+_Backspace")},
++    { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock }, 3, 
N_("Ctrl+Scroll+Scroll")},
      { {}, 0, "" },
-     { { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, "Ctrl+Alt+F_1"},
-     { { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, "Ctrl+Alt+F_2"},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F1 }, 3, N_("Ctrl+Alt+F_1")},
+     { { GDK_Control_L, GDK_Alt_L, GDK_F2 }, 3, N_("Ctrl+Alt+F_2")},

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

Reply via email to