From 53d1617c4f08df004601f3e29eac3765234b7d56a16eb81c6114c407f5546aec Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 1 Sep 2011 23:49:00 +0000 Subject: [PATCH] Accepting request 80575 from home:vuntz:branches:GNOME:Factory Update to 2.35.90 OBS-URL: https://build.opensuse.org/request/show/80575 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=86 --- libsoup-2.35.5.tar.bz2 | 3 --- libsoup-2.35.90.tar.bz2 | 3 +++ libsoup.changes | 20 ++++++++++++++++++++ libsoup.spec | 10 +++------- 4 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 libsoup-2.35.5.tar.bz2 create mode 100644 libsoup-2.35.90.tar.bz2 diff --git a/libsoup-2.35.5.tar.bz2 b/libsoup-2.35.5.tar.bz2 deleted file mode 100644 index 60cb03e..0000000 --- a/libsoup-2.35.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5348eb7a5fea1357033b91e30aa319d9e59b4dfc9d96817a9c3bc0129e8abf -size 701035 diff --git a/libsoup-2.35.90.tar.bz2 b/libsoup-2.35.90.tar.bz2 new file mode 100644 index 0000000..8d64074 --- /dev/null +++ b/libsoup-2.35.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16728e733550de4f30ce4097b902ebc2f7e83374b0dafd86f2c90c2be036256b +size 702094 diff --git a/libsoup.changes b/libsoup.changes index 8f2ade3..7a0558b 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Aug 31 09:53:11 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.35.90: + + Added SOUP_MESSAGE_CAN_REBUILD flag, to use with + soup_message_body_set_accumulate(FALSE) on a request body, to + indicate that the caller will recreate the request body after + it has been discarded if the message needs to be re-sent. + [bgo#656650] + + Fixed the build on mingw-w64 by not using "interface" as + variable name. [bgo#656402] + + (The multihosted https server regression mentioned in the + 2.35.5 NEWS turned out to be a glib-networking bug, which is + fixed as of 2.29.18.) +- Add samba-winbind Suggests to libsoup-2_4-1: the NTLM single sign + on feature works with /usr/bin/ntlm_auth (but can fallback to the + old method if this is not present). +- Remove Requires for libsoup-2_4-1 and Obsoletes for libsoup-64bit + from main package since there is no such main package anymore. + ------------------------------------------------------------------- Tue Aug 16 04:31:24 CEST 2011 - dimstar@opensuse.org diff --git a/libsoup.spec b/libsoup.spec index 3eda5c1..7579f30 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -20,7 +20,7 @@ Name: libsoup Summary: HTTP client/server library for GNOME -Version: 2.35.5 +Version: 2.35.90 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/GNOME @@ -36,12 +36,6 @@ BuildRequires: libxml2-devel BuildRequires: sqlite3-devel # We do not need these dependencies needed only for tests. #BuildRequires: apache2-mod_php5 php5-xmlrpc -Requires: %{name}-2_4-1 = %{version} -# bug437293 -%ifarch ppc64 -Obsoletes: libsoup-64bit -%endif -# BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,6 +56,8 @@ License: LGPLv2.1+ Summary: HTTP client/server library for GNOME Group: Development/Libraries/GNOME Requires: glib-networking >= 2.27.90 +# For NTLM single sign on +Suggests: samba-winbind Provides: %{name} = %{version} Obsoletes: %{name} < %{version} # bug437293