Hello community,

here is the log from the commit of package libsoup for openSUSE:Factory checked 
in at 2016-03-29 14:42:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsoup (Old)
 and      /work/SRC/openSUSE:Factory/.libsoup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsoup"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsoup/libsoup.changes  2015-11-12 
19:36:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libsoup.new/libsoup.changes     2016-03-29 
14:42:46.000000000 +0200
@@ -1,0 +2,57 @@
+Tue Mar 22 09:58:39 UTC 2016 - [email protected]
+
+- Update to version 2.54.0:
+  + Fixed examples/simple-httpd on Windows (bgo758759).
+
+-------------------------------------------------------------------
+Tue Mar 15 10:06:18 UTC 2016 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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).
+
+-------------------------------------------------------------------

Old:
----
  libsoup-2.52.2.tar.xz

New:
----
  libsoup-2.54.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libsoup.spec ++++++
--- /var/tmp/diff_new_pack.DQHZlo/_old  2016-03-29 14:42:47.000000000 +0200
+++ /var/tmp/diff_new_pack.DQHZlo/_new  2016-03-29 14:42:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,17 @@
 Summary:        HTTP client/server library for GNOME
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
-Version:        2.52.2
+Version:        2.54.0
 Release:        0
 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
 BuildRequires:  glib-networking
 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)
@@ -124,8 +125,10 @@
 %build
 %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

++++++ libsoup-2.52.2.tar.xz -> libsoup-2.54.0.tar.xz ++++++
++++ 58642 lines of diff (skipped)


Reply via email to