[libsoup/f19] Update to 2.42.3.1

Richard Hughes rhughes at fedoraproject.org
Mon Jan 20 21:07:52 UTC 2014


commit 06993060ee95c72e609797c00281d2022f37c223
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Jan 20 21:08:07 2014 +0000

    Update to 2.42.3.1

 .gitignore                                         |    1 +
 ...n-Force-cleanup-of-REMOTE_DISCONNECTED-co.patch |   33 ---
 ...libsoup-fails-to-close-connection-when-me.patch |   32 ---
 ...fallback-from-automatic-NTLM-auth-not-wor.patch |   74 ------
 libsoup.spec                                       |   15 +-
 no-block-on-close.patch                            |  278 --------------------
 sources                                            |    2 +-
 7 files changed, 7 insertions(+), 428 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f611ca..5cdff36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ libsoup-2.31.6.tar.bz2
 /libsoup-2.42.0.tar.xz
 /libsoup-2.42.1.tar.xz
 /libsoup-2.42.2.tar.xz
+/libsoup-2.42.3.1.tar.xz
diff --git a/libsoup.spec b/libsoup.spec
index 43e0a58..ec6fba0 100644
--- a/libsoup.spec
+++ b/libsoup.spec
@@ -3,8 +3,8 @@
 ### Abstract ###
 
 Name: libsoup
-Version: 2.42.2
-Release: 5%{?dist}
+Version: 2.42.3.1
+Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Summary: Soup, an HTTP library implementation
@@ -12,10 +12,6 @@ URL: http://live.gnome.org/LibSoup
 #VCS: git:git://git.gnome.org/libsoup
 Source: http://download.gnome.org/sources/libsoup/2.42/libsoup-%{version}.tar.xz
 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 ###
 
@@ -51,10 +47,6 @@ you to develop applications that use the libsoup library.
 
 %prep
 %setup -q
-%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,6 +81,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %{_datadir}/gtk-doc/html/%{name}-2.4
 
 %changelog
+* Mon Jan 20 2014 Richard Hughes <rhughes at redhat.com> - 2.42.3.1-1
+- Update to 2.42.3.1
+
 * Sun Sep 29 2013 Dan Winship <danw at redhat.com> - 2.42.2-5
 - Fix hang on early close with streaming API
 
diff --git a/sources b/sources
index 42ba11c..4187680 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d19a84f9eecba53187f5c2ae13fd83e  libsoup-2.42.2.tar.xz
+3845ac95c430fc1ae9962014713d4fba  libsoup-2.42.3.1.tar.xz


More information about the scm-commits mailing list