From 75b7d6a5dbfa537699284396ca0c7569f7e1e75b9db774f6f65d220a5ac07173 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 18 Mar 2016 10:07:20 +0000 Subject: [PATCH] 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 --- libsoup-2.53.90.tar.xz | 3 --- libsoup-2.53.92.tar.xz | 3 +++ libsoup.changes | 18 ++++++++++++++++++ libsoup.spec | 10 ++++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 libsoup-2.53.90.tar.xz create mode 100644 libsoup-2.53.92.tar.xz diff --git a/libsoup-2.53.90.tar.xz b/libsoup-2.53.90.tar.xz deleted file mode 100644 index 50a7196..0000000 --- a/libsoup-2.53.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ce75a6cdea5cb34724772c95aa08e089a3d9224c2527458e9c5b763ed9802e3 -size 1770036 diff --git a/libsoup-2.53.92.tar.xz b/libsoup-2.53.92.tar.xz new file mode 100644 index 0000000..59d5ea6 --- /dev/null +++ b/libsoup-2.53.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9753cd0279b82410a1f8b37f1e0cda4b851cd49374f6ac515e1efb84ae0f3b5b +size 1842588 diff --git a/libsoup.changes b/libsoup.changes index 55588e3..2a1da61 100644 --- a/libsoup.changes +++ b/libsoup.changes @@ -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 diff --git a/libsoup.spec b/libsoup.spec index b279bfc..c6fe44e 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -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