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
This commit is contained in:
Vincent Untz 2011-09-01 23:49:00 +00:00 committed by Git OBS Bridge
parent feb968ead9
commit 53d1617c4f
4 changed files with 26 additions and 10 deletions

View File

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

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

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

View File

@ -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

View File

@ -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