[spice-gtk] Update to 0.12.101

Christophe Fergeau teuf at fedoraproject.org
Wed Aug 8 12:36:31 UTC 2012


commit 61f322e99f1969cc64ec88e26612eb03255e6813
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Tue Aug 7 14:11:33 2012 +0200

    Update to 0.12.101
    
    GNOME Boxes 3.5.5 needs it.

 .gitignore                                |    1 +
 0001-Fix-parsing-URI-query.patch          |   50 -----------------------------
 0002-python-fix-Spice.Audio-binding.patch |   44 -------------------------
 sources                                   |    2 +-
 spice-gtk.spec                            |   15 +++-----
 5 files changed, 8 insertions(+), 104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e1bc4b..df5892f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /spice-gtk-0.10.tar.bz2
 /spice-gtk-0.11.tar.bz2
 /spice-gtk-0.12.tar.bz2
+/spice-gtk-0.12.101.tar.bz2
diff --git a/sources b/sources
index 5040933..9bc2d66 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2fec0ba391447b5b4d9242455c55b2a3  spice-gtk-0.12.tar.bz2
+4bc1243654ca0f1561b8023f5c5c3a74  spice-gtk-0.12.101.tar.bz2
diff --git a/spice-gtk.spec b/spice-gtk.spec
index 9da6e4e..c3cfdd7 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -12,16 +12,14 @@
 #define _version_suffix -ab64
 
 Name:           spice-gtk
-Version:        0.12
-Release:        5%{?dist}
+Version:        0.12.101
+Release:        1%{?dist}
 Summary:        A GTK+ widget for SPICE clients
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://spice-space.org/page/Spice-Gtk
 Source0:        http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2
-Patch1:         0001-Fix-parsing-URI-query.patch
-Patch2:         0002-python-fix-Spice.Audio-binding.patch
 
 BuildRequires: intltool
 BuildRequires: gtk2-devel >= 2.14
@@ -147,11 +145,6 @@ if [ -n '%{?_version_suffix}' ]; then
   mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
 fi
 
-pushd spice-gtk-%{version}
-%patch1 -p1
-%patch2 -p1
-popd
-
 %if %{with_gtk3}
 cp -a spice-gtk-%{version} spice-gtk3-%{version}
 %endif
@@ -262,6 +255,10 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
 %{_bindir}/spicy-stats
 
 %changelog
+* Tue Aug 07 2012 Christophe Fergeau <cfergeau at redhat.com> - 0.12.101-1
+- Update to the spice-gtk 0.12.101 development release (needed by Boxes
+  3.5.5)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list