forked from pool/libsoup
Accepting request 97278 from home:vuntz:branches:GNOME:Factory
Update to 2.37.3 OBS-URL: https://build.opensuse.org/request/show/97278 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=97
This commit is contained in:
parent
f0354950c5
commit
8d6325c91d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ede0df9313769620dcda9174853cdbeec08414c9095fc484903f82516d756e86
|
|
||||||
size 721431
|
|
3
libsoup-2.37.3.tar.xz
Normal file
3
libsoup-2.37.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a59fa57d6c61ff9600ae271102d4a850bebb17b118d059850fdf0cd00b375d2c
|
||||||
|
size 615420
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 20 09:19:03 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.37.3:
|
||||||
|
+ Simplified SoupHTTPInputStream and SoupRequestHTTP, allowing
|
||||||
|
related simplifications in WebKit's ResourceHandleSoup. This is
|
||||||
|
an ABI-incompatible change, but SoupHTTPInputStream is an
|
||||||
|
unstable API. [bgo#663451]
|
||||||
|
+ Fixed a bug that caused the SOUP_MESSAGE_CERTIFICATE_TRUSTED
|
||||||
|
flag to always be cleared, causing epiphany to claim all https
|
||||||
|
pages were untrusted. [bgo#665182]
|
||||||
|
+ Fixed some bugs in the handling of SoupSession:http-aliases and
|
||||||
|
SoupSession:https-aliases.
|
||||||
|
+ Fixed SoupContentDecoder's "ignore Content-Encoding: gzip
|
||||||
|
because the server didn't actually mean it" hack to handle
|
||||||
|
x-gzip too.
|
||||||
|
+ Clarified the documentation on SoupSession:ssl-strict
|
||||||
|
[bgo#666280]
|
||||||
|
+ Fixed handling of ACLOCAL_FLAGS [bgo#641470]
|
||||||
|
- Add xz BuildRequires because we can't build a package for a
|
||||||
|
xz-compressed tarball without explicitly specifying that... See
|
||||||
|
bnc#697467 for more details.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 12 15:50:01 UTC 2011 - vuntz@opensuse.org
|
Mon Dec 12 15:50:01 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
@ -9,7 +32,8 @@ Mon Dec 12 15:50:01 UTC 2011 - vuntz@opensuse.org
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 8 20:13:05 UTC 2011 - dimstar@opensuse.org
|
Thu Dec 8 20:13:05 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Split typelib files into typelib-1_0-Soup-2_4.
|
- Split typelib files into typelib-1_0-Soup-2_4 subpackage.
|
||||||
|
- Add typelib-1_0-Soup-2_4 Requires to devel subpackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 22 09:44:02 UTC 2011 - vuntz@opensuse.org
|
Tue Nov 22 09:44:02 UTC 2011 - vuntz@opensuse.org
|
||||||
|
20
libsoup.spec
20
libsoup.spec
@ -15,25 +15,25 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
Version: 2.37.2
|
License: LGPL-2.1+
|
||||||
Release: 1
|
|
||||||
License: LGPLv2.1+
|
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
|
Version: 2.37.3
|
||||||
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/libsoup/2.37/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib2-devel >= 2.30.0
|
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
|
BuildRequires: glib2-devel >= 2.31.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: libgnome-keyring-devel
|
BuildRequires: libgnome-keyring-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: sqlite3-devel
|
BuildRequires: sqlite3-devel
|
||||||
|
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||||
|
BuildRequires: xz
|
||||||
# We do not need these dependencies needed only for tests.
|
# We do not need these dependencies needed only for tests.
|
||||||
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
#BuildRequires: apache2-mod_php5 php5-xmlrpc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -52,7 +52,6 @@ Features:
|
|||||||
* XML-RPC support
|
* XML-RPC support
|
||||||
|
|
||||||
%package 2_4-1
|
%package 2_4-1
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: glib-networking >= 2.27.90
|
Requires: glib-networking >= 2.27.90
|
||||||
@ -80,15 +79,16 @@ Features:
|
|||||||
* XML-RPC support
|
* XML-RPC support
|
||||||
|
|
||||||
%package -n typelib-1_0-Soup-2_4
|
%package -n typelib-1_0-Soup-2_4
|
||||||
Summary: HTTP client/server library for GNOME
|
Summary: HTTP client/server library for GNOME -- Introspection bindings
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Soup-2_4
|
%description -n typelib-1_0-Soup-2_4
|
||||||
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
|
Libsoup is an HTTP client/server library for GNOME. It uses GObjects
|
||||||
and the glib main loop, to integrate well with GNOME applications.
|
and the glib main loop, to integrate well with GNOME applications.
|
||||||
|
|
||||||
|
This package provides the GObject Introspection bindings for libsoup.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPLv2.1+
|
|
||||||
Summary: HTTP client/server library for GNOME - Development Files
|
Summary: HTTP client/server library for GNOME - Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user