From 1c3afdce1fb0d56cbb81e383c78f9de009e25d72042187cba24e25a7ab9c3af4 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 4 Sep 2009 23:34:06 +0000 Subject: [PATCH] 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 --- libsoup-2.27.90.tar.bz2 | 3 --- libsoup-2.27.91.tar.bz2 | 3 +++ libsoup.changes | 25 +++++++++++++++++++++++++ libsoup.spec | 5 +++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.27.90.tar.bz2 create mode 100644 libsoup-2.27.91.tar.bz2 diff --git a/libsoup-2.27.90.tar.bz2 b/libsoup-2.27.90.tar.bz2 deleted file mode 100644 index aab6638..0000000 --- a/libsoup-2.27.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13feddf449887129a118980c42a423a4b967ff894e24c2d335301e24b5e3ed66 -size 628703 diff --git a/libsoup-2.27.91.tar.bz2 b/libsoup-2.27.91.tar.bz2 new file mode 100644 index 0000000..abf9447 --- /dev/null +++ b/libsoup-2.27.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39fd86e555cc530ec587db8860b084e95555e044c0cf8b213e636aff043e4f3 +size 632251 diff --git a/libsoup.changes b/libsoup.changes index 810fc3f..d96ab60 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index 4f54414..bb8f8d3 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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