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.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.spice-protocol.new/spice-protocol.changes 2015-10-17 16:37:48.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Oct 6 16:40:20 UTC 2015 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.ZaQCkT/_new 2015-10-17 16:37:48.000000000 +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 <[email protected]> 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)
