From 056804fa00573f5c52953013ec3c96c7300c712d86eb1e7969cb51bf313a3bd7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 28 May 2009 00:30:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=26 --- libsoup-2.26.1.tar.bz2 | 3 --- libsoup-2.27.1.tar.bz2 | 3 +++ libsoup.changes | 29 +++++++++++++++++++++++++++++ libsoup.spec | 32 +++++++++++++++++++++++++++++--- 4 files changed, 61 insertions(+), 6 deletions(-) delete mode 100644 libsoup-2.26.1.tar.bz2 create mode 100644 libsoup-2.27.1.tar.bz2 diff --git a/libsoup-2.26.1.tar.bz2 b/libsoup-2.26.1.tar.bz2 deleted file mode 100644 index 288fa17..0000000 --- a/libsoup-2.26.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfc37afcfcc5f182dd2b80b4c21aa3262c7719173ee27bc45ffb00a6a8267c78 -size 736811 diff --git a/libsoup-2.27.1.tar.bz2 b/libsoup-2.27.1.tar.bz2 new file mode 100644 index 0000000..a5c72b5 --- /dev/null +++ b/libsoup-2.27.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f171b3c5d3274b468182ddb3648428e371e9948059cb86ab88a00192b75a85 +size 687298 diff --git a/libsoup.changes b/libsoup.changes index a819a13..8db8881 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue May 5 16:53:34 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.1: + + SOUP_SESSION_TIMEOUT now works properly with SoupSessionAsync + [bgo#574414] and SSL [bgo#578928]. Added tests/timeout-test to + test this. + + SoupDate fixes: + - soup_date_to_string() now handles SOUP_DATE_RFC2822 + [bgo#579055] + - soup_date_new_from_string() now accepts 24:00 as a time in + ISO8601 timestamps + - soup_date_to_string() now coerces the date to UTC for HTTP + and cookie dates, and outputs the UTC correct offset for the + other date types. + - Added regression tests to tests/date + + soup_headers_parse() now completely ignores + syntactically-incorrect headers, rather than passing them to + soup_message_headers_append() and causing a g_warning. + soup_message_headers_append() now also rejects 0-length header + names. Updated tests/header-parsing to check this. [bgo#579318] + + Fix a crash when cancelling a message from a "restarted" + handler, and updated a regression test to notice the underlying + cause. [bgo#380193] + + Completing the API updates for bgo#576760 from 2.26.1, + soup_message_headers_get() is now marked deprecated in favor of + soup_message_headers_get_one() and _get_list(). +- Do not package ChangeLog file: it's not distributed anymore. + ------------------------------------------------------------------- Tue Apr 14 14:55:43 CEST 2009 - vuntz@novell.com diff --git a/libsoup.spec b/libsoup.spec index ec91f6b..d610f4b 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.26.1) +# spec file for package libsoup (Version 2.27.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -36,7 +36,7 @@ Obsoletes: libsoup-64bit %endif # Summary: Simple Object Access Protocol (SOAP) -Version: 2.26.1 +Version: 2.27.1 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org @@ -153,7 +153,7 @@ rm -rf $RPM_BUILD_ROOT %files 2_4-1 %defattr(-, root, root) -%doc README COPYING ChangeLog NEWS AUTHORS +%doc README COPYING NEWS AUTHORS %{_libdir}/*.so.* %files devel @@ -165,6 +165,32 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup-2.4 %changelog +* Tue May 05 2009 vuntz@novell.com +- Update to version 2.27.1: + + SOUP_SESSION_TIMEOUT now works properly with SoupSessionAsync + [bgo#574414] and SSL [bgo#578928]. Added tests/timeout-test to + test this. + + SoupDate fixes: + - soup_date_to_string() now handles SOUP_DATE_RFC2822 + [bgo#579055] + - soup_date_new_from_string() now accepts 24:00 as a time in + ISO8601 timestamps + - soup_date_to_string() now coerces the date to UTC for HTTP + and cookie dates, and outputs the UTC correct offset for the + other date types. + - Added regression tests to tests/date + + soup_headers_parse() now completely ignores + syntactically-incorrect headers, rather than passing them to + soup_message_headers_append() and causing a g_warning. + soup_message_headers_append() now also rejects 0-length header + names. Updated tests/header-parsing to check this. [bgo#579318] + + Fix a crash when cancelling a message from a "restarted" + handler, and updated a regression test to notice the underlying + cause. [bgo#380193] + + Completing the API updates for bgo#576760 from 2.26.1, + soup_message_headers_get() is now marked deprecated in favor of + soup_message_headers_get_one() and _get_list(). +- Do not package ChangeLog file: it's not distributed anymore. * Tue Apr 14 2009 vuntz@novell.com - Update to version 2.26.1: + Fix SoupProxyResolverGNOME bugs [bgo#578746, bgo#578809]