OBS User unknown 2008-03-14 16:50:48 +00:00 committed by Git OBS Bridge
parent 54574ec91f
commit 4a81f9d601
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 14 03:52:18 CET 2008 - maw@suse.de
- Update to version 2.4.0:
+ Fixed a small memory leak in SoupSession (bgo#518798)
+ Minor fixes to redirect behavior; PROPFINDs can now be
automatically redirected and 302 is treated like 307, not
303; also fixed to make sure that redirect-test actually gets
run by "make check"
+ The SoupSocket I/O methods now set nread/nwrote even on
error.
-------------------------------------------------------------------
Mon Mar 3 19:05:24 CET 2008 - maw@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libsoup (Version 2.3.4)
# spec file for package libsoup (Version 2.4.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,7 +19,7 @@ License: LGPL v2.1 or later
Group: Development/Libraries/GNOME
AutoReqProv: on
Summary: Simple Object Access Protocol (SOAP)
Version: 2.3.4
Version: 2.4.0
Release: 1
Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2
# PATCH-NEEDS-REBASE libsoup-2.2.100-r924.patch
@ -176,6 +176,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/libsoup-2.4
%changelog
* Fri Mar 14 2008 maw@suse.de
- Update to version 2.4.0:
+ Fixed a small memory leak in SoupSession (bgo#518798)
+ Minor fixes to redirect behavior; PROPFINDs can now be
automatically redirected and 302 is treated like 307, not
303; also fixed to make sure that redirect-test actually gets
run by "make check"
+ The SoupSocket I/O methods now set nread/nwrote even on
error.
* Mon Mar 03 2008 maw@suse.de
- Update to version 2.3.4:
+ Documentation is once again available from devhelp (bgo#518384