diff --git a/spice-gtk.spec b/spice-gtk.spec index 42dd25f..3e4d65e 100644 --- a/spice-gtk.spec +++ b/spice-gtk.spec @@ -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 0.27-5 +- Fix reconnection on same session regressions introduced in 27-2. + * Tue Dec 30 2014 Christophe Fergeau 0.27-4 - Enable lz4 support