[spice-protocol] Update to 0.9.0

Hans de Goede jwrdegoede at fedoraproject.org
Thu Aug 25 13:23:41 UTC 2011


commit 1e630d192da082ce15cb579a1b1a5502a9787996
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Aug 25 15:25:51 2011 +0200

    Update to 0.9.0

 .gitignore          |    1 +
 sources             |    3 +--
 spice-protocol.spec |    9 +++++----
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f31c22e..1e7ec3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ spice-protocol-0.5.3.tar.bz2
 /spice-protocol-0.8.0.tar.bz2
 /spice-protocol-0.8.1.tar.bz2
 /spice-protocol-0.8.1-define-INLINE.patch
+/spice-protocol-0.9.0.tar.bz2
diff --git a/sources b/sources
index 68f7131..0973acd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-67f09f450a2321fe22b54f79decad70c  spice-protocol-0.8.1.tar.bz2
-46062ab216e5b094d8971d8d1e7f26b7  spice-protocol-0.8.1-define-INLINE.patch
+d44cd77f54de4d276a12b09cfd3d08a5  spice-protocol-0.9.0.tar.bz2
diff --git a/spice-protocol.spec b/spice-protocol.spec
index eeb0211..2db9af7 100644
--- a/spice-protocol.spec
+++ b/spice-protocol.spec
@@ -1,13 +1,12 @@
 Name:           spice-protocol
-Version:        0.8.1
-Release:        2%{?dist}
+Version:        0.9.0
+Release:        1%{?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
@@ -16,7 +15,6 @@ and the para-virtual graphics card QXL.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure
@@ -32,6 +30,9 @@ make DESTDIR=%{buildroot} install
 %{_datadir}/pkgconfig/spice-protocol.pc
 
 %changelog
+* Thu Aug 25 2011 Hans de Goede <hdegoede at redhat.com> - 0.9.0-1
+- Update to 0.9.0
+
 * 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
 


More information about the scm-commits mailing list