From 8f6e52432566f9994e30b169df3de1d219e3026c Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Jul 25 2011 14:24:35 +0000 Subject: Added spice-protocol-0.8.1-define-INLINE.patch --- diff --git a/.gitignore b/.gitignore index 6366635..f31c22e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ spice-protocol-0.5.3.tar.bz2 /spice-protocol-0.7.1.tar.bz2 /spice-protocol-0.8.0.tar.bz2 /spice-protocol-0.8.1.tar.bz2 +/spice-protocol-0.8.1-define-INLINE.patch diff --git a/sources b/sources index 5b0d04b..68f7131 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 67f09f450a2321fe22b54f79decad70c spice-protocol-0.8.1.tar.bz2 +46062ab216e5b094d8971d8d1e7f26b7 spice-protocol-0.8.1-define-INLINE.patch diff --git a/spice-protocol.spec b/spice-protocol.spec index 889054c..eeb0211 100644 --- a/spice-protocol.spec +++ b/spice-protocol.spec @@ -1,12 +1,13 @@ Name: spice-protocol Version: 0.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Spice protocol header files Group: Development/Libraries # Main headers are BSD, controller / foreign menu are LGPL License: BSD and LGPLv2+ URL: http://www.spice-space.org/ Source0: http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2 +Patch0: spice-protocol-0.8.1-define-INLINE.patch BuildArch: noarch %description @@ -15,6 +16,7 @@ and the para-virtual graphics card QXL. %prep %setup -q +%patch0 -p1 %build %configure @@ -30,6 +32,9 @@ make DESTDIR=%{buildroot} install %{_datadir}/pkgconfig/spice-protocol.pc %changelog +* Mon Jul 25 2011 Marc-André Lureau - 0.8.1-2 +- Added spice-protocol-0.8.1-define-INLINE.patch + * Tue Jul 19 2011 Marc-André Lureau - 0.8.1-1 - Update to 0.8.1