From a87379590f2586b19102b8b501b03fdc1c9c3e0b3505b8f7f4579d17d0635fb6 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 17 Aug 2009 12:33:00 +0000 Subject: [PATCH] Accepting request 17894 from GNOME:Factory Copy from GNOME:Factory/libsoup based on submit request 17894 from user vuntz OBS-URL: https://build.opensuse.org/request/show/17894 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=28 --- libsoup-2.27.5.tar.bz2 | 3 --- libsoup-2.27.90.tar.bz2 | 3 +++ libsoup.changes | 25 +++++++++++++++++++++++++ libsoup.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 libsoup-2.27.5.tar.bz2 create mode 100644 libsoup-2.27.90.tar.bz2 diff --git a/libsoup-2.27.5.tar.bz2 b/libsoup-2.27.5.tar.bz2 deleted file mode 100644 index 4a75076..0000000 --- a/libsoup-2.27.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8085fc996c89298f10b780b8d9abae39de689f454a5393fd1283801ff7f287 -size 695462 diff --git a/libsoup-2.27.90.tar.bz2 b/libsoup-2.27.90.tar.bz2 new file mode 100644 index 0000000..aab6638 --- /dev/null +++ b/libsoup-2.27.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13feddf449887129a118980c42a423a4b967ff894e24c2d335301e24b5e3ed66 +size 628703 diff --git a/libsoup.changes b/libsoup.changes index 1210be9..810fc3f 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Aug 11 06:18:53 CEST 2009 - captain.magnus@opensuse.org + +- Update to version 2.27.90: + + libsoup now uses glib's GResolver rather than its own DNS code. + For 2.27.90, the only visible change should be that + internationalized domain names are now supported. [bgo#548287] + + Added soup_message_disable_feature(), which allows you to + disable particular features (eg, cookies, proxy, + content-sniffing, etc) on a per-message basis. [bgo#574773] + + It is now possible to implement "OPTIONS *" in a SoupServer; + you must explicitly register a handler for "*" in order to do + this. [bgo#590751] + + Ignore Content-Length on EOF-terminated responses, to match + other browsers and therefore cope with broken servers that send + the wrong length. + + Fixed the status code when trying to fetch an https URI with a + non-gnutls build of libsoup. [bgo#590464] + + Fixed strict-aliasing warnings introduced in 2.27.4 + [bgo#588771] + + Fixed some warnings noted by fortify [bgo#591226] and -Wextra + + libsoup now uses automake 1.11's silent-rules support by + default (if you are building with automake 1.11). Use + "./configure --disable-silent-rules" or "make V=1" to disable + ------------------------------------------------------------------- Tue Jul 28 17:12:52 CEST 2009 - lmedinas@gmail.com diff --git a/libsoup.spec b/libsoup.spec index 318897f..4f54414 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,5 +1,5 @@ # -# spec file for package libsoup (Version 2.27.5) +# spec file for package libsoup (Version 2.27.90) # # 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.27.5 +Version: 2.27.90 Release: 1 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 Url: http://www.gnome.org