[spice-protocol] Added spice-protocol-0.8.1-define-INLINE.patch

Marc-André Lureau elmarco at fedoraproject.org
Mon Jul 25 14:25:05 UTC 2011


commit 8f6e52432566f9994e30b169df3de1d219e3026c
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date:   Mon Jul 25 16:24:35 2011 +0200

    Added spice-protocol-0.8.1-define-INLINE.patch

 .gitignore          |    1 +
 sources             |    1 +
 spice-protocol.spec |    7 ++++++-
 3 files changed, 8 insertions(+), 1 deletions(-)
---
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 <marcandre.lureau at redhat.com> - 0.8.1-2
+- Added spice-protocol-0.8.1-define-INLINE.patch
+
 * Tue Jul 19 2011 Marc-André Lureau <marcandre.lureau at redhat.com> - 0.8.1-1
 - Update to 0.8.1
 


More information about the scm-commits mailing list