From a91b5f3e22f5651cfed7e73633b8dd2fac6543f2ef016ad1fd4a82419789db13 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 8 Feb 2012 10:55:49 +0000 Subject: [PATCH] Accepting request 102975 from home:vuntz:branches:GNOME:Factory Update to 2.37.5 OBS-URL: https://build.opensuse.org/request/show/102975 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=101 --- libsoup-2.37.4.tar.xz | 3 --- libsoup-2.37.5.tar.xz | 3 +++ libsoup.changes | 17 +++++++++++++++++ libsoup.spec | 4 +--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.37.4.tar.xz create mode 100644 libsoup-2.37.5.tar.xz diff --git a/libsoup-2.37.4.tar.xz b/libsoup-2.37.4.tar.xz deleted file mode 100644 index a84df08..0000000 --- a/libsoup-2.37.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e99e7c7a13f45a108adcf5562473b46bc6e2115458460467a2d89683a38f7d86 -size 618056 diff --git a/libsoup-2.37.5.tar.xz b/libsoup-2.37.5.tar.xz new file mode 100644 index 0000000..43126ef --- /dev/null +++ b/libsoup-2.37.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d2d4dafc2149ef3d298ff4456643abe3e0378777ae92b133413f9a9e821015 +size 619656 diff --git a/libsoup.changes b/libsoup.changes index 9540fcb..fadadb7 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Feb 7 07:39:42 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.37.5: + + Fixed a bug in SoupSession:use-thread-context. + + Fixed the case of cancelling a message from + SoupSession::request-started [bgo#668098] + + Fixed a crash in epiphany when loading a page with more than + 1000 or so images. [bgo#668508] + + Fixed a bunch of cases involving invalid URLs found while + testing SoupServer against an HTTP protocol fuzzer. Also fixed + up some documentation/annotations and added some new test + cases. [bgo#667637] + + Fixed SoupRequestFile to work on Windows. +- Remove xz BuildRequires now that it comes for free in the build + system. + ------------------------------------------------------------------- Tue Jan 17 07:12:34 UTC 2012 - vuntz@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 3a62162..ca3f37b 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME License: LGPL-2.1+ Group: Development/Libraries/GNOME -Version: 2.37.4 +Version: 2.37.5 Release: 0 Url: http://www.gnome.org Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz @@ -32,8 +32,6 @@ BuildRequires: gtk-doc BuildRequires: libgnome-keyring-devel BuildRequires: libxml2-devel BuildRequires: sqlite3-devel -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc BuildRoot: %{_tmppath}/%{name}-%{version}-build