forked from pool/libsoup
Accepting request 377412 from GNOME:Factory
Update to 3.20.0 (forwarded request 377226 from dimstar) OBS-URL: https://build.opensuse.org/request/show/377412 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsoup?expand=0&rev=90
This commit is contained in:
commit
74903d46d8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db55628b5c7d952945bb71b236469057c8dfb8dea0c271513579c6273c2093dc
|
|
||||||
size 1764308
|
|
3
libsoup-2.54.0.tar.xz
Normal file
3
libsoup-2.54.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fbf1038efb10d2ffbbb88bb46e7ce32b683fde8e566f36bcf26f7f69a550ec56
|
||||||
|
size 1787408
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 09:58:39 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.54.0:
|
||||||
|
+ Fixed examples/simple-httpd on Windows (bgo758759).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 15 10:06:18 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.53.92:
|
||||||
|
+ libsoup now supports HTTP "Negotiate"/GSSAPI/Kerberos
|
||||||
|
authentication. It must be enabled specifically by the
|
||||||
|
application and is also subject to certain other restrictions,
|
||||||
|
some of which are not yet controllable through the API
|
||||||
|
(bgo#587145).
|
||||||
|
+ Added support for building under MSVC (bgo#758759).
|
||||||
|
+ Fixed a problem with the 2.53.90 tarball that caused
|
||||||
|
translations to be mis-installed.
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove intltoolize call: the tarball has been corrected.
|
||||||
|
- Add krb5-devel BuildRequires: new dependency for krb5 support.
|
||||||
|
- Pass --with-krb5-config=%{_libexecdir}/mit/bin/krb5-config and
|
||||||
|
--with-gssapi to configure in order to enable krb5 support.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 09:44:48 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.53.90:
|
||||||
|
+ NUL bytes in headers are now ignored (bgo#760832).
|
||||||
|
+ Fixed transfer annotation of soup_form_decode* functions
|
||||||
|
(bgo#743966).
|
||||||
|
+ Updated translations.
|
||||||
|
- Call intltoolize before configure in order to fix up the tarball
|
||||||
|
to work with recent versions of intltool.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 22:12:56 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.53.2:
|
||||||
|
+ Fixed up symbol visibility handling for mingw by copying GLib's
|
||||||
|
system (bgo#757146).
|
||||||
|
+ Finally marked the old SoupSessionAsync and SoupSessionSync
|
||||||
|
methods as deprecated (bgo#757146).
|
||||||
|
+ Added libsoup-2.4.deps for valac.
|
||||||
|
+ Make it possible to build from git without gtk-doc being
|
||||||
|
installed.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 02:54:52 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.53.1:
|
||||||
|
+ Really fixed build under MinGW for sure this time.
|
||||||
|
+ Fixed SoupServer Web Sockets code so that the SoupClientContext
|
||||||
|
passed to a SoupServerWebsocketCallback is fully usable (rather
|
||||||
|
than crashing when you try to do most things).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 10 07:58:01 UTC 2015 - zaitor@opensuse.org
|
Tue Nov 10 07:58:01 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
13
libsoup.spec
13
libsoup.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsoup
|
# spec file for package libsoup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,16 +20,17 @@ 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.52.2
|
Version: 2.54.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/libsoup/2.52/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/libsoup/2.54/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: glib-networking
|
BuildRequires: glib-networking
|
||||||
BuildRequires: glib2-devel >= 2.38.0
|
BuildRequires: glib2-devel >= 2.38.0
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool >= 0.35.0
|
BuildRequires: intltool >= 0.35.0
|
||||||
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
@ -124,8 +125,10 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-introspection
|
--enable-introspection \
|
||||||
make %{?jobs:-j%jobs}
|
--with-gssapi \
|
||||||
|
--with-krb5-config=%{_libexecdir}/mit/bin/krb5-config
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user