Accepting request 174161 from home:dimstar:branches:GNOME:Factory
Update to 2.43.1 OBS-URL: https://build.opensuse.org/request/show/174161 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=132
This commit is contained in:
parent
f74be1e757
commit
3e48224afe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20bd5365bb3e7de70fade91ac82c9dea31636318df90b8c26bc4cde2523a8c91
|
|
||||||
size 732228
|
|
3
libsoup-2.43.1.tar.xz
Normal file
3
libsoup-2.43.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:99b186b95ca2b11fb729cae1eb458e318d9bc6bd32ad087ade2a2f54a53fa9d1
|
||||||
|
size 734496
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 1 08:17:54 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.43.1:
|
||||||
|
+ Including <libsoup/soup.h> no longer pulls in the system
|
||||||
|
networking headers. This may cause some packages to no longer
|
||||||
|
compile, if they were accidentally depending on this.
|
||||||
|
Adding "#include <gio/gnetworking.h>" will fix them
|
||||||
|
(bgo#692134).
|
||||||
|
+ Fixed SoupSession:proxy-resolver (bgo#698163).
|
||||||
|
+ Added soup_message_set_priority(), to mark messages as being
|
||||||
|
high, low, or normal priority, and update the message queue to
|
||||||
|
prioritize them accordingly (bgo#696277).
|
||||||
|
+ Fixed several test programs to still work if glib-networking
|
||||||
|
isn't installed and fixed another to still work if the kernel
|
||||||
|
has no IPv6 support (bgo#698220).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 13:46:21 UTC 2013 - dimstar@opensuse.org
|
Tue Apr 16 13:46:21 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,10 +20,10 @@ Name: libsoup
|
|||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Version: 2.42.1
|
Version: 2.43.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.42/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.43/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
BuildRequires: glib2-devel >= 2.36.0
|
BuildRequires: glib2-devel >= 2.36.0
|
||||||
|
Loading…
Reference in New Issue
Block a user