[libsoup/f19] Revert "Fix hang on early close with streaming API"

Dan Winship danw at fedoraproject.org
Sun Sep 29 15:17:11 UTC 2013


commit 3f46ed313116b30df841a19c94ff675da6fd12ba
Author: Dan Winship <danw at gnome.org>
Date:   Sun Sep 29 11:15:47 2013 -0400

    Revert "Fix hang on early close with streaming API"
    
    On second though... although the bug theoretically exists in F19, the
    specific manifestation of it that people are seeing only exists in
    F20, so let's just leave F19 as it is.
    
    This reverts commit e7561d30e641c954f68df0757bc61d198b1c6466.

 libsoup.spec            |    7 +-
 no-block-on-close.patch |  277 -----------------------------------------------
 2 files changed, 1 insertions(+), 283 deletions(-)
---
diff --git a/libsoup.spec b/libsoup.spec
index b44a19a..1b81589 100644
--- a/libsoup.spec
+++ b/libsoup.spec
@@ -4,7 +4,7 @@
 
 Name: libsoup
 Version: 2.42.2
-Release: 4%{?dist}
+Release: 3%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Summary: Soup, an HTTP library implementation
@@ -15,7 +15,6 @@ Requires: glib-networking >= %{glib2_version}
 Patch1: 0001-soup-session-Force-cleanup-of-REMOTE_DISCONNECTED-co.patch
 Patch2: 0002-Bug-708006-libsoup-fails-to-close-connection-when-me.patch
 Patch3: 0003-Bug-703186-fallback-from-automatic-NTLM-auth-not-wor.patch
-Patch4: no-block-on-close.patch
 
 ### Build Dependencies ###
 
@@ -54,7 +53,6 @@ you to develop applications that use the libsoup library.
 %patch1 -p1 -b .remote-disconnected
 %patch2 -p1 -b .close-connection
 %patch3 -p1 -b .automatic-ntlm
-%patch4 -p1 -b .close-block
 
 %build
 %configure --disable-static
@@ -89,9 +87,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %{_datadir}/gtk-doc/html/%{name}-2.4
 
 %changelog
-* Sun Sep 29 2013 Dan Winship <danw at redhat.com> - 2.42.2-4
-- Fix hang on early close with streaming API
-
 * Fri Aug 16 2013 David Woodhouse <David.Woodhouse at intel.com> - 2.42.2-3
 - Fix NTLM auth fallback (BGO#703186)
 - Close connection properly on message cancel (#1007321)


More information about the scm-commits mailing list