From 4a81f9d601f1112cac7f9b413901e1b2967dab8d326c2857f461bbe81622c374 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 14 Mar 2008 16:50:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=9 --- libsoup-2.3.4.tar.bz2 | 3 --- libsoup-2.4.0.tar.bz2 | 3 +++ libsoup.changes | 12 ++++++++++++ libsoup.spec | 13 +++++++++++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.3.4.tar.bz2 create mode 100644 libsoup-2.4.0.tar.bz2 diff --git a/libsoup-2.3.4.tar.bz2 b/libsoup-2.3.4.tar.bz2 deleted file mode 100644 index e04ae80..0000000 --- a/libsoup-2.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db1903cf8c4cd99565162f2f40e2d7afdbd2db1055482f4cb61ecfe844483ebd -size 612000 diff --git a/libsoup-2.4.0.tar.bz2 b/libsoup-2.4.0.tar.bz2 new file mode 100644 index 0000000..8a17d49 --- /dev/null +++ b/libsoup-2.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400104f0ad7b805ba534295ed17e6426a8ce41eb425dc2b0a56a2b75665c065a +size 615898 diff --git a/libsoup.changes b/libsoup.changes index 85cd55c..b239033 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index c4f37f1..a356c32 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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