[spice-gtk] New upstream release 0.9

Hans de Goede jwrdegoede at fedoraproject.org
Tue Jan 31 13:48:26 UTC 2012


commit c869aeb9fb5bdc71cf8265f27389676c2064e699
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Tue Jan 31 14:49:43 2012 +0100

    New upstream release 0.9

 .gitignore                                         |    1 +
 0001-Handle-spice_audio_new-failures.patch         |   32 -----
 ...el-Allow-calling-spice_msg_out_send-from-.patch |  141 --------------------
 sources                                            |    2 +-
 spice-gtk.spec                                     |   13 +--
 5 files changed, 6 insertions(+), 183 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57e959b..9c3d307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /spice-gtk-0.7.1-d5a8.tar.bz2
 /spice-gtk-0.7.39-ab64.tar.bz2
 /spice-gtk-0.8.tar.bz2
+/spice-gtk-0.9.tar.bz2
diff --git a/sources b/sources
index 0001c9e..8528b7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-761b6c3d74d962d437bdd72f54292498  spice-gtk-0.8.tar.bz2
+29dd7372ac099aedb4d024fc4eacd374  spice-gtk-0.9.tar.bz2
diff --git a/spice-gtk.spec b/spice-gtk.spec
index aeeae4f..a5ad439 100644
--- a/spice-gtk.spec
+++ b/spice-gtk.spec
@@ -12,7 +12,7 @@
 #define _version_suffix -ab64
 
 Name:           spice-gtk
-Version:        0.8
+Version:        0.9
 Release:        1%{?dist}
 Summary:        A GTK+ widget for SPICE clients
 
@@ -20,9 +20,6 @@ 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
-# 2 fixes from upstream git
-Patch0:         0001-Handle-spice_audio_new-failures.patch
-Patch1:         0002-spice-channel-Allow-calling-spice_msg_out_send-from-.patch
 
 BuildRequires: intltool
 BuildRequires: gtk2-devel >= 2.14
@@ -142,11 +139,6 @@ snappy is a tool to capture screen-shots of a SPICE desktop.
 %prep
 %setup -q -n spice-gtk-%{version}%{?_version_suffix} -c
 
-pushd spice-gtk-%{version}%{?_version_suffix}
-%patch0 -p1
-%patch1 -p1
-popd
-
 if [ -n '%{?_version_suffix}' ]; then
   mv spice-gtk-%{version}%{?_version_suffix} spice-gtk-%{version}
 fi
@@ -261,6 +253,9 @@ rm -f %{buildroot}%{_libdir}/python*/site-packages/*.la
 %{_bindir}/spicy-stats
 
 %changelog
+* Mon Jan 30 2012 Hans de Goede <hdegoede at redhat.com> - 0.9-1
+- New upstream release 0.9
+
 * Mon Jan 16 2012 Hans de Goede <hdegoede at redhat.com> - 0.8-1
 - New upstream release 0.8
 - Various small specfile improvements


More information about the scm-commits mailing list