- Fix "incomplete link header" crash. Resolves: #901880
parent
5a0e98d813
commit
5e6959dfef
|
@ -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 <marcandre.lureau@redhat.com> - 0.18-2
|
||||
- Fix "incomplete link header" crash. Resolves: #901880
|
||||
|
||||
* Wed Feb 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.18-1
|
||||
- Update to spice-gtk 0.18
|
||||
|
||||
|
|
Loading…
Reference in New Issue