[spice-protocol] Update to 0.12.2

Hans de Goede jwrdegoede at fedoraproject.org
Fri Sep 28 08:37:58 UTC 2012


commit dbf035b6742b63abc26403245cce13f9403cbed5
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri Sep 28 10:39:06 2012 +0200

    Update to 0.12.2

 .gitignore                                         |    1 +
 0001-Add-A8-surface-capability.patch               |   27 -----------
 ...ent_present-and-client-capabilities-field.patch |   48 --------------------
 sources                                            |    2 +-
 spice-protocol.spec                                |   11 ++---
 5 files changed, 7 insertions(+), 82 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec99add..e1e261a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ spice-protocol-0.5.3.tar.bz2
 /spice-protocol-0.10.0.tar.bz2
 /spice-protocol-0.10.1.tar.bz2
 /spice-protocol-0.12.1.tar.bz2
+/spice-protocol-0.12.2.tar.bz2
diff --git a/sources b/sources
index 6f4fe61..9391801 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a858d731173839eb252192834fbc2eb4  spice-protocol-0.12.1.tar.bz2
+8bab5b67a00ec8429334963d361692ab  spice-protocol-0.12.2.tar.bz2
diff --git a/spice-protocol.spec b/spice-protocol.spec
index 433b4b3..c49dafe 100644
--- a/spice-protocol.spec
+++ b/spice-protocol.spec
@@ -1,5 +1,5 @@
 Name:           spice-protocol
-Version:        0.12.1
+Version:        0.12.2
 Release:        1%{?dist}
 Summary:        Spice protocol header files
 Group:          Development/Libraries
@@ -8,9 +8,6 @@ License:        BSD and LGPLv2+
 URL:            http://www.spice-space.org/
 Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 BuildArch:      noarch
-Patch1:		0001-Add-A8-surface-capability.patch
-Patch2:		0002-Add-new-client_present-and-client-capabilities-field.patch
-
 
 %description
 Header files describing the spice protocol
@@ -19,8 +16,7 @@ and the para-virtual graphics card QXL.
 
 %prep
 %setup -q
-%patch1 -p1 -b Add-A8-surface-capability
-%patch2 -p1 -b Add-new-client_present-and-client-capabilities-field
+
 
 %build
 %configure
@@ -38,6 +34,9 @@ make DESTDIR=%{buildroot} install
 
 
 %changelog
+* Fri Sep 28 2012 Hans de Goede <hdegoede at redhat.com> - 0.12.2-1
+- Update to 0.12.2
+
 * Thu Sep 6 2012 Soren Sandmann <ssp at redhat.com> - 0.12.1-1
 - Add patch1 and patch2 to support capability bits
 


More information about the scm-commits mailing list