From 0ca7d0bfb7e131b08ea953bc0f464fd003d4a7dba2dd579b21711a73d44ffc25 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 14 Nov 2011 13:40:54 +0000 Subject: [PATCH] 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 --- libsoup-2.36.1.tar.bz2 | 3 --- libsoup-2.37.1.tar.bz2 | 3 +++ libsoup.changes | 16 ++++++++++++++++ libsoup.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.36.1.tar.bz2 create mode 100644 libsoup-2.37.1.tar.bz2 diff --git a/libsoup-2.36.1.tar.bz2 b/libsoup-2.36.1.tar.bz2 deleted file mode 100644 index 27b5fdb..0000000 --- a/libsoup-2.36.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c387eefd8214c458965b1d6e3490cea33b5bb6c81798cac90cde96136dc19401 -size 715466 diff --git a/libsoup-2.37.1.tar.bz2 b/libsoup-2.37.1.tar.bz2 new file mode 100644 index 0000000..9b12b44 --- /dev/null +++ b/libsoup-2.37.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7610d77239af99d2828f5e2e71dc929c855ad3673cc6ce6a3e694adb1f9a6e +size 714283 diff --git a/libsoup.changes b/libsoup.changes index 0dda192..54a7181 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index 315a1cb..e0c80cb 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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