commit spice-protocol for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2020-10-08 13:10:48

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.4249 (New)


Package is "spice-protocol"

Thu Oct  8 13:10:48 2020 rev:29 rq:839649 version:0.14.3

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2020-10-02 17:15:23.282071104 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.4249/spice-protocol.changes  
2020-10-08 13:11:44.747148618 +0200
@@ -1,0 +2,10 @@
+Mon Oct  5 17:59:17 UTC 2020 - Bruce Rogers 
+
+- Update to version 0.14.3
+  + Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
+  WebDAV support
+  + Add support for side mouse buttons
+  + Add a MonitorsMM field to VDAgentMonitorsConfig allowing to pass
+  physical monitor dimension
+
+---

Old:

  spice-protocol-0.14.2.tar.xz
  spice-protocol-0.14.2.tar.xz.sig

New:

  spice-protocol-0.14.3.tar.xz
  spice-protocol-0.14.3.tar.xz.sig



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.7BPfsQ/_old  2020-10-08 13:11:45.267149089 +0200
+++ /var/tmp/diff_new_pack.7BPfsQ/_new  2020-10-08 13:11:45.271149092 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.14.2
+Version:0.14.3
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause

++ spice-protocol-0.14.2.tar.xz -> spice-protocol-0.14.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.2/CHANGELOG.md 
new/spice-protocol-0.14.3/CHANGELOG.md
--- old/spice-protocol-0.14.2/CHANGELOG.md  2020-05-15 16:27:33.880287200 
+0200
+++ new/spice-protocol-0.14.3/CHANGELOG.md  2020-09-30 12:02:19.0 
+0200
@@ -1,3 +1,11 @@
+Major changes in 0.14.3
+===
+* Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
+  WebDAV support
+* Add support for side mouse buttons
+* Add a MonitorsMM field to VDAgentMonitorsConfig allowing to pass
+  physical monitor dimension
+
 Major changes in 0.14.2
 ===
 * Removed Autoconf support, only Meson is available
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.2/meson.build 
new/spice-protocol-0.14.3/meson.build
--- old/spice-protocol-0.14.2/meson.build   2020-05-15 16:27:33.880287200 
+0200
+++ new/spice-protocol-0.14.3/meson.build   2020-09-30 12:02:19.0 
+0200
@@ -2,7 +2,7 @@
 # project definition
 #
 project('spice-protocol',
-version : '0.14.2',
+version : '0.14.3',
 license : 'BSD',
 meson_version : '>= 0.41.0')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.2/spice/enums.h 
new/spice-protocol-0.14.3/spice/enums.h
--- old/spice-protocol-0.14.2/spice/enums.h 2020-05-15 16:27:33.883620500 
+0200
+++ new/spice-protocol-0.14.3/spice/enums.h 2020-09-30 12:02:19.0 
+0200
@@ -336,6 +336,8 @@
 SPICE_MOUSE_BUTTON_RIGHT,
 SPICE_MOUSE_BUTTON_UP,
 SPICE_MOUSE_BUTTON_DOWN,
+SPICE_MOUSE_BUTTON_SIDE,
+SPICE_MOUSE_BUTTON_EXTRA,
 
 SPICE_MOUSE_BUTTON_ENUM_END
 } SpiceMouseButton;
@@ -344,8 +346,12 @@
 SPICE_MOUSE_BUTTON_MASK_LEFT = (1 << 0),
 SPICE_MOUSE_BUTTON_MASK_MIDDLE = (1 << 1),
 SPICE_MOUSE_BUTTON_MASK_RIGHT = (1 << 2),
+SPICE_MOUSE_BUTTON_MASK_UP = (1 << 3),
+SPICE_MOUSE_BUTTON_MASK_DOWN = (1 << 4),
+SPICE_MOUSE_BUTTON_MASK_SIDE = (1 << 5),
+SPICE_MOUSE_BUTTON_MASK_EXTRA = (1 << 6),
 
-SPICE_MOUSE_BUTTON_MASK_MASK = 0x7
+SPICE_MOUSE_BUTTON_MASK_MASK = 0x7F
 } SpiceMouseButtonMask;
 
 typedef enum SpiceCursorType {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.2/spice/vd_agent.h 
new/spice-protocol-0.14.3/spice/vd_agent.h
--- old/spice-protocol-0.14.2/spice/vd_agent.h  2020-05-15 16:27:33.883620500 
+0200
+++ new/spice-protocol-0.14.3/spice/vd_agent.h  2020-09-30 12:02:19.0 
+0200
@@ -205,14 +205,30 @@
 
 enum {
 VD_AGENT_CONFIG_MONITORS_FLAG_USE_POS = (1 << 0),
+VD_AGENT_CONFIG_MONITORS_FLAG_PHYSICAL_SIZE = (1 << 1),
 };
 
 typedef struct SPICE_ATTR_PACKED VDAgentMonitorsConfig {
 uint32_t num_of_monitors;
 uint32_t flags;
 VDAgentMonConfig monitors[0];
+/* only sent if the FLAG_PHYSICAL_SIZE is present: */
+/* VDAgentMonitorMM physical_sizes[0]; */
 } VDAgentMonitorsConfig;
 
+
+/* Physical size of the monitor in 

commit spice-protocol for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2020-10-02 17:15:21

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.4249 (New)


Package is "spice-protocol"

Fri Oct  2 17:15:21 2020 rev:28 rq:838791 version:0.14.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2020-08-20 22:27:35.747946721 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.4249/spice-protocol.changes  
2020-10-02 17:15:23.282071104 +0200
@@ -1,0 +2,7 @@
+Wed Sep 30 08:14:03 UTC 2020 - Dominique Leuenberger 
+
+- Drop libdir=/usr/(lib|lib64} entry from the .pc file: the
+  package is noarch and the libdir entry changes between archs
+  (boo#1109895).
+
+---



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.qTqk1u/_old  2020-10-02 17:15:24.250071656 +0200
+++ /var/tmp/diff_new_pack.qTqk1u/_new  2020-10-02 17:15:24.254071658 +0200
@@ -51,6 +51,8 @@
 
 %install
 %meson_install
+# drop the libdir= entry from the .pc file. It's irrelevant for a 
arch-independent file
+sed -i "/libdir=/d" %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
 
 %files devel
 %license COPYING






commit spice-protocol for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2020-08-20 22:27:10

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.3399 (New)


Package is "spice-protocol"

Thu Aug 20 22:27:10 2020 rev:27 rq:827385 version:0.14.2

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2020-03-12 22:58:15.918989754 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.3399/spice-protocol.changes  
2020-08-20 22:27:35.747946721 +0200
@@ -1,0 +2,11 @@
+Mon Aug 17 14:47:32 UTC 2020 - Dirk Mueller 
+
+- update to 0.14.2:
+  * Removed Autoconf support, only Meson is available
+  * Removed foreign-menu and controller interfaces
+  * Deprecated CELT support
+  * Generate MingW packages building the RPM
+  * Allows for the agent to pass back a more specific error to the client
+  * Add quality indicators messages
+
+---

Old:

  spice-protocol-0.14.1.tar.bz2
  spice-protocol-0.14.1.tar.bz2.sig

New:

  spice-protocol-0.14.2.tar.xz
  spice-protocol-0.14.2.tar.xz.sig



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.UUvoLx/_old  2020-08-20 22:27:36.387947019 +0200
+++ /var/tmp/diff_new_pack.UUvoLx/_new  2020-08-20 22:27:36.395947023 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   spice-protocol
-Version:0.14.1
+Version:0.14.2
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause
 Group:  Development/Languages/C and C++
 URL:https://www.spice-space.org/
-Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
-Source1:
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
+Source: 
https://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz
+Source1:
https://www.spice-space.org/download/releases/spice-protocol-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 BuildRequires:  meson >= 0.41.0
 BuildRequires:  pkgconfig





commit spice-protocol for openSUSE:Factory

2020-03-12 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2020-03-12 22:58:01

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.3160 (New)


Package is "spice-protocol"

Thu Mar 12 22:58:01 2020 rev:26 rq:783102 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2019-05-22 10:51:39.727316375 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.3160/spice-protocol.changes  
2020-03-12 22:58:15.918989754 +0100
@@ -1,0 +2,12 @@
+Mon Mar  9 19:35:56 UTC 2020 - Bruce Rogers 
+
+- Update to version 0.14.1
+  + Introduce VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL
+  + Introduce VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB
+  + Deprecate foreign-menui_prot.h and controller_prot.h interfaces
+  + Remove VD_AGENT_CLIPBOARD_MAX_SIZE_[DEFAULT ENV]
+  + Define Quality Indicator messages and enums
+  + Fix alignment for QXLReleaseInfo
+  + Other misc fixes
+
+---

Old:

  spice-protocol-0.14.0.tar.bz2
  spice-protocol-0.14.0.tar.bz2.sig

New:

  spice-protocol-0.14.1.tar.bz2
  spice-protocol-0.14.1.tar.bz2.sig



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.3AUHjo/_old  2020-03-12 22:58:16.402989947 +0100
+++ /var/tmp/diff_new_pack.3AUHjo/_new  2020-03-12 22:58:16.406989949 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.14.0
+Version:0.14.1
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause

++ spice-protocol-0.14.0.tar.bz2 -> spice-protocol-0.14.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.0/CHANGELOG.md 
new/spice-protocol-0.14.1/CHANGELOG.md
--- old/spice-protocol-0.14.0/CHANGELOG.md  2019-04-12 15:54:46.0 
+0200
+++ new/spice-protocol-0.14.1/CHANGELOG.md  2020-03-07 08:43:51.0 
+0100
@@ -1,3 +1,21 @@
+Major changes in 0.14.1
+===
+* This is the last release with:
+  * Autotools: Meson is now the only supported
+  * foreign_menu_prot.h: Deprecated in this release
+  * controller_prot.h: Deprecated in this release
+* Add VD_AGENT_CAP_CLIPBOARD_NO_RELEASE_ON_REGRAB
+* Add VD_AGENT_CAP_CLIPBOARD_GRAB_SERIAL
+* Add SPICE_MSGC_MAIN_QUALITY_INDICATOR enum
+* Add STREAM_TYPE_QUALITY_INDICATOR message
+* Remove deprecated vdi_dev.h interface
+* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_DEFAULT
+* Remove deprecated VD_AGENT_CLIPBOARD_MAX_SIZE_ENV
+* Remove unused SPICE_GNUC_ macros
+* qxl_dev: QXLReleaseInfo alignment fix
+* Some documentation added in vd_agentd.h
+* Now shipping a rpm spec file to easy deployment and testing
+
 Major changes in 0.14.0
 ===
 * Bumping minor to show that some types and values were removed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.0/Makefile.am 
new/spice-protocol-0.14.1/Makefile.am
--- old/spice-protocol-0.14.0/Makefile.am   2019-04-12 15:54:46.0 
+0200
+++ new/spice-protocol-0.14.1/Makefile.am   2020-03-06 09:24:59.0 
+0100
@@ -25,6 +25,7 @@
 EXTRA_DIST =   \
README.md   \
CHANGELOG.md\
+   spice-protocol.spec \
meson.build
 
 -include $(top_srcdir)/git.mk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.0/Makefile.in 
new/spice-protocol-0.14.1/Makefile.in
--- old/spice-protocol-0.14.0/Makefile.in   2019-04-12 15:55:07.0 
+0200
+++ new/spice-protocol-0.14.1/Makefile.in   2020-03-07 08:52:54.0 
+0100
@@ -97,7 +97,7 @@
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = spice-protocol.pc
+CONFIG_CLEAN_FILES = spice-protocol.pc spice-protocol.spec
 CONFIG_CLEAN_VPATH_FILES =
 AM_V_P = $(am__v_P_@AM_V@)
 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
@@ -186,7 +186,8 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-   $(srcdir)/spice-protocol.pc.in 

commit spice-protocol for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2019-05-22 10:51:38

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.5148 (New)


Package is "spice-protocol"

Wed May 22 10:51:38 2019 rev:25 rq:703828 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2019-03-01 20:30:05.954001539 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.5148/spice-protocol.changes  
2019-05-22 10:51:39.727316375 +0200
@@ -1,0 +2,10 @@
+Tue Apr 16 20:21:17 UTC 2019 - Bruce Rogers 
+
+- Update to version 0.14.0:
+  + Add: VDAgentGraphicsDeviceInfo and StreamMsgGraphicsDeviceInfo
+messages, and SpiceStat structure padding
+  + Remove: SpicePubkeyType, SpiceTunnelServiceType,
+SpiceTunnelIpType, SPICE_MSG_TUNNEL_* and SPICE_MSGC_TUNNEL_*
+- Add keyring and tarball signature files
+
+---

Old:

  spice-protocol-0.12.15.tar.bz2

New:

  spice-protocol-0.14.0.tar.bz2
  spice-protocol-0.14.0.tar.bz2.sig
  spice-protocol.keyring



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.SIe78m/_old  2019-05-22 10:51:42.167314978 +0200
+++ /var/tmp/diff_new_pack.SIe78m/_new  2019-05-22 10:51:42.191314964 +0200
@@ -17,13 +17,15 @@
 
 
 Name:   spice-protocol
-Version:0.12.15
+Version:0.14.0
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause
 Group:  Development/Languages/C and C++
 URL:https://www.spice-space.org/
 Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Source1:
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
+Source2:%{name}.keyring
 BuildRequires:  meson >= 0.41.0
 BuildRequires:  pkgconfig
 Requires:   python-pyparsing
@@ -52,7 +54,7 @@
 
 %files devel
 %license COPYING
-%doc NEWS
+%doc CHANGELOG.md README.md
 %{_datadir}/pkgconfig/spice-protocol.pc
 %{_includedir}/spice-1/
 

++ spice-protocol-0.12.15.tar.bz2 -> spice-protocol-0.14.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.15/CHANGELOG.md 
new/spice-protocol-0.14.0/CHANGELOG.md
--- old/spice-protocol-0.12.15/CHANGELOG.md 1970-01-01 01:00:00.0 
+0100
+++ new/spice-protocol-0.14.0/CHANGELOG.md  2019-04-12 15:54:46.0 
+0200
@@ -0,0 +1,206 @@
+Major changes in 0.14.0
+===
+* Bumping minor to show that some types and values were removed
+* Regenerate enums.h (from spice.proto) which removes:
+ * SpicePubkeyType;
+ * SpiceTunnelServiceType;
+ * SpiceTunnelIpType;
+ * SPICE_MSG_TUNNEL_* and SPICE_MSGC_TUNNEL_*
+* Add VDAgentGraphicsDeviceInfo message
+* Add StreamMsgGraphicsDeviceInfo message
+* Add padding to SpiceStat structure
+
+Major changes in 0.12.15
+
+* Add support for h265 video codec
+* qxl_dev: Align QXLRam to 4 bytes
+* meson: fix spice-protocol as subproject
+
+Major changes in 0.12.14
+
+* add stream-device protocol
+* add SPICE_SURFACE_FLAGS_STREAMING_MODE flag
+* add e2k (Elbrus 2000) architecture
+* add SPICE_MAX_NUM_STREAMS
+* add meson support
+* add bult-ins byte swapping for Visual C++
+* switch to built-ins byte swapping in GCC
+
+Major changes in 0.12.13
+
+* add DISPLAY_PREFERRED_VIDEO_CODEC_TYPE
+* add VP9 codec type
+* add VD_AGENT_CLEAR_CAPABILITY() macro
+* add VD_AGENT_CAP_FILE_XFER_DISABLED
+* add VD_AGENT_FILE_XFER_STATUS_NOT_ENOUGH_SPACE
+* add new file-xfer statuses for detailed error
+* Change enums.h license to MIT
+
+Major changes in 0.12.12
+
+* protocol: Add lz4 compression support to the SpiceVMC channel
+
+Major changes in 0.12.11
+
+* protocol: add support for the VP8 and h264 video codecs
+* protocol: add unix GL scanout messages
+* remove code generation scripts, moved back to spice-common
+* macros improvements, more type safety
+
+Major changes in 0.12.10
+
+* Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION to handle multi-monitor
+  configurations that are not multi-head
+* Add protocol code generation scripts from spice-common
+* Endianness and compiler portability fixes (clang)
+
+Major changes in 0.12.9
+===
+* rename newly introduced SpiceImageCompress enum to SpiceImageCompression
+  as otherwise it was clashing with the definition used by older spice-server
+  releases, breaking QEMU build
+
+Major changes in 0.12.8
+===
+* 

commit spice-protocol for openSUSE:Factory

2019-03-01 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2019-03-01 20:30:03

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.28833 (New)


Package is "spice-protocol"

Fri Mar  1 20:30:03 2019 rev:24 rq:680151 version:0.12.15

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2018-07-04 23:51:16.888147167 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.28833/spice-protocol.changes 
2019-03-01 20:30:05.954001539 +0100
@@ -1,0 +2,12 @@
+Thu Feb 28 12:05:50 UTC 2019 - o...@aepfle.de
+
+- Require meson >= 0.41.0 per meson.build
+- Use autosetup -p1, in case we require patches in the future
+
+---
+Sat Jan 19 15:17:11 UTC 2019 - Bruce Rogers 
+
+- Update to version 0.12.15:
+  + add support for h265 video codec
+
+---

Old:

  spice-protocol-0.12.14.tar.bz2

New:

  spice-protocol-0.12.15.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.dGjR9I/_old  2019-03-01 20:30:06.586001387 +0100
+++ /var/tmp/diff_new_pack.dGjR9I/_new  2019-03-01 20:30:06.586001387 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   spice-protocol
-Version:0.12.14
+Version:0.12.15
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause
 Group:  Development/Languages/C and C++
 URL:https://www.spice-space.org/
 Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
-BuildRequires:  meson
+BuildRequires:  meson >= 0.41.0
 BuildRequires:  pkgconfig
 Requires:   python-pyparsing
 Requires:   python-six
@@ -41,7 +41,7 @@
 Headers defining the SPICE-protocol
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson

++ spice-protocol-0.12.14.tar.bz2 -> spice-protocol-0.12.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.14/Makefile.in 
new/spice-protocol-0.12.15/Makefile.in
--- old/spice-protocol-0.12.14/Makefile.in  2018-06-01 10:10:31.0 
+0200
+++ new/spice-protocol-0.12.15/Makefile.in  2019-01-11 18:33:15.0 
+0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2018 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -162,7 +162,7 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-   cscope distdir dist dist-all distcheck
+   cscope distdir distdir-am dist dist-all distcheck
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
$(LISP)config.h.in
 # Read a list of newline-separated strings from the standard input,
@@ -352,8 +352,8 @@
echo ' $(SHELL) ./config.status'; \
$(SHELL) ./config.status;; \
  *) \
-   echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe)'; \
-   cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__depfiles_maybe);; \
+   echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__maybe_remake_depfiles)'; \
+   cd $(top_builddir) && $(SHELL) ./config.status $@ 
$(am__maybe_remake_depfiles);; \
esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure 
$(CONFIG_STATUS_DEPENDENCIES)
@@ -509,7 +509,10 @@
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
 
-distdir: $(DISTFILES)
+distdir: $(BUILT_SOURCES)
+   $(MAKE) $(AM_MAKEFLAGS) distdir-am
+
+distdir-am: $(DISTFILES)
$(am__remove_distdir)
test -d "$(distdir)" || mkdir "$(distdir)"

commit spice-protocol for openSUSE:Factory

2018-07-04 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2018-07-04 23:51:12

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Wed Jul  4 23:51:12 2018 rev:23 rq:619391 version:0.12.14

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2017-09-04 12:26:26.810824184 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2018-07-04 23:51:16.888147167 +0200
@@ -1,0 +2,10 @@
+Wed Jun 20 00:20:12 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 0.12.14:
+  + Add: stream-device protocol; SPICE_SURFACE_FLAGS_STREAMING_MODE
+flag; e2k (Elbrus 2000) architecture and SPICE_MAX_NUM_STREAMS.
+- Replace autoconf and automake BuildRequires with meson, and
+  configure/make (install) with meson/meson_build/meson_install
+  macros to follow upstream changes.
+
+---

Old:

  spice-protocol-0.12.13.tar.bz2

New:

  spice-protocol-0.12.14.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.7PAvaf/_old  2018-07-04 23:51:17.644146332 +0200
+++ /var/tmp/diff_new_pack.7PAvaf/_new  2018-07-04 23:51:17.648146327 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,20 +17,18 @@
 
 
 Name:   spice-protocol
-Version:0.12.13
+Version:0.12.14
 Release:0
-Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause
 Group:  Development/Languages/C and C++
-BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+URL:https://www.spice-space.org/
+Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 Requires:   python-pyparsing
 Requires:   python-six
-Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+BuildArch:  noarch
 
 %description
 Headers defining the SPICE-protocol
@@ -46,17 +44,15 @@
 %setup -q
 
 %build
-mkdir -vp m4
-autoreconf -fi
-%configure
-%__make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-make DESTDIR=%{buildroot} install
+%meson_install
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING NEWS
+%license COPYING
+%doc NEWS
 %{_datadir}/pkgconfig/spice-protocol.pc
 %{_includedir}/spice-1/
 

++ spice-protocol-0.12.13.tar.bz2 -> spice-protocol-0.12.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.13/INSTALL 
new/spice-protocol-0.12.14/INSTALL
--- old/spice-protocol-0.12.13/INSTALL  2017-02-20 10:35:28.0 +0100
+++ new/spice-protocol-0.12.14/INSTALL  2018-06-01 10:10:31.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
-Inc.
+   Copyright (C) 1994-1996, 1999-2002, 2004-2016 Free Software
+Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -12,97 +12,96 @@
 Basic Installation
 ==
 
-   Briefly, the shell command `./configure && make && make install'
+   Briefly, the shell command './configure && make && make install'
 should configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
+more-detailed instructions are generic; see the 'README' file for
 instructions specific to this package.  Some packages provide this
-`INSTALL' file but do not implement all of the features documented
+'INSTALL' file but do not implement all of the features documented
 below.  The lack of an optional feature in a given package is not
 necessarily a bug.  More recommendations for GNU packages can be found
 in *note Makefile Conventions: (standards)Makefile Conventions.
 
-   The `configure' shell script attempts to guess correct values for
+   The 'configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create 

commit spice-protocol for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2017-09-04 12:26:24

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Mon Sep  4 12:26:24 2017 rev:22 rq:519132 version:0.12.13

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2017-02-14 00:36:24.023890186 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2017-09-04 12:26:26.810824184 +0200
@@ -1,0 +2,12 @@
+Mon Aug 28 09:41:14 UTC 2017 - cbosdon...@suse.com
+
+- Update to version 0.12.13:
+  + add DISPLAY_PREFERRED_VIDEO_CODEC_TYPE
+  + add VP9 codec type
+  + add VD_AGENT_CLEAR_CAPABILITY() macro
+  + add VD_AGENT_CAP_FILE_XFER_DISABLED
+  + add VD_AGENT_FILE_XFER_STATUS_NOT_ENOUGH_SPACE
+  + add new file-xfer statuses for detailed error
+  + Change enums.h license to MIT
+
+---

Old:

  spice-protocol-0.12.12.tar.bz2

New:

  spice-protocol-0.12.13.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.091o3B/_old  2017-09-04 12:26:27.726695419 +0200
+++ /var/tmp/diff_new_pack.091o3B/_new  2017-09-04 12:26:27.730694857 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.12
+Version:0.12.13
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.12.tar.bz2 -> spice-protocol-0.12.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.12/Makefile.in 
new/spice-protocol-0.12.13/Makefile.in
--- old/spice-protocol-0.12.12/Makefile.in  2016-08-04 13:50:00.0 
+0200
+++ new/spice-protocol-0.12.13/Makefile.in  2017-02-20 10:35:28.0 
+0100
@@ -187,7 +187,7 @@
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/spice-protocol.pc.in AUTHORS COPYING ChangeLog \
-   INSTALL NEWS README compile depcomp install-sh missing
+   INSTALL NEWS README install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -573,7 +573,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c 
>$(distdir).tar.bz2
@@ -598,7 +598,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -616,7 +616,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -626,7 +626,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.12/NEWS 
new/spice-protocol-0.12.13/NEWS
--- old/spice-protocol-0.12.12/NEWS 2016-07-07 15:19:59.0 +0200
+++ new/spice-protocol-0.12.13/NEWS 2017-07-03 13:14:24.0 +0200
@@ -1,3 +1,13 @@
+Major changes in 0.12.13
+
+* add DISPLAY_PREFERRED_VIDEO_CODEC_TYPE
+* add VP9 codec type
+* add VD_AGENT_CLEAR_CAPABILITY() macro
+* add VD_AGENT_CAP_FILE_XFER_DISABLED
+* add VD_AGENT_FILE_XFER_STATUS_NOT_ENOUGH_SPACE
+* add new file-xfer statuses for detailed error
+* Change enums.h license to MIT
+
 Major changes in 0.12.12
 
 * protocol: Add lz4 compression support to the SpiceVMC channel
diff -urN '--exclude=CVS' 

commit spice-protocol for openSUSE:Factory

2017-02-13 Thread root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2017-02-14 00:36:22

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2016-10-22 13:02:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2017-02-14 00:36:24.023890186 +0100
@@ -4 +4 @@
-- Update to version 0.12.12:
+- Update to version 0.12.12 (fate#322402):



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.XygwfZ/_old  2017-02-14 00:36:24.743788548 +0100
+++ /var/tmp/diff_new_pack.XygwfZ/_new  2017-02-14 00:36:24.743788548 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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




commit spice-protocol for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2016-10-22 13:02:05

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2016-05-08 10:40:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2016-10-22 13:02:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 17 18:06:05 UTC 2016 - stefan.bru...@rwth-aachen.de
+
+- Update to version 0.12.12:
+  + protocol: Add lz4 compression support to the SpiceVMC channel
+
+---

Old:

  spice-protocol-0.12.11.tar.bz2

New:

  spice-protocol-0.12.12.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.oaRGD5/_old  2016-10-22 13:02:07.0 +0200
+++ /var/tmp/diff_new_pack.oaRGD5/_new  2016-10-22 13:02:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.11
+Version:0.12.12
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 Requires:   python-pyparsing
 Requires:   python-six
-Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Source: 
https://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 
 %description
 Headers defining the SPICE-protocol

++ spice-protocol-0.12.11.tar.bz2 -> spice-protocol-0.12.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.11/Makefile.in 
new/spice-protocol-0.12.12/Makefile.in
--- old/spice-protocol-0.12.11/Makefile.in  2016-03-11 15:54:18.0 
+0100
+++ new/spice-protocol-0.12.12/Makefile.in  2016-08-04 13:50:00.0 
+0200
@@ -187,7 +187,7 @@
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/spice-protocol.pc.in AUTHORS COPYING ChangeLog \
-   INSTALL NEWS README install-sh missing
+   INSTALL NEWS README compile depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.11/NEWS 
new/spice-protocol-0.12.12/NEWS
--- old/spice-protocol-0.12.11/NEWS 2016-03-10 17:03:20.0 +0100
+++ new/spice-protocol-0.12.12/NEWS 2016-07-07 15:19:59.0 +0200
@@ -1,3 +1,7 @@
+Major changes in 0.12.12
+
+* protocol: Add lz4 compression support to the SpiceVMC channel
+
 Major changes in 0.12.11
 
 * protocol: add support for the VP8 and h264 video codecs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.11/compile 
new/spice-protocol-0.12.12/compile
--- old/spice-protocol-0.12.11/compile  1970-01-01 01:00:00.0 +0100
+++ new/spice-protocol-0.12.12/compile  2015-08-14 12:56:55.0 +0200
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Written by Tom Tromey .
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see .
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to  or send patches to
+# .
+
+nl='
+'
+
+# We need space, tab and new line, in precisely that order.  Quoting is
+# there to prevent tools from complaining about whitespace usage.

commit spice-protocol for openSUSE:Factory

2016-05-08 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2016-05-08 10:40:19

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2016-04-15 18:55:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2016-05-08 10:40:21.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 26 07:09:28 UTC 2016 - o...@aepfle.de
+
+- Fix autoreconf by creating empty m4 directory
+
+---
@@ -12,0 +18 @@
+- fate#320079



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.sztJm3/_old  2016-05-08 10:40:22.0 +0200
+++ /var/tmp/diff_new_pack.sztJm3/_new  2016-05-08 10:40:22.0 +0200
@@ -46,6 +46,7 @@
 %setup -q
 
 %build
+mkdir -vp m4
 autoreconf -fi
 %configure
 %__make %{?_smp_mflags}




commit spice-protocol for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2016-04-15 18:55:46

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2015-10-17 16:37:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2016-04-15 18:55:48.0 +0200
@@ -1,0 +2,13 @@
+Fri Mar 18 14:37:08 UTC 2016 - dims...@opensuse.org
+
+- Update to version 0.12.11:
+  + protocol: add support for the VP8 and h264 video codecs.
+  + protocol: add unix GL scanout messages.
+  + Remove code generation scripts, moved back to spice-common.
+  + Macros improvements, more type safety.
+- Drop
+  0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch:
+  No longer needed, as the code generation scripts live in
+  spice-common again.
+
+---

Old:

  0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch
  spice-protocol-0.12.10.tar.bz2

New:

  spice-protocol-0.12.11.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.4HvVPn/_old  2016-04-15 18:55:48.0 +0200
+++ /var/tmp/diff_new_pack.4HvVPn/_new  2016-04-15 18:55:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.10
+Version:0.12.11
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -31,7 +31,6 @@
 Requires:   python-pyparsing
 Requires:   python-six
 Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
-Patch0: 0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch
 
 %description
 Headers defining the SPICE-protocol
@@ -45,7 +44,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 autoreconf -fi
@@ -59,7 +57,6 @@
 %defattr(-,root,root)
 %doc COPYING NEWS
 %{_datadir}/pkgconfig/spice-protocol.pc
-%{_datadir}/spice-protocol
 %{_includedir}/spice-1/
 
 %changelog

++ spice-protocol-0.12.10.tar.bz2 -> spice-protocol-0.12.11.tar.bz2 ++
 8209 lines of diff (skipped)




commit spice-protocol for openSUSE:Factory

2015-10-17 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2015-10-17 16:37:47

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is "spice-protocol"

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2015-08-07 00:17:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2015-10-17 16:37:48.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct  6 16:40:20 UTC 2015 - cbosdon...@suse.com
+
+- Update to version 0.12.10: 
+  + Add VD_AGENT_CAP_MONITORS_CONFIG_POSITION to handle multi-monitor
+  configurations that are not multi-head
+  + Add protocol code generation scripts from spice-common
+  + Endianness and compiler portability fixes (clang)
+- Fix the release to output arch independent files in datadir
+  rather than libdir:
+  0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch
+
+---

Old:

  spice-protocol-0.12.9.tar.bz2

New:

  0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch
  spice-protocol-0.12.10.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.ZaQCkT/_old  2015-10-17 16:37:48.0 +0200
+++ /var/tmp/diff_new_pack.ZaQCkT/_new  2015-10-17 16:37:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.9
+Version:0.12.10
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -25,8 +25,13 @@
 Group:  Development/Languages/C and C++
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  pkgconfig
+Requires:   python-pyparsing
+Requires:   python-six
 Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Patch0: 0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch
 
 %description
 Headers defining the SPICE-protocol
@@ -40,18 +45,21 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fi
 %configure
 %__make %{?_smp_mflags}
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install
 
 %files devel
 %defattr(-,root,root)
 %doc COPYING NEWS
 %{_datadir}/pkgconfig/spice-protocol.pc
+%{_datadir}/spice-protocol
 %{_includedir}/spice-1/
 
 %changelog

++ 0001-build-sys-Use-datadir-for-.proto-files-codegen-scrip.patch ++
>From c84d867e3c2a7393ff50bac8c6a806c39b8a5896 Mon Sep 17 00:00:00 2001
From: Christophe Fergeau 
Date: Thu, 1 Oct 2015 18:21:56 +0200
Subject: [spice-protocol] build-sys: Use $datadir for .proto files/codegen
 scripts

They are not arch-specific, so installing them in $libdir is not needed.
---
 Makefile.am| 2 +-
 python_modules/Makefile.am | 2 +-
 spice-protocol.pc.in   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 53e87be..4af20db 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@ NULL =
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = python_modules spice
 
-codegendir = $(libdir)/spice-protocol
+codegendir = $(datadir)/spice-protocol
 dist_codegen_DATA =\
spice.proto \
spice1.proto\
diff --git a/python_modules/Makefile.am b/python_modules/Makefile.am
index 3a4515a..98ab41f 100644
--- a/python_modules/Makefile.am
+++ b/python_modules/Makefile.am
@@ -1,6 +1,6 @@
 NULL =
 
-python_codegendir = $(libdir)/spice-protocol/python_modules
+python_codegendir = $(datadir)/spice-protocol/python_modules
 dist_python_codegen_DATA = \
__init__.py \
codegen.py  \
diff --git a/spice-protocol.pc.in b/spice-protocol.pc.in
index 173781a..a55574f 100644
--- a/spice-protocol.pc.in
+++ b/spice-protocol.pc.in
@@ -1,7 +1,7 @@
 prefix=@prefix@
-exec_prefix=@exec_prefix@
 includedir=@includedir@
-codegendir=@libdir@/spice-protocol
+datadir=${prefix}/share
+codegendir=${datadir}/spice-protocol
 
 Name: spice-protocol
 Description: SPICE protocol headers
-- 
2.5.0

++ spice-protocol-0.12.9.tar.bz2 -> spice-protocol-0.12.10.tar.bz2 ++
 8324 lines of diff (skipped)




commit spice-protocol for openSUSE:Factory

2015-08-06 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2015-08-07 00:17:23

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2015-07-28 11:42:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2015-08-07 00:17:25.0 +0200
@@ -1,0 +2,13 @@
+Sun Aug  2 22:16:09 UTC 2015 - mplus...@suse.com
+
+- Update to 0.12.9
+  + Rename newly introduced SpiceImageCompress enum to 
+SpiceImageCompression as otherwise it was clashing with the 
+definition used by older spice-server releases, breaking QEMU 
+build.
+- Drop no longer needed patch revert-da3cf336.patch.
+- Tiny spec file cleanup:
+  + drop empty documentation files.
+  + do not use obsoleyr makeinstall macro.
+
+---

Old:

  revert-da3cf336.patch
  spice-protocol-0.12.8.tar.bz2

New:

  spice-protocol-0.12.9.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.t9Hsd3/_old  2015-08-07 00:17:26.0 +0200
+++ /var/tmp/diff_new_pack.t9Hsd3/_new  2015-08-07 00:17:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.8
+Version:0.12.9
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -27,8 +27,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
-# Revert patch introducing compatibility problems with stable spice
-Patch0: revert-da3cf336.patch
 
 %description
 Headers defining the SPICE-protocol
@@ -42,18 +40,17 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
 %__make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%doc COPYING NEWS
 %{_datadir}/pkgconfig/spice-protocol.pc
 %{_includedir}/spice-1/
 

++ spice-protocol-0.12.8.tar.bz2 - spice-protocol-0.12.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.8/NEWS 
new/spice-protocol-0.12.9/NEWS
--- old/spice-protocol-0.12.8/NEWS  2015-06-30 16:31:23.0 +0200
+++ new/spice-protocol-0.12.9/NEWS  2015-07-29 17:42:05.0 +0200
@@ -1,3 +1,9 @@
+Major changes in 0.12.9
+===
+* rename newly introduced SpiceImageCompress enum to SpiceImageCompression
+  as otherwise it was clashing with the definition used by older spice-server
+  releases, breaking QEMU build
+
 Major changes in 0.12.8
 ===
 * add LZ4 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.8/configure 
new/spice-protocol-0.12.9/configure
--- old/spice-protocol-0.12.8/configure 2015-06-30 16:57:14.0 +0200
+++ new/spice-protocol-0.12.9/configure 2015-07-29 18:01:40.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.8.
+# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.9.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.12.8'
-PACKAGE_STRING='spice-protocol 0.12.8'
+PACKAGE_VERSION='0.12.9'
+PACKAGE_STRING='spice-protocol 0.12.9'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1200,7 +1200,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures spice-protocol 0.12.8 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.12.9 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1266,7 +1266,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.12.8:;;
+ short | recursive ) echo Configuration of 

commit spice-protocol for openSUSE:Factory

2015-07-28 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2015-07-28 11:42:04

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2014-10-18 09:08:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2015-07-28 11:42:05.0 +0200
@@ -1,0 +2,17 @@
+Wed Jul 22 10:44:32 UTC 2015 - cbosdon...@suse.com
+
+- Fix incompatibility with spice-server headers.
+  revert-da3cf336.patch
+
+---
+Mon Jul 20 22:52:04 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.12.8:
+  + Add LZ4 support.
+  + Add audio volume synchronization.
+  + Deprecate unused vdi-dev.
+  + Add 'preferred-compression' message/capability.
+  + Add a new Windows driver escape code to send monitors
+capability from guest to client.
+
+---

Old:

  spice-protocol-0.12.7.tar.bz2

New:

  revert-da3cf336.patch
  spice-protocol-0.12.8.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.XJMf9u/_old  2015-07-28 11:42:05.0 +0200
+++ /var/tmp/diff_new_pack.XJMf9u/_new  2015-07-28 11:42:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.7
+Version:0.12.8
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -27,6 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+# Revert patch introducing compatibility problems with stable spice
+Patch0: revert-da3cf336.patch
 
 %description
 Headers defining the SPICE-protocol
@@ -40,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ revert-da3cf336.patch ++
From 338970efbcb4f7527c2bbcd3cf56e674efad6509 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= cedric.bosdon...@free.fr
Date: Wed, 22 Jul 2015 12:08:22 +0200
Subject: [PATCH] Revert Update enums.h for preferred compression message

This reverts commit da3cf3369ae82d0736d4c21f938188b21f1fc8eb.
---
 spice/enums.h | 14 --
 1 file changed, 14 deletions(-)

diff --git a/spice/enums.h b/spice/enums.h
index 6a0ab0b..18e2f74 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -181,19 +181,6 @@ typedef enum SpiceImageType {
 SPICE_IMAGE_TYPE_ENUM_END
 } SpiceImageType;
 
-typedef enum SpiceImageCompress {
-SPICE_IMAGE_COMPRESS_INVALID,
-SPICE_IMAGE_COMPRESS_OFF,
-SPICE_IMAGE_COMPRESS_AUTO_GLZ,
-SPICE_IMAGE_COMPRESS_AUTO_LZ,
-SPICE_IMAGE_COMPRESS_QUIC,
-SPICE_IMAGE_COMPRESS_GLZ,
-SPICE_IMAGE_COMPRESS_LZ,
-SPICE_IMAGE_COMPRESS_LZ4,
-
-SPICE_IMAGE_COMPRESS_ENUM_END
-} SpiceImageCompress;
-
 typedef enum SpiceImageFlags {
 SPICE_IMAGE_FLAGS_CACHE_ME = (1  0),
 SPICE_IMAGE_FLAGS_HIGH_BITS_SET = (1  1),
@@ -510,7 +497,6 @@ enum {
 enum {
 SPICE_MSGC_DISPLAY_INIT = 101,
 SPICE_MSGC_DISPLAY_STREAM_REPORT,
-SPICE_MSGC_DISPLAY_PREFERRED_COMPRESSION,
 
 SPICE_MSGC_END_DISPLAY
 };
-- 
2.1.4

++ spice-protocol-0.12.7.tar.bz2 - spice-protocol-0.12.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.7/Makefile.in 
new/spice-protocol-0.12.8/Makefile.in
--- old/spice-protocol-0.12.7/Makefile.in   2014-05-19 14:04:49.0 
+0200
+++ new/spice-protocol-0.12.8/Makefile.in   2015-06-30 16:57:15.0 
+0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)'  test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+

commit spice-protocol for openSUSE:Factory

2014-10-18 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2014-10-18 09:08:10

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2013-07-02 07:46:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2014-10-18 09:08:12.0 +0200
@@ -1,0 +2,7 @@
+Wed Oct 15 11:49:15 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.12.7:
+  + Add support for Webdav channel.
+  + Add support for the Opus codec.
+
+---

Old:

  spice-protocol-0.12.6.tar.bz2

New:

  spice-protocol-0.12.7.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.K9qLGa/_old  2014-10-18 09:08:13.0 +0200
+++ /var/tmp/diff_new_pack.K9qLGa/_new  2014-10-18 09:08:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.6
+Version:0.12.7
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.6.tar.bz2 - spice-protocol-0.12.7.tar.bz2 ++
 2069 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/spice-protocol-0.12.6/INSTALL new/spice-protocol-0.12.7/INSTALL
--- old/spice-protocol-0.12.6/INSTALL   2012-09-26 16:03:18.0 +0200
+++ new/spice-protocol-0.12.7/INSTALL   2014-04-17 14:41:37.0 +0200
@@ -1,7 +1,7 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
Copying and distribution of this file, with or without modification,
@@ -12,8 +12,8 @@
 Basic Installation
 ==
 
-   Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
+   Briefly, the shell command `./configure  make  make install'
+should configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
 instructions specific to this package.  Some packages provide this
 `INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/spice-protocol-0.12.6/NEWS new/spice-protocol-0.12.7/NEWS
--- old/spice-protocol-0.12.6/NEWS  2013-06-26 17:24:35.0 +0200
+++ new/spice-protocol-0.12.7/NEWS  2014-05-19 11:54:15.0 +0200
@@ -1,3 +1,8 @@
+Major changes in 0.12.7
+===
+* add support for Webdav channel
+* add support for the Opus codec
+
 Major changes in 0.12.6
 ===
 * add adaptive video streaming support:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/spice-protocol-0.12.6/configure.ac new/spice-protocol-0.12.7/configure.ac
--- old/spice-protocol-0.12.6/configure.ac  2013-06-26 17:20:19.0 
+0200
+++ new/spice-protocol-0.12.7/configure.ac  2014-05-19 11:53:55.0 
+0200
@@ -2,7 +2,7 @@
 
 m4_define([SPICE_MAJOR], 0)
 m4_define([SPICE_MINOR], 12)
-m4_define([SPICE_MICRO], 6)
+m4_define([SPICE_MICRO], 7)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], 
spice-protocol)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in 

commit spice-protocol for openSUSE:Factory

2013-07-01 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2013-07-02 07:46:19

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2013-04-14 12:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2013-07-02 07:46:20.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 30 15:56:24 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.12.6:
+  + Add adaptive video streaming support: control playback latency
+and receive playback reports from the client.
+  + Add agent capabilities for signaling guest line ending.
+
+---

Old:

  spice-protocol-0.12.5.tar.bz2

New:

  spice-protocol-0.12.6.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.lInJoR/_old  2013-07-02 07:46:21.0 +0200
+++ /var/tmp/diff_new_pack.lInJoR/_new  2013-07-02 07:46:21.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.5
+Version:0.12.6
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.5.tar.bz2 - spice-protocol-0.12.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.5/NEWS 
new/spice-protocol-0.12.6/NEWS
--- old/spice-protocol-0.12.5/NEWS  2013-03-06 16:19:56.0 +0100
+++ new/spice-protocol-0.12.6/NEWS  2013-06-26 17:24:35.0 +0200
@@ -1,3 +1,10 @@
+Major changes in 0.12.6
+===
+* add adaptive video streaming support:
+  control playback latency and receive playback
+  reports from the client.
+* add agent capabilities for signaling guest line ending.
+
 Major changes in 0.12.5
 ===
 * Add agent file xfer success status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.5/configure 
new/spice-protocol-0.12.6/configure
--- old/spice-protocol-0.12.5/configure 2013-03-07 11:40:49.0 +0100
+++ new/spice-protocol-0.12.6/configure 2013-06-26 17:36:08.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.5.
+# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.6.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.12.5'
-PACKAGE_STRING='spice-protocol 0.12.5'
+PACKAGE_VERSION='0.12.6'
+PACKAGE_STRING='spice-protocol 0.12.6'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1200,7 +1200,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures spice-protocol 0.12.5 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.12.6 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1266,7 +1266,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.12.5:;;
+ short | recursive ) echo Configuration of spice-protocol 0.12.6:;;
esac
   cat \_ACEOF
 
@@ -1343,7 +1343,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-spice-protocol configure 0.12.5
+spice-protocol configure 0.12.6
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1360,7 +1360,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.12.5, which was
+It was created by spice-protocol $as_me 0.12.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2189,7 +2189,7 @@
 
 # Define the identity of the package.
  PACKAGE='spice-protocol'
- VERSION='0.12.5'
+ VERSION='0.12.6'
 
 
 cat confdefs.h _ACEOF
@@ -2820,7 +2820,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by spice-protocol $as_me 0.12.5, which was
+This file was extended by spice-protocol $as_me 0.12.6, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -2882,7 

commit spice-protocol for openSUSE:Factory

2013-04-14 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2013-04-14 12:58:48

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2013-01-20 13:06:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2013-04-14 12:58:49.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr  5 11:48:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.12.5:
+  + Add agent file xfer success status.
+  + Add a client-disconnected agent message.
+- Changes from version 0.12.4:
+  + Add agent file copy support.
+  + Add agent sparse monitors capability.
+  + Add controller proxy message.
+
+---

Old:

  spice-protocol-0.12.3.tar.bz2

New:

  spice-protocol-0.12.5.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.EQIlDN/_old  2013-04-14 12:58:51.0 +0200
+++ /var/tmp/diff_new_pack.EQIlDN/_new  2013-04-14 12:58:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.3
+Version:0.12.5
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.3.tar.bz2 - spice-protocol-0.12.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.3/NEWS 
new/spice-protocol-0.12.5/NEWS
--- old/spice-protocol-0.12.3/NEWS  2012-12-20 15:48:31.0 +0100
+++ new/spice-protocol-0.12.5/NEWS  2013-03-06 16:19:56.0 +0100
@@ -1,3 +1,14 @@
+Major changes in 0.12.5
+===
+* Add agent file xfer success status
+* Add a client-disconnected agent message
+
+Major changes in 0.12.4
+===
+* Add agent file copy support.
+* Add agent sparse monitors capability.
+* Add controller proxy message.
+
 Major changes in 0.12.3
 ===
 * Add a generic port channel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.3/configure 
new/spice-protocol-0.12.5/configure
--- old/spice-protocol-0.12.3/configure 2012-12-20 15:49:40.0 +0100
+++ new/spice-protocol-0.12.5/configure 2013-03-07 11:40:49.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.3.
+# Generated by GNU Autoconf 2.69 for spice-protocol 0.12.5.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.12.3'
-PACKAGE_STRING='spice-protocol 0.12.3'
+PACKAGE_VERSION='0.12.5'
+PACKAGE_STRING='spice-protocol 0.12.5'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1200,7 +1200,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures spice-protocol 0.12.3 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.12.5 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1266,7 +1266,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.12.3:;;
+ short | recursive ) echo Configuration of spice-protocol 0.12.5:;;
esac
   cat \_ACEOF
 
@@ -1343,7 +1343,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-spice-protocol configure 0.12.3
+spice-protocol configure 0.12.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1360,7 +1360,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.12.3, which was
+It was created by spice-protocol $as_me 0.12.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2189,7 +2189,7 @@
 
 # Define the identity of the package.
  PACKAGE='spice-protocol'
- VERSION='0.12.3'
+ VERSION='0.12.5'
 
 
 cat confdefs.h _ACEOF
@@ -2820,7 +2820,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by spice-protocol $as_me 0.12.3, which was
+This file was extended by spice-protocol $as_me 

commit spice-protocol for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2013-01-20 13:06:21

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2012-09-23 21:14:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2013-01-20 13:06:23.0 +0100
@@ -1,0 +2,6 @@
+Sat Jan 19 11:22:10 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.12.3:
+  + Add a generic port channel.
+
+---

Old:

  spice-protocol-0.12.2.tar.bz2

New:

  spice-protocol-0.12.3.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.vNG90O/_old  2013-01-20 13:06:24.0 +0100
+++ /var/tmp/diff_new_pack.vNG90O/_new  2013-01-20 13:06:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.2
+Version:0.12.3
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.2.tar.bz2 - spice-protocol-0.12.3.tar.bz2 ++
 2465 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/spice-protocol-0.12.2/INSTALL new/spice-protocol-0.12.3/INSTALL
--- old/spice-protocol-0.12.2/INSTALL   2011-02-19 03:47:06.0 +0100
+++ new/spice-protocol-0.12.3/INSTALL   2012-09-26 16:03:18.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
@@ -304,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ==
@@ -362,4 +368,3 @@
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/spice-protocol-0.12.2/NEWS new/spice-protocol-0.12.3/NEWS
--- old/spice-protocol-0.12.2/NEWS  2012-09-18 17:06:39.0 +0200
+++ new/spice-protocol-0.12.3/NEWS  2012-12-20 15:48:31.0 +0100
@@ -1,3 +1,7 @@
+Major changes in 0.12.3
+===
+* Add a generic port channel
+
 Major changes in 0.12.2
 ===
 * Add A8 surface capability in display channel.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude 

commit spice-protocol for openSUSE:Factory

2012-09-23 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-09-23 21:14:21

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2012-07-31 13:59:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-09-23 21:14:23.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 18 15:12:29 UTC 2012 - sndir...@suse.com
+
+- Update to version 0.12.2
+  + display channel: A8 surface capability
+  + qxl: client present, client capabilities and client monitors
+configuration.
+
+---

Old:

  spice-protocol-0.12.0.tar.bz2

New:

  spice-protocol-0.12.2.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.WITZtX/_old  2012-09-23 21:14:23.0 +0200
+++ /var/tmp/diff_new_pack.WITZtX/_new  2012-09-23 21:14:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.12.0
+Version:0.12.2
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.12.0.tar.bz2 - spice-protocol-0.12.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.0/INSTALL 
new/spice-protocol-0.12.2/INSTALL
--- old/spice-protocol-0.12.0/INSTALL   2012-02-03 12:02:58.0 +0100
+++ new/spice-protocol-0.12.2/INSTALL   2011-02-19 03:47:06.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
-Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,11 +226,6 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
-   HP-UX `make' updates targets which have the same time stamps as
-their prerequisites, which makes it generally unusable when shipped
-generated files such as `configure' are involved.  Use GNU `make'
-instead.
-
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.0/Makefile.in 
new/spice-protocol-0.12.2/Makefile.in
--- old/spice-protocol-0.12.0/Makefile.in   2012-07-16 18:32:42.0 
+0200
+++ new/spice-protocol-0.12.2/Makefile.in   2012-09-18 17:10:25.0 
+0200
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
-# Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
+# Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -47,11 +47,11 @@
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES = spice-protocol.pc
 CONFIG_CLEAN_VPATH_FILES =
-AM_V_GEN = $(am__v_GEN_@AM_V@)
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
+AM_V_GEN = $(am__v_GEN_$(V))
+am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 am__v_GEN_0 = @echo   GEN$@;
-AM_V_at = $(am__v_at_@AM_V@)
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
+AM_V_at = $(am__v_at_$(V))
+am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 am__v_at_0 = @
 SOURCES =
 DIST_SOURCES =
@@ -83,12 +83,6 @@
 am__base_list = \
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__uninstall_files_from_dir = { \
-  test -z $$files \
-|| { test ! -d $$dir  test ! -f $$dir  test ! -r $$dir; } \
-|| { echo  ( cd '$$dir'  rm -f $$files ); \
- $(am__cd) $$dir  rm -f $$files; }; \
-  }
 am__installdirs = $(DESTDIR)$(pkgconfigdir)
 DATA = $(pkgconfig_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
@@ -103,11 +97,9 @@
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
 am__remove_distdir = \
-  if test -d $(distdir); then \
-find 

commit spice-protocol for openSUSE:Factory

2012-07-31 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-07-31 13:44:36

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2012-05-29 11:41:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-07-31 13:59:54.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 28 14:34:00 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.12.0:
+  + Add support for arbitrary resolution on Windows QXL with
+QXL_ESCAPE_SET_CUSTOM_DISPLAY
+  + Add support for arbitrary resolution and multiple monitor per
+display channel with QXLMonitorsConfig and co
+  + build cleanup
+
+---

Old:

  spice-protocol-0.10.3.tar.bz2

New:

  spice-protocol-0.12.0.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.J75wsN/_old  2012-07-31 13:59:55.0 +0200
+++ /var/tmp/diff_new_pack.J75wsN/_new  2012-07-31 13:59:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.10.3
+Version:0.12.0
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions

++ spice-protocol-0.10.3.tar.bz2 - spice-protocol-0.12.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.3/NEWS 
new/spice-protocol-0.12.0/NEWS
--- old/spice-protocol-0.10.3/NEWS  2012-05-08 17:22:42.0 +0200
+++ new/spice-protocol-0.12.0/NEWS  2012-07-16 18:32:02.0 +0200
@@ -1,3 +1,11 @@
+Major changes in 0.12.0
+===
+* Add support for arbitrary resolution on Windows QXL with
+  QXL_ESCAPE_SET_CUSTOM_DISPLAY
+* Add support for arbitrary resolution and multiple monitor per
+  display channel with QXLMonitorsConfig and co
+* build cleanup
+
 Major changes in 0.10.3 (0.10.2 was never released)
 ===
 * Add support for video streams with differently sized (wxh) data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.3/configure 
new/spice-protocol-0.12.0/configure
--- old/spice-protocol-0.10.3/configure 2012-05-08 19:44:55.0 +0200
+++ new/spice-protocol-0.12.0/configure 2012-07-16 18:32:42.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.3.
+# Generated by GNU Autoconf 2.68 for spice-protocol 0.12.0.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.10.3'
-PACKAGE_STRING='spice-protocol 0.10.3'
+PACKAGE_VERSION='0.12.0'
+PACKAGE_STRING='spice-protocol 0.12.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1182,7 +1182,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures spice-protocol 0.10.3 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.12.0 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1248,7 +1248,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.10.3:;;
+ short | recursive ) echo Configuration of spice-protocol 0.12.0:;;
esac
   cat \_ACEOF
 
@@ -1324,7 +1324,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-spice-protocol configure 0.10.3
+spice-protocol configure 0.12.0
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1341,7 +1341,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.10.3, which was
+It was created by spice-protocol $as_me 0.12.0, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2161,7 +2161,7 @@
 
 # Define the identity of the package.
  PACKAGE='spice-protocol'
- VERSION='0.10.3'
+ VERSION='0.12.0'
 
 
 cat confdefs.h _ACEOF
@@ -2790,7 +2790,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by 

commit spice-protocol for openSUSE:Factory

2012-05-29 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-05-29 11:41:28

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2012-02-01 10:00:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-05-29 11:41:30.0 +0200
@@ -1,0 +2,11 @@
+Sat May 26 18:25:09 UTC 2012 - reddw...@opensuse.org
+
+- Update to version 0.10.3:
+  + Add support for video streams with differently sized (wxh) data
+  + Add controller messages for USB redirection, COLOR_DEPTH, DISABLE_EFFECTS,
+and ENABLE_SMARTCARD
+  + Add name  uuid messages on main channel
+  + some cleanups
+  + Fixes RHBZ#815422, RHBZ#807295, RHBZ#787447
+
+---

Old:

  spice-protocol-0.10.1.tar.bz2

New:

  spice-protocol-0.10.3.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.dKzxke/_old  2012-05-29 11:41:32.0 +0200
+++ /var/tmp/diff_new_pack.dKzxke/_new  2012-05-29 11:41:32.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   spice-protocol
-Version:0.10.1
+Version:0.10.3
 Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
@@ -25,7 +26,7 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
-Source: 
http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
+Source: 
http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 
 %description
 Headers defining the SPICE-protocol

++ spice-protocol-0.10.1.tar.bz2 - spice-protocol-0.10.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.1/INSTALL 
new/spice-protocol-0.10.3/INSTALL
--- old/spice-protocol-0.10.1/INSTALL   2010-03-29 13:21:24.0 +0200
+++ new/spice-protocol-0.10.3/INSTALL   2012-02-03 12:02:58.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.1/Makefile.am 
new/spice-protocol-0.10.3/Makefile.am
--- old/spice-protocol-0.10.1/Makefile.am   2010-08-27 11:35:16.0 
+0200
+++ new/spice-protocol-0.10.3/Makefile.am   2012-04-09 19:04:25.0 
+0200
@@ -1,7 +1,24 @@
+NULL =
 SUBDIRS = spice
 
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = spice-protocol.pc
 
-DISTCLEANFILES = \
-   spice-protocol.pc
+MAINTAINERCLEANFILES = \
+   $(srcdir)/INSTALL   \
+   $(srcdir)/aclocal.m4\
+   $(srcdir)/autoscan.log  \
+   $(srcdir)/compile   \
+   $(srcdir)/config.guess  \
+   $(srcdir)/config.h.in   \
+   $(srcdir)/config.sub\
+   $(srcdir)/configure.scan\
+   $(srcdir)/depcomp   \
+   $(srcdir)/install-sh\
+   $(srcdir)/ltmain.sh \
+   $(srcdir)/missing   \
+   $(srcdir)/mkinstalldirs \
+   `find $(srcdir) -type f -name Makefile.in -print`   

commit spice-protocol for openSUSE:Factory

2012-02-01 Thread h_root
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2012-02-01 10:00:32

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new (New)


Package is spice-protocol, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2011-12-01 12:26:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes   
2012-02-01 10:00:34.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan 31 09:46:32 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.10.1:
+  + Add support for a header without sublist and serial.
+
+---

Old:

  spice-protocol-0.10.0.tar.bz2

New:

  spice-protocol-0.10.1.tar.bz2



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.GqsvJc/_old  2012-02-01 10:00:35.0 +0100
+++ /var/tmp/diff_new_pack.GqsvJc/_new  2012-02-01 10:00:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   spice-protocol
-Version:0.10.0
-Release:1
-License:BSD-3-Clause
-Group:  Development/Languages/C and C++
+Version:0.10.1
+Release:0
 Url:http://www.spice-space.org/
 Summary:SPICE-protocol definitions
+License:BSD-3-Clause
+Group:  Development/Languages/C and C++
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig

++ spice-protocol-0.10.0.tar.bz2 - spice-protocol-0.10.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.0/NEWS 
new/spice-protocol-0.10.1/NEWS
--- old/spice-protocol-0.10.0/NEWS  2011-11-10 17:17:55.0 +0100
+++ new/spice-protocol-0.10.1/NEWS  2012-01-16 11:34:18.0 +0100
@@ -1,3 +1,7 @@
+Major changes in 0.10.1
+===
+* Add support for a header without sublist and serial (mini header)
+
 Major changes in 0.10.0
 ===
 * no changes, released to match version with spice
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.10.0/configure 
new/spice-protocol-0.10.1/configure
--- old/spice-protocol-0.10.0/configure 2011-11-10 17:18:35.0 +0100
+++ new/spice-protocol-0.10.1/configure 2012-01-16 11:36:34.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.0.
+# Generated by GNU Autoconf 2.68 for spice-protocol 0.10.1.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -556,8 +556,8 @@
 # Identity of this package.
 PACKAGE_NAME='spice-protocol'
 PACKAGE_TARNAME='spice-protocol'
-PACKAGE_VERSION='0.10.0'
-PACKAGE_STRING='spice-protocol 0.10.0'
+PACKAGE_VERSION='0.10.1'
+PACKAGE_STRING='spice-protocol 0.10.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1177,7 +1177,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures spice-protocol 0.10.0 to adapt to many kinds of 
systems.
+\`configure' configures spice-protocol 0.10.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1243,7 +1243,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of spice-protocol 0.10.0:;;
+ short | recursive ) echo Configuration of spice-protocol 0.10.1:;;
esac
   cat \_ACEOF
 
@@ -1317,7 +1317,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-spice-protocol configure 0.10.0
+spice-protocol configure 0.10.1
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1334,7 +1334,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by spice-protocol $as_me 0.10.0, which was
+It was created by spice-protocol $as_me 0.10.1, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2154,7 +2154,7 @@