forked from pool/libsoup
Accepting request 176669 from GNOME:Factory
Push GNOME 3.9.1 - been running it for a while now. OBS-URL: https://build.opensuse.org/request/show/176669 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=73
This commit is contained in:
commit
10b5e15be5
@ -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
|
||||
|
||||
|
@ -20,10 +20,10 @@ Name: libsoup
|
||||
Summary: HTTP client/server library for GNOME
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/GNOME
|
||||
Version: 2.42.1
|
||||
Version: 2.43.1
|
||||
Release: 0
|
||||
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
|
||||
BuildRequires: glib-networking
|
||||
BuildRequires: glib2-devel >= 2.36.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user