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
This commit is contained in:
Vincent Untz 2012-02-08 10:55:49 +00:00 committed by Git OBS Bridge
parent c5f5695375
commit a91b5f3e22
4 changed files with 21 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e99e7c7a13f45a108adcf5562473b46bc6e2115458460467a2d89683a38f7d86
size 618056

3
libsoup-2.37.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8d2d4dafc2149ef3d298ff4456643abe3e0378777ae92b133413f9a9e821015
size 619656

View File

@ -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

View File

@ -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