Accepting request 91078 from home:dimstar:GNOME:Next

Pushing current Gnome 3.3 work to G:F... some work might be lumpy...

OBS-URL: https://build.opensuse.org/request/show/91078
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=93
This commit is contained in:
Vincent Untz 2011-11-14 13:40:54 +00:00 committed by Git OBS Bridge
parent 13712d63c9
commit 0ca7d0bfb7
4 changed files with 21 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 27 21:40:29 UTC 2011 - dimstar@opensuse.org
- Update to version 2.37.1:
+ Fixed a problem with connections being assigned to multiple
requests at once after a redirection [bgo#651146].
+ Ported SoupSession to use GTlsDatabase internally, and added
two new properties, SoupSession:use-system-ca-file (to
specify that the session should use the default system tlsdb)
and SoupSession:tlsdb (to specify a specific tlsdb to use)
+ Likewise, added SoupServer:tls-certificate, for specifying a
certificate/key for an https server to use.
+ Made SoupHTTPInputStream more memory efficient [bgo#659255]
+ Fixed soup_message_get_https_status() to return information
more reliably (with latest glib-networking).
-------------------------------------------------------------------
Tue Oct 18 06:27:40 UTC 2011 - vuntz@opensuse.org

View File

@ -20,12 +20,12 @@
Name: libsoup
Summary: HTTP client/server library for GNOME
Version: 2.36.1
Version: 2.37.1
Release: 1
License: LGPLv2.1+
Group: Development/Libraries/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/libsoup/2.36/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: glib2-devel >= 2.30.0
BuildRequires: glib-networking