Fix reconnection on same session regressions introduced in 27-2
This commit is contained in:
parent
5ebf846c54
commit
f39319c4c0
@ -7,7 +7,7 @@
|
||||
|
||||
Name: spice-gtk
|
||||
Version: 0.27
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A GTK+ widget for SPICE clients
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -22,6 +22,9 @@ Patch0004: 0004-channel-introduce-SPICE_CHANNEL_STATE_RECONNECTING.patch
|
||||
Patch0005: 0005-channel-throw-auth-error-when-coroutine-ends.patch
|
||||
Patch0006: 0006-channel-clear-channel-error-after-auth-error.patch
|
||||
Patch0007: 0007-usbredir-prevent-crash-when-calling-without-host.patch
|
||||
Patch0008: 0008-channel-delay-event-report-to-after-coroutine-exit.patch
|
||||
Patch0009: 0009-channel-reset-tls-state-when-client-calls-connect.patch
|
||||
Patch0010: 0010-channel-reset-connection-state-on-error.patch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gtk2-devel >= 2.14
|
||||
@ -159,6 +162,9 @@ find . -name '*.stamp' | xargs touch
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
popd
|
||||
|
||||
%if %{with_gtk3}
|
||||
@ -280,6 +286,9 @@ rm -rf %{buildroot}%{_datadir}/pkgconfig/spice-protocol.pc
|
||||
%{_bindir}/spicy-stats
|
||||
|
||||
%changelog
|
||||
* Tue Jan 27 2015 Marc-André Lureau <marcandre.lureau@redhat.com> 0.27-5
|
||||
- Fix reconnection on same session regressions introduced in 27-2.
|
||||
|
||||
* Tue Dec 30 2014 Christophe Fergeau <cfergeau@redhat.com> 0.27-4
|
||||
- Enable lz4 support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user