From 5e6959dfef6e37c554ae4ba811a346a4d20eee16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 21 Jun 2013 13:04:11 +0200 Subject: [PATCH] - Fix "incomplete link header" crash. Resolves: #901880 --- spice-gtk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spice-gtk.spec b/spice-gtk.spec index 8b3bf75..ae95996 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -13,7 +13,7 @@ Name: spice-gtk Version: 0.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GTK+ widget for SPICE clients Group: System Environment/Libraries @@ -21,6 +21,7 @@ License: LGPLv2+ URL: http://spice-space.org/page/Spice-Gtk #VCS: git:git://anongit.freedesktop.org/spice/spice-gtk Source0: http://www.spice-space.org/download/gtk/%{name}-%{version}%{?_version_suffix}.tar.bz2 +Patch1: 0001-spice-channel-Do-not-segfault-fault-if-peer_msg-was-.patch BuildRequires: intltool BuildRequires: gtk2-devel >= 2.14 @@ -146,6 +147,7 @@ if [ -n '%{?_version_suffix}' ]; then fi pushd spice-gtk-%{version} +%patch1 -p1 popd %if %{with_gtk3} @@ -266,6 +268,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc %{_bindir}/spicy-stats %changelog +* Fri Jun 21 2013 Marc-André Lureau - 0.18-2 +- Fix "incomplete link header" crash. Resolves: #901880 + * Wed Feb 13 2013 Marc-André Lureau - 0.18-1 - Update to spice-gtk 0.18