Accepting request 228681 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228681
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=149
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:47:10 +00:00 committed by Git OBS Bridge
parent 436f36fa8b
commit ca76480f7e
4 changed files with 74 additions and 7 deletions

View File

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

3
libsoup-2.46.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Tue Mar 25 08:27:30 UTC 2014 - dimstar@opensuse.org
- Update to version 2.46.0:
+ No changes, just a version bump.
-------------------------------------------------------------------
Wed Mar 19 08:45:11 UTC 2014 - dimstar@opensuse.org
- Update to version 2.45.92:
+ Fixed problems with using an http proxy on port 80.
+ Plugged a small per-connection leak.
+ Belatedly bumped up the glib requirement to 2.38, which is
required for the TAP driver.
+ Fixed up some leftover issues from the test porting to
gtestutils.
-------------------------------------------------------------------
Wed Feb 19 11:29:12 UTC 2014 - zaitor@opensuse.org
- Update to version 2.45.90:
+ Fixed a problem where libsoup would use the "http" proxy
settings for "https" requests (bgo#724316).
+ Updated SoupContentSniffer to match the current version of the
MIME sniffing specification (bgo#648849, bgo#715126).
+ Updated the soup-tld APIs to accept ASCII-encoded hostnames in
addition to UTF-8 ones.
+ Ported the test programs to the gtestutils framework, added
support for installed tests, and made the tests use the TAP
driver.
+ Some tests still need to be split up into more pieces, and
the debug output is now somewhat less useful in some cases.
+ Fixed the test programs to not depend on local proxy settings.
+ Added some more checks to header-tests (bgo#722341).
+ Fixed the "simple-proxy" example program, which had been broken
for a while.
+ Updated translations.
-------------------------------------------------------------------
Mon Dec 16 22:08:05 UTC 2013 - dimstar@opensuse.org
- Update to version 2.45.3:
+ The documentation has finally been updated to reflect the new
APIs added in 2.42.
+ Added GBytes-valued :request-body-data and :response-body-data
properties to SoupMessage, which should help some bindings.
+ We now set TCP_NODELAY on sockets, improving throughput a bit.
In particular, this avoids an unnecessary extra round trip in
the TLS handshake.
+ The SoupSession APIs that return GErrors now return the actual
underlying gio errors in the event of connection failures and
the like.
+ Updated the copy of the Public Suffix list used by soup-tld.
+ Updated the soup_server_pause_message() /
soup_server_unpause_message() documentation to clarify when
you can and can't call them (bgo#710602).
+ soup_message_set_request() and soup_message_set_response() now
g_warn_if_fail() if you pass an invalid Content-Type (And they
also have better introspection annotations) (bgo#686766).
+ session-test now passes when run against the dummy TLS backend
(ie, if you don't have glib-networking installed), as long as
you have the latest glib.
+ Fixed build with -Werror=format-nonliteral (bgo#720082).
+ Fix build with --without-ntlm (bgo#710267).
+ Fixed a few warnings.
+ Updated translations.
-------------------------------------------------------------------
Mon Nov 11 23:13:57 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libsoup
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,13 +20,13 @@ Name: libsoup
Summary: HTTP client/server library for GNOME
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Version: 2.44.2
Version: 2.46.0
Release: 0
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/libsoup/2.44/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/libsoup/2.46/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: glib-networking
BuildRequires: glib2-devel >= 2.36.0
BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.35.0