Accepting request 148867 from GNOME:Factory
Update to 2.40.3 - Stable branch - bug fix only. Wanted for 12.3 (forwarded request 148662 from dimstar) OBS-URL: https://build.opensuse.org/request/show/148867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=68
This commit is contained in:
commit
6f376a6950
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32e81220f53abb1f5bbe7d8b0717119df70667fc48e2342d82209ed1593e71dc
|
||||
size 707104
|
3
libsoup-2.40.3.tar.xz
Normal file
3
libsoup-2.40.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c92f1f6f4cbfd501df783ed87e7de9410b4a12a3bb0b19c64722e185d2bbc9
|
||||
size 709124
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 20:29:35 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.40.3:
|
||||
+ soup_message_get_https_status() now returns the certificate
|
||||
and flags for unsuccessful https connections as well as
|
||||
successful ones (bgo#690176)
|
||||
+ Fixed a deadlock when calling soup_session_abort() on a
|
||||
SoupSessionSync in some cases. (bgo#691399)
|
||||
+ Fixed a bug in SoupFilterInputStream that could cause some
|
||||
non-blocking reads to suck up CPU while waiting for the
|
||||
network.
|
||||
+ SoupURI now leaves "%00" in URIs as-is, rather than decoding it
|
||||
to "\0", which was not intended and is never useful.
|
||||
+ A few minor docs fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 13 13:28:07 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsoup
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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,7 +20,7 @@ Name: libsoup
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.40.2
|
||||
Version: 2.40.3
|
||||
Release: 0
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/libsoup/2.40/%{name}-%{version}.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user