Hello community,

here is the log from the commit of package virt-viewer for openSUSE:Factory 
checked in at 2016-01-21 23:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-12-20 
10:52:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virt-viewer.new/virt-viewer.changes     
2016-01-22 01:09:09.000000000 +0100
@@ -1,0 +2,58 @@
+Mon Jan 11 08:51:09 MST 2016 - carn...@suse.com
+
+- Update to virt-viewer version 3.1
+  virt-viewer-3.1.tar.bz2
+  - Last release to support GTK2 for Linux. The next 4.0 release
+    will be GTK3 only
+  - Don’t add URI scheme / path info to oVirt URIs
+  - Require spice-gtk >= 0.30
+  - Enable webdav folder sharing with spice
+  - Add preferences UI dialog
+  - Take –direct into account when checking if guest is reachable
+  - Take SPICE proxy into account when connecting to oVirt
+    instances
+  - Fail gracefully when hostname is not returned by oVirt
+  - Don’t show empty foreign menu on secondary displays
+  - Avoid accidentally trying to connect to port 0 when oVirt
+    doesn’t specify a port number
+  - Correctly update geometry when enabling/disabling display heads
+  - Avoid accidentally creating extra monitors when using
+    configuration file monitor mapping
+  - Exit normally when cancelling connect dialog
+  - Don’t wait for a guest that we know will never show up
+  - Fix crash when using –reconnect with SPICE
+  - Avoid zooming out if it would decrease window size below
+    minimum required for top menu display
+  - Fix crash when disabling last enabled display
+  - Honour changes in display position from guest
+  - Don’t show error dialog twice for unknown graphics type
+  - Allow to cancel oVirt auth without error
+  - Set sensitivity of display menu based on whether it is usable
+    or not
+  - Set sensitivity of tool bar buttons based on whether they are
+    usable or not
+  - Set guest name reported by VNC
+  - Fix crash when using gtk-vnc 0.3.8
+  - Fix alt-tab behaviour in choose VM dialog
+  - Don’t allow missing display in monitor mapping config
+  - Add –with-osid flag to configure to allow specifying the
+    operating system build target. The values should be based on
+    libosinfo OS short IDs.
+  - Ensure windows installer places menu icon for all users not
+    just admin. Requires manual uninstall of previous windows
+    version
+  - Require address in remote viewer connect dialog
+  - Automatically retry VNC connection after auth failure
+  - Drop GTK2 support for Windows builds
+  - Enable keepalives on libvirt conncetion
+  - Allow resize of window to arbitrary size
+  - Fix thread safety handling event callbacks
+  - Avoid deprecation warnings with newer glib
+  - Pulled in multiple fixes for event loop from libvirt-glib
+  - Fix misc bugs reported by coverity
+  - Fix binary ID in MSI installer
+  - Stop polling libvirt after reconnecting to libvirt
+- Drop old tarball
+  virt-viewer-3.0.tar.bz2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ virt-viewer.spec ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-viewer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if %suse_version >= 1315
 %define gtk_arg --with-gtk=3.0
 %else
@@ -25,10 +26,10 @@
 Summary:        Virtual Machine Viewer
 License:        GPL-2.0+
 Group:          System/Monitoring
-Version:        3.0
+Version:        3.1
 Release:        0
 Url:            http://www.virt-manager.org
-Source0:        virt-viewer-3.0.tar.bz2
+Source0:        virt-viewer-3.1.tar.bz2
 Patch50:        netcat.patch
 Patch51:        windows-keycombo.patch
 Patch52:        netware-keycombo.patch

++++++ netcat.patch ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:11.000000000 +0100
@@ -1,7 +1,7 @@
-Index: virt-viewer-3.0/src/virt-viewer-app.c
+Index: virt-viewer-3.1/src/virt-viewer-app.c
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-viewer-app.c
-+++ virt-viewer-3.0/src/virt-viewer-app.c
+--- virt-viewer-3.1.orig/src/virt-viewer-app.c
++++ virt-viewer-3.1/src/virt-viewer-app.c
 @@ -691,7 +691,7 @@ virt_viewer_app_open_tunnel_ssh(const ch
      else
          g_string_append_printf(cat, "UNIX-CONNECT:%s", unixsock);

++++++ netware-keycombo.patch ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:11.000000000 +0100
@@ -1,7 +1,7 @@
-Index: virt-viewer-3.0/src/virt-viewer-window.c
+Index: virt-viewer-3.1/src/virt-viewer-window.c
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-viewer-window.c
-+++ virt-viewer-3.0/src/virt-viewer-window.c
+--- virt-viewer-3.1.orig/src/virt-viewer-window.c
++++ virt-viewer-3.1/src/virt-viewer-window.c
 @@ -538,6 +538,15 @@ static const struct keyComboDef keyCombo
      { { GDK_Control_L, GDK_Alt_L, GDK_BackSpace, GDK_VoidSymbol }, 
N_("Ctrl+Alt+_Backspace"), NULL},
      { { GDK_Control_R, GDK_Scroll_Lock, GDK_Scroll_Lock, GDK_VoidSymbol }, 
N_("Ctrl+Scroll+Scroll"), NULL},
@@ -27,10 +27,10 @@
      { { GDK_Control_L, GDK_Alt_L, GDK_F11, GDK_VoidSymbol }, 
N_("Ctrl+Alt+F11"), NULL},
      { { GDK_Control_L, GDK_Alt_L, GDK_F12, GDK_VoidSymbol }, 
N_("Ctrl+Alt+F12"), NULL},
      { { GDK_VoidSymbol }, "" , NULL},
-Index: virt-viewer-3.0/src/virt-gtk-compat.h
+Index: virt-viewer-3.1/src/virt-gtk-compat.h
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-gtk-compat.h
-+++ virt-viewer-3.0/src/virt-gtk-compat.h
+--- virt-viewer-3.1.orig/src/virt-gtk-compat.h
++++ virt-viewer-3.1/src/virt-gtk-compat.h
 @@ -35,13 +35,17 @@ G_BEGIN_DECLS
  
  #if GTK_CHECK_VERSION(3, 0, 0)

++++++ reverse-3d5627d7-for-xen.patch ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:11.000000000 +0100
@@ -8,10 +8,10 @@
 Even when the server doesn't provide a display connection address,
 virt-viewer is able to connect to guest with libvirt attach.
 
-Index: virt-viewer-3.0/src/virt-viewer.c
+Index: virt-viewer-3.1/src/virt-viewer.c
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-viewer.c
-+++ virt-viewer-3.0/src/virt-viewer.c
+--- virt-viewer-3.1.orig/src/virt-viewer.c
++++ virt-viewer-3.1/src/virt-viewer.c
 @@ -428,18 +428,17 @@ virt_viewer_extract_connect_info(VirtVie
          ghost = virt_viewer_extract_xpath_string(xmldesc, xpath);
      } else {

++++++ virt-viewer-3.0.tar.bz2 -> virt-viewer-3.1.tar.bz2 ++++++
++++ 71557 lines of diff (skipped)

++++++ virtview-desktop.patch ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:12.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:12.000000000 +0100
@@ -1,7 +1,7 @@
-Index: virt-viewer-3.0/data/remote-viewer.desktop.in
+Index: virt-viewer-3.1/data/remote-viewer.desktop.in
 ===================================================================
---- virt-viewer-3.0.orig/data/remote-viewer.desktop.in
-+++ virt-viewer-3.0/data/remote-viewer.desktop.in
+--- virt-viewer-3.1.orig/data/remote-viewer.desktop.in
++++ virt-viewer-3.1/data/remote-viewer.desktop.in
 @@ -1,10 +1,22 @@
  [Desktop Entry]
  _Name=Remote Viewer

++++++ windows-keycombo.patch ++++++
--- /var/tmp/diff_new_pack.N7cAKa/_old  2016-01-22 01:09:12.000000000 +0100
+++ /var/tmp/diff_new_pack.N7cAKa/_new  2016-01-22 01:09:12.000000000 +0100
@@ -1,7 +1,7 @@
-Index: virt-viewer-3.0/src/virt-viewer-window.c
+Index: virt-viewer-3.1/src/virt-viewer-window.c
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-viewer-window.c
-+++ virt-viewer-3.0/src/virt-viewer-window.c
+--- virt-viewer-3.1.orig/src/virt-viewer-window.c
++++ virt-viewer-3.1/src/virt-viewer-window.c
 @@ -536,6 +536,7 @@ struct keyComboDef {
  static const struct keyComboDef keyCombos[] = {
      { { GDK_Control_L, GDK_Alt_L, GDK_Delete, GDK_VoidSymbol }, 
N_("Ctrl+Alt+_Del"), "<virt-viewer>/send/secure-attention"},
@@ -10,10 +10,10 @@
      { { GDK_VoidSymbol }, "" , NULL},
      { { GDK_Control_L, GDK_Alt_L, GDK_F1, GDK_VoidSymbol }, 
N_("Ctrl+Alt+F_1"), NULL},
      { { GDK_Control_L, GDK_Alt_L, GDK_F2, GDK_VoidSymbol }, 
N_("Ctrl+Alt+F_2"), NULL},
-Index: virt-viewer-3.0/src/virt-gtk-compat.h
+Index: virt-viewer-3.1/src/virt-gtk-compat.h
 ===================================================================
---- virt-viewer-3.0.orig/src/virt-gtk-compat.h
-+++ virt-viewer-3.0/src/virt-gtk-compat.h
+--- virt-viewer-3.1.orig/src/virt-gtk-compat.h
++++ virt-viewer-3.1/src/virt-gtk-compat.h
 @@ -37,6 +37,8 @@ G_BEGIN_DECLS
  #define GDK_Shift_L GDK_KEY_Shift_L
  #define GDK_VoidSymbol GDK_KEY_VoidSymbol


Reply via email to