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
This commit is contained in:
Dominique Leuenberger 2011-07-06 16:36:49 +00:00 committed by Git OBS Bridge
parent a6d7fc7d46
commit 728e049dad
4 changed files with 20 additions and 5 deletions

View File

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

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

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

View File

@ -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

View File

@ -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