Updating link to change in openSUSE:Factory/libsoup revision 29.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=6fc3c922a89e80232facb6d296dc522e
This commit is contained in:
OBS User buildservice-autocommit 2009-09-04 23:34:06 +00:00 committed by Git OBS Bridge
parent 03bc539988
commit 1c3afdce1f
4 changed files with 31 additions and 5 deletions

View File

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

3
libsoup-2.27.91.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Aug 25 13:27:27 CEST 2009 - vuntz@novell.com
- Update to version 2.27.91:
+ Added SoupPasswordManager, an interface for managing persistent
password storage, and SoupPasswordManagerGNOME (in
libsoup-gnome), which implements it using gnome-keyring.
+ libsoup should now notice when the server closes a persistent
connection, and close its side of the connection sooner. This
should hopefully fix the spurious "Connection terminated
unexpectedly" errors in WebKitGTK. [bgo#578990]
+ Fixed some problems with connection management in SoupSession
that could cause a session to eventually "stall" and be unable
to process new requests. [bgo#592084]
+ Fixed an infinite loop that caused 100% CPU usage if the
network went down at exactly the right time while there were
unsent messages in the queue. [bgo#592492]
+ Fixed a crash in SoupLogger. [bgo#591857]
+ Fixed the definition of soup_message_is_keepalive() for
HTTP/1.0 messages, to fix a problem introduced in 2.27.90 where
some messages would load completely but never emit "finished".
+ Fixed a crash in SoupServer introduced in 2.27.90 when
processing a request with no "Host" header.
- Add gnome-keyring-devel BuildRequires.
-------------------------------------------------------------------
Tue Aug 11 06:18:53 CEST 2009 - captain.magnus@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package libsoup (Version 2.27.90)
# spec file for package libsoup (Version 2.27.91)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,6 +21,7 @@
Name: libsoup
BuildRequires: gconf2-devel
BuildRequires: glib2-devel
BuildRequires: gnome-keyring-devel
BuildRequires: gnutls-devel
BuildRequires: gtk-doc
BuildRequires: libproxy-devel
@ -36,7 +37,7 @@ Obsoletes: libsoup-64bit
%endif
#
Summary: Simple Object Access Protocol (SOAP)
Version: 2.27.90
Version: 2.27.91
Release: 1
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org