[spice] New upstream release 0.12.3

Christophe Fergeau teuf at fedoraproject.org
Tue May 21 16:36:56 UTC 2013


commit 0a8e5c917472db8160ad04edcf335d3122b5eadc
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue May 21 18:08:13 2013 +0200

    New upstream release 0.12.3
    
    Drop all patches (they were all upstreamed)

 .gitignore                                         |    1 +
 ...t_set_client_capabilities-protect-against.patch |   36 -----
 ...c-insert-a-drawable-to-its-position-in-th.patch |  166 --------------------
 ...c-clearing-the-stream-vis_region-after-it.patch |   39 -----
 ...link-libspice-server-with-libm-libpthread.patch |   32 ----
 ...SpiceWorker-CRITICAL-red_worker.c-10968-r.patch |   77 ---------
 ...te_monitors_config-Drop-bogus-real_count-.patch |   56 -------
 ...ing-IS_IMAGE_TYPE_-elements-for-LZ_IMAGE_.patch |   39 -----
 sources                                            |    2 +-
 spice.spec                                         |   24 +--
 10 files changed, 8 insertions(+), 464 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd33372..9238945 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ spice-0.5.3.tar.bz2
 /spice-0.11.3.tar.bz2
 /spice-0.12.0.tar.bz2
 /spice-0.12.2.tar.bz2
+/spice-0.12.3.tar.bz2
diff --git a/sources b/sources
index 85b0b57..b8ba897 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23b06b993083cf5b90578054c6f5db58  spice-0.12.2.tar.bz2
+f33a682892f6793169f20298b2296449  spice-0.12.3.tar.bz2
diff --git a/spice.spec b/spice.spec
index 04a69e9..bc0314f 100644
--- a/spice.spec
+++ b/spice.spec
@@ -7,21 +7,14 @@
 %endif
 
 Name:           spice
-Version:        0.12.2
-Release:        5%{?dist}
+Version:        0.12.3
+Release:        1%{?dist}
 Summary:        Implements the SPICE protocol
 Group:          User Interface/Desktops
 License:        LGPLv2+
 URL:            http://www.spice-space.org/
 Source0:        http://www.spice-space.org/download/releases/%{name}-%{version}.tar.bz2
 Source1:        spice-xpi-client-spicec
-Patch1:         0001-server-guest_set_client_capabilities-protect-against.patch
-Patch2:         0002-red_worker.c-insert-a-drawable-to-its-position-in-th.patch
-Patch3:         0003-red_worker.c-clearing-the-stream-vis_region-after-it.patch
-Patch4:         0004-link-libspice-server-with-libm-libpthread.patch
-Patch5:         0005-server-Fix-SpiceWorker-CRITICAL-red_worker.c-10968-r.patch
-Patch6:         0006-worker_update_monitors_config-Drop-bogus-real_count-.patch
-Patch7:         0007-supply-missing-IS_IMAGE_TYPE_-elements-for-LZ_IMAGE_.patch
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=613529
 %if 0%{?rhel}
@@ -96,15 +89,6 @@ using spice-server, you will need to install spice-server-devel.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-pushd spice-common
-%patch7 -p1
-popd
 
 
 %build
@@ -164,6 +148,10 @@ fi
 
 
 %changelog
+* Tue May 21 2013 Christophe Fergeau <cfergeau at redhat.com> 0.12.3-1
+- New upstream release 0.12.3
+- Drop all patches (they were all upstreamed)
+
 * Mon Apr 15 2013 Hans de Goede <hdegoede at redhat.com> - 0.12.2-4
 - Add fix from upstream for a crash when the guest uses RGBA (rhbz#952242)
 


More information about the scm-commits mailing list