SHA256
1
0
forked from pool/libsoup

Accepting request 81523 from GNOME:Factory

Pushing most of G:F

OBS-URL: https://build.opensuse.org/request/show/81523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=53
This commit is contained in:
Sascha Peilicke 2011-09-09 09:43:57 +00:00 committed by Git OBS Bridge
commit a514382896
4 changed files with 44 additions and 10 deletions

View File

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

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,41 @@
-------------------------------------------------------------------
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
- Update to version 2.35.5:
+ bgo#650940: Support NTLM single sign on via samba's
/usr/bin/ntlm_auth.
+ bgo#581342: Default to TLS+extensions for https connections,
falling back to SSLv3-without-extensions only if the server
fails to negotiate TLS.
+ bgo#631368: Fixed a problem with https pages sometimes not
loading when using a proxy.
+ bgo#648848: SoupContentSniffer: don't use gio's sniffing rules,
since the spec now recommends that browsers not do any
additional sniffing beyond what's in the spec.
+ bgo#653707: Fixed SoupRequestHTTP to work properly with
alternate GMainContexts.
+ bgo#655397: Added some annotations from Vala's vapi files.
-------------------------------------------------------------------
Thu Jul 28 21:27:11 CEST 2011 - vuntz@opensuse.org

View File

@ -20,7 +20,7 @@
Name: libsoup
Summary: HTTP client/server library for GNOME
Version: 2.35.4
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