diff --git a/spice-gtk-0.5-pc-requires.patch b/spice-gtk-0.5-pc-requires.patch deleted file mode 100644 index f127cbb..0000000 --- a/spice-gtk-0.5-pc-requires.patch +++ /dev/null @@ -1,24 +0,0 @@ -From afd878d0de2449b902e2ed38fb94e86387a2bf3a Mon Sep 17 00:00:00 2001 -From: =?utf-8?q?Marc-Andr=C3=A9=20Lureau?= -Date: Sun, 20 Feb 2011 21:37:45 +0100 -Subject: [PATCH] build: fix spice-client-gtk-3.0.pc requires - ---- - spice-client-gtk-3.0.pc.in | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/spice-client-gtk-3.0.pc.in b/spice-client-gtk-3.0.pc.in -index 96e1e5a..ebef093 100644 ---- a/spice-client-gtk-3.0.pc.in -+++ b/spice-client-gtk-3.0.pc.in -@@ -7,6 +7,6 @@ Name: spice-client-gtk-3.0 - Description: SPICE Client Gtk 3.0 library - Version: @VERSION@ - --Requires: @SPICE_REQUIRES@ spice-protocol spice-client-glib-3.0 -+Requires: @SPICE_REQUIRES@ spice-protocol spice-client-glib-2.0 - Libs: -L${libdir} -lspice-client-gtk-3.0 - Cflags: -I${includedir}/spice-client-gtk-3.0 --- -1.6.1 - diff --git a/spice-gtk-0.6.tar.bz2 b/spice-gtk-0.6.tar.bz2 new file mode 100644 index 0000000..36b62bc Binary files /dev/null and b/spice-gtk-0.6.tar.bz2 differ diff --git a/spice-gtk-build.patch b/spice-gtk-build.patch deleted file mode 100644 index e113559..0000000 --- a/spice-gtk-build.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -up spice-gtk-0.5/spice-gtk-0.5/gtk/spice-session.c.glib-build spice-gtk-0.5/spice-gtk3-0.5/gtk/spice-session.c ---- spice-gtk-0.5/spice-gtk-0.5/gtk/spice-session.c.glib-build 2011-02-11 11:55:51.188263533 -0500 -+++ spice-gtk-0.5/spice-gtk-0.5/gtk/spice-session.c 2011-02-11 11:56:05.478084885 -0500 -@@ -984,7 +984,6 @@ int spice_session_get_connection_id(Spic - return s->connection_id; - } - --#if !GLIB_CHECK_VERSION(2,28,0) - static guint64 g_get_monotonic_clock(void) - { - GTimeVal tv; -@@ -994,7 +993,6 @@ static guint64 g_get_monotonic_clock(voi - - return (((gint64) tv.tv_sec) * 1000000) + tv.tv_usec; - } --#endif - - G_GNUC_INTERNAL - guint32 spice_session_get_mm_time(SpiceSession *session) diff --git a/spice-gtk.spec b/spice-gtk.spec index 9f1e7aa..c8010d2 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -37,8 +37,6 @@ BuildRequires: libtool ExclusiveArch: %{ix86} x86_64 -Patch0: spice-gtk-build.patch -Patch1: spice-gtk-0.5-pc-requires.patch %description Client libraries for SPICE desktop servers. @@ -119,10 +117,6 @@ snappy is a tool to capture screen-shots of a SPICE desktop. %prep %setup -q -n spice-gtk-%{version} -c -%patch0 -p1 -b .build -pushd spice-gtk-%{version} -%patch1 -p1 -popd %if %{with_gtk3} cp -a spice-gtk-%{version} spice-gtk3-%{version}