Hello community,

here is the log from the commit of package spice for openSUSE:Factory checked 
in at 2012-03-22 12:41:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spice (Old)
 and      /work/SRC/openSUSE:Factory/.spice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spice", Maintainer is "posta...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spice/spice.changes      2012-02-21 
12:25:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spice.new/spice.changes 2012-03-22 
12:41:29.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 19 21:07:03 UTC 2012 - dims...@opensuse.org
+
+- Extend spice-signed-comparison.patch: incl. git commit 965a1a.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spice-signed-comparison.patch ++++++
--- /var/tmp/diff_new_pack.mijKZG/_old  2012-03-22 12:41:35.000000000 +0100
+++ /var/tmp/diff_new_pack.mijKZG/_new  2012-03-22 12:41:35.000000000 +0100
@@ -75,3 +75,58 @@
                  DBG(0, "wm_delete_window");
                  Platform::send_quit_request();
              }
+Index: spice-0.10.0/client/cmd_line_parser.cpp
+===================================================================
+--- spice-0.10.0.orig/client/cmd_line_parser.cpp
++++ spice-0.10.0/client/cmd_line_parser.cpp
+@@ -497,10 +497,9 @@ void CmdLineParser::show_help()
+                 os << "                              ";
+             }
+             if (line.size() > HELP_WIDTH) {
+-                int now = HELP_WIDTH;
++                size_t last_space, now = HELP_WIDTH;
+                 std::string sub;
+                 sub.append(line, 0, now);
+-                int last_space;
+                 if ((last_space = sub.find_last_of(' ')) != 
std::string::npos) {
+                     now = last_space;
+                     sub.resize(now++);
+Index: spice-0.10.0/client/glz_decoder.cpp
+===================================================================
+--- spice-0.10.0.orig/client/glz_decoder.cpp
++++ spice-0.10.0/client/glz_decoder.cpp
+@@ -50,7 +50,7 @@ GlzDecoder::~GlzDecoder()
+ 
+ void GlzDecoder::decode_header()
+ {
+-    int magic;
++    uint32_t magic;
+     int version;
+     uint8_t tmp;
+     int stride;
+Index: spice-0.10.0/client/x11/images/alt_image.c
+===================================================================
+--- spice-0.10.0.orig/client/x11/images/alt_image.c
++++ spice-0.10.0/client/x11/images/alt_image.c
+@@ -1,6 +1,6 @@
+ static const struct {
+-      uint32_t width;
+-      uint32_t height;
++      int width;
++      int height;
+       uint8_t pixel_data[17496];
+ } _alt_image = { 81, 54, {
+               
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
+Index: spice-0.10.0/client/x11/images/red_icon.c
+===================================================================
+--- spice-0.10.0.orig/client/x11/images/red_icon.c
++++ spice-0.10.0/client/x11/images/red_icon.c
+@@ -1,6 +1,6 @@
+ static const struct {
+-    uint32_t width;
+-    uint32_t height;
++    int width;
++    int height;
+     uint8_t pixmap[4096];
+     uint8_t mask[128];
+ } _red_icon = { 32, 32, {

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to