[libsoup/f20] Update to 2.44.1

Richard Hughes rhughes at fedoraproject.org
Wed Oct 16 07:12:57 UTC 2013


commit 024cc95772d3a6d7f8dda25f4606c2c14fdd6379
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Oct 16 08:12:43 2013 +0100

    Update to 2.44.1

 .gitignore              |    1 +
 libsoup.spec            |    9 +-
 no-block-on-close.patch |  277 -----------------------------------------------
 sources                 |    2 +-
 4 files changed, 7 insertions(+), 282 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a58fa4..6d34ad6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,4 @@ libsoup-2.31.6.tar.bz2
 /libsoup-2.43.90.tar.xz
 /libsoup-2.43.92.tar.xz
 /libsoup-2.44.0.tar.xz
+/libsoup-2.44.1.tar.xz
diff --git a/libsoup.spec b/libsoup.spec
index 6b9dccc..23e2b25 100644
--- a/libsoup.spec
+++ b/libsoup.spec
@@ -3,8 +3,8 @@
 ### Abstract ###
 
 Name: libsoup
-Version: 2.44.0
-Release: 2%{?dist}
+Version: 2.44.1
+Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 Summary: Soup, an HTTP library implementation
@@ -12,7 +12,6 @@ URL: http://live.gnome.org/LibSoup
 #VCS: git:git://git.gnome.org/libsoup
 Source: http://download.gnome.org/sources/libsoup/2.44/libsoup-%{version}.tar.xz
 Requires: glib-networking >= %{glib2_version}
-Patch1: no-block-on-close.patch
 
 ### Build Dependencies ###
 
@@ -48,7 +47,6 @@ you to develop applications that use the libsoup library.
 
 %prep
 %setup -q
-%patch1 -p1 -b .close-block
 
 %build
 %configure --disable-static
@@ -83,6 +81,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
 %{_datadir}/gtk-doc/html/%{name}-2.4
 
 %changelog
+* Wed Oct 16 2013 Richard Hughes <rhughes at redhat.com> - 2.44.1-1
+- Update to 2.44.1
+
 * Sun Sep 29 2013 Dan Winship <danw at redhat.com> - 2.44.0-2
 - Fix hang on early close with streaming API
 
diff --git a/sources b/sources
index 805e993..59223d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30ac8ecfb3b1ab2a1579e84462ad0548  libsoup-2.44.0.tar.xz
+c8e3b59b16e8fbad430f47adb3bbd3df  libsoup-2.44.1.tar.xz


More information about the scm-commits mailing list