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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes       
2015-08-07 00:17:25.000000000 +0200
@@ -1,0 +2,13 @@
+Sun Aug  2 22:16:09 UTC 2015 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.t9Hsd3/_new  2015-08-07 00:17:26.000000000 +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.000000000 +0200
+++ new/spice-protocol-0.12.9/NEWS      2015-07-29 17:42:05.000000000 +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.000000000 +0200
+++ new/spice-protocol-0.12.9/configure 2015-07-29 18:01:40.000000000 +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 spice-protocol 0.12.9:";;
    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.8
+spice-protocol configure 0.12.9
 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.8, which was
+It was created by spice-protocol $as_me 0.12.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2228,7 +2228,7 @@
 
 # Define the identity of the package.
  PACKAGE='spice-protocol'
- VERSION='0.12.8'
+ VERSION='0.12.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2905,7 +2905,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.8, which was
+This file was extended by spice-protocol $as_me 0.12.9, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2967,7 +2967,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-spice-protocol config.status 0.12.8
+spice-protocol config.status 0.12.9
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.8/configure.ac 
new/spice-protocol-0.12.9/configure.ac
--- old/spice-protocol-0.12.8/configure.ac      2015-06-30 16:57:00.000000000 
+0200
+++ new/spice-protocol-0.12.9/configure.ac      2015-07-29 18:01:35.000000000 
+0200
@@ -2,7 +2,7 @@
 
 m4_define([SPICE_MAJOR], 0)
 m4_define([SPICE_MINOR], 12)
-m4_define([SPICE_MICRO], 8)
+m4_define([SPICE_MICRO], 9)
 
 AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], 
spice-protocol)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.12.8/spice/enums.h 
new/spice-protocol-0.12.9/spice/enums.h
--- old/spice-protocol-0.12.8/spice/enums.h     2015-06-30 16:23:35.000000000 
+0200
+++ new/spice-protocol-0.12.9/spice/enums.h     2015-07-23 16:18:22.000000000 
+0200
@@ -181,18 +181,18 @@
     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,
+typedef enum SpiceImageCompression {
+    SPICE_IMAGE_COMPRESSION_INVALID,
+    SPICE_IMAGE_COMPRESSION_OFF,
+    SPICE_IMAGE_COMPRESSION_AUTO_GLZ,
+    SPICE_IMAGE_COMPRESSION_AUTO_LZ,
+    SPICE_IMAGE_COMPRESSION_QUIC,
+    SPICE_IMAGE_COMPRESSION_GLZ,
+    SPICE_IMAGE_COMPRESSION_LZ,
+    SPICE_IMAGE_COMPRESSION_LZ4,
 
-    SPICE_IMAGE_COMPRESS_ENUM_END
-} SpiceImageCompress;
+    SPICE_IMAGE_COMPRESSION_ENUM_END
+} SpiceImageCompression;
 
 typedef enum SpiceImageFlags {
     SPICE_IMAGE_FLAGS_CACHE_ME = (1 << 0),


Reply via email to