Accepting request 374472 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/374472
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsoup?expand=0&rev=170
This commit is contained in:
Dominique Leuenberger 2016-03-18 10:07:20 +00:00 committed by Git OBS Bridge
parent 3b4ea81849
commit 75b7d6a5db
4 changed files with 27 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ce75a6cdea5cb34724772c95aa08e089a3d9224c2527458e9c5b763ed9802e3
size 1770036

3
libsoup-2.53.92.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9753cd0279b82410a1f8b37f1e0cda4b851cd49374f6ac515e1efb84ae0f3b5b
size 1842588

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
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

View File

@ -20,7 +20,7 @@ Name: libsoup
Summary: HTTP client/server library for GNOME
License: LGPL-2.1+
Group: Development/Libraries/GNOME
Version: 2.53.90
Version: 2.53.92
Release: 0
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/libsoup/2.53/%{name}-%{version}.tar.xz
@ -30,6 +30,7 @@ BuildRequires: glib2-devel >= 2.38.0
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.35.0
BuildRequires: krb5-devel
BuildRequires: libxml2-devel
BuildRequires: translation-update-upstream
BuildRequires: pkgconfig(sqlite3)
@ -122,11 +123,12 @@ Features:
translation-update-upstream
%build
intltoolize -f
%configure\
--disable-static \
--enable-introspection
make %{?jobs:-j%jobs}
--enable-introspection \
--with-gssapi \
--with-krb5-config=%{_libexecdir}/mit/bin/krb5-config
make %{?_smp_mflags}
%install
%makeinstall