From 728e049dad784abd3aea5b5f471a6586688632a0bb2488bc70eb1a7ed0bbf0ce Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Jul 2011 16:36:49 +0000 Subject: [PATCH] Accepting request 75542 from home:vuntz:branches:GNOME:Factory Update to 2.35.3 OBS-URL: https://build.opensuse.org/request/show/75542 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=81 --- libsoup-2.34.2.tar.bz2 | 3 --- libsoup-2.35.3.tar.bz2 | 3 +++ libsoup.changes | 15 +++++++++++++++ libsoup.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.34.2.tar.bz2 create mode 100644 libsoup-2.35.3.tar.bz2 diff --git a/libsoup-2.34.2.tar.bz2 b/libsoup-2.34.2.tar.bz2 deleted file mode 100644 index b500fda..0000000 --- a/libsoup-2.34.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d70edc48c309528635012269733739f9cd22548913125864318a65d1b6f1261 -size 683331 diff --git a/libsoup-2.35.3.tar.bz2 b/libsoup-2.35.3.tar.bz2 new file mode 100644 index 0000000..04784d8 --- /dev/null +++ b/libsoup-2.35.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20b7aab263a44e527b8d89c01e61a3591a719a582ad1163b2a4758dcc598c62d +size 695424 diff --git a/libsoup.changes b/libsoup.changes index ec1c0a5..96255fa 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jul 5 08:24:36 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.35.3: + + Always send the "Keep-Alive" header. + + Deal with broken apache Content-Encoding for .gz files, that + was leading to decompressing the files. + + Various cache improvements, including: + - Do not store hop-by-hop headers in cache. + - Store the HTTP status code in the cache. + - Add versioning support to SoupCache. + + Fix integer overflow on 32bit. + + Fix memory leaks. + + Build fixes. + ------------------------------------------------------------------- Mon May 23 23:25:22 CEST 2011 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index dd33013..5d7c6cd 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,12 +20,12 @@ Name: libsoup Summary: HTTP client/server library for GNOME -Version: 2.34.2 +Version: 2.35.3 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/GNOME Url: http://www.gnome.org -Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/libsoup/2.35/%{name}-%{version}.tar.bz2 Source99: baselibs.conf BuildRequires: glib2-devel BuildRequires: glib-networking