commit spice-vdagent for openSUSE:Factory
Hello community, here is the log from the commit of package spice-vdagent for openSUSE:Factory checked in at 2017-08-28 16:17:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice-vdagent (Old) and /work/SRC/openSUSE:Factory/.spice-vdagent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "spice-vdagent" Mon Aug 28 16:17:23 2017 rev:11 rq:519134 version:0.17.0 Changes: -------- --- /work/SRC/openSUSE:Factory/spice-vdagent/spice-vdagent.changes 2017-03-12 20:03:01.130087155 +0100 +++ /work/SRC/openSUSE:Factory/.spice-vdagent.new/spice-vdagent.changes 2017-08-28 16:17:24.292788554 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 12:20:36 UTC 2017 - msuchanek@suse.com + +- Fix warning in vdagentd-do-endian-swapping.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice-vdagent.spec ++++++ --- /var/tmp/diff_new_pack.BTcGu3/_old 2017-08-28 16:17:25.528614882 +0200 +++ /var/tmp/diff_new_pack.BTcGu3/_new 2017-08-28 16:17:25.552611509 +0200 @@ -1,7 +1,7 @@ # # spec file for package spice-vdagent # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties ++++++ vdagentd-do-endian-swapping.patch ++++++ --- /var/tmp/diff_new_pack.BTcGu3/_old 2017-08-28 16:17:25.680593524 +0200 +++ /var/tmp/diff_new_pack.BTcGu3/_new 2017-08-28 16:17:25.692591838 +0200 @@ -717,3 +717,34 @@ -- 2.10.2 +From 69e5fd82bf5d9282a640ae8f4069e3cd1bf6abb8 Mon Sep 17 00:00:00 2001 +From: Pavel Grunt <pgrunt@redhat.com> +Date: Thu, 23 Mar 2017 12:26:28 +0100 +Subject: [PATCH] vdagentd: Handle VD_AGENT_CLIPBOARD_RELEASE + +In fact do nothing but avoid a runtime warning + vdagent_message_clipboard_from_le: code should not be reached + +Introduced in 99d9d3583143aef7143ec986cebe2980fdeeb776 + +Acked-by: Victor Toso <victortoso@redhat.com> +--- + src/vdagentd/vdagentd.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/vdagentd.c b/src/vdagentd.c +index 954bba12cca8..aef5b9616318 100644 +--- a/src/vdagentd.c ++++ b/src/vdagentd.c +@@ -410,6 +410,8 @@ static void vdagent_message_clipboard_from_le(VDAgentMessage *message_header, + case VD_AGENT_CLIPBOARD_GRAB: + virtio_msg_uint32_from_le(data, message_header->size, min_size); + break; ++ case VD_AGENT_CLIPBOARD_RELEASE: ++ break; + default: + g_warn_if_reached(); + } +-- +2.10.2 +
participants (1)
-
root@hilbert.suse.de