Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2017-02-06 15:23:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-session-manager (Old)
 and      /work/SRC/openSUSE:Factory/.mate-session-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-session-manager"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes    
    2017-01-19 10:44:29.979583568 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2017-02-06 15:23:39.639308409 +0100
@@ -1,0 +2,10 @@
+Sun Feb  5 21:04:12 UTC 2017 - [email protected]
+
+- Update to version 1.16.1:
+  * Build: Check stricter for presence of xtrans (ensure that
+    mate-session won't listen to TCP ports).
+  * Session properties: Fix vertical expand of content with window
+    resize.
+  * Check for a gdm-binary process when switching the user.
+
+-------------------------------------------------------------------

Old:
----
  mate-session-manager-1.16.0.tar.xz

New:
----
  mate-session-manager-1.16.1.tar.xz

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

Other differences:
------------------
++++++ mate-session-manager.spec ++++++
--- /var/tmp/diff_new_pack.dBvzge/_old  2017-02-06 15:23:40.147235812 +0100
+++ /var/tmp/diff_new_pack.dBvzge/_new  2017-02-06 15:23:40.147235812 +0100
@@ -18,12 +18,12 @@
 
 %define _version 1.16
 Name:           mate-session-manager
-Version:        1.16.0
+Version:        1.16.1
 Release:        0
 Summary:        MATE Session Manager
 License:        GPL-2.0+
 Group:          System/GUI/Other
-Url:            http://mate-desktop.org/
+Url:            https://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # Not an upstream file. Only proposes upstream packages:
 Source1:        mate-session-manager-upstream-mate_defaults.conf

++++++ mate-session-manager-1.16.0.tar.xz -> mate-session-manager-1.16.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/ChangeLog 
new/mate-session-manager-1.16.1/ChangeLog
--- old/mate-session-manager-1.16.0/ChangeLog   2016-09-18 11:08:54.000000000 
+0200
+++ new/mate-session-manager-1.16.1/ChangeLog   2017-01-20 12:54:04.000000000 
+0100
@@ -1,3 +1,58 @@
+commit d9dc168440dfd921e65c8ff3da2feb3f72e7d1fc
+Author: monsta <[email protected]>
+Date:   Fri Jan 20 14:30:21 2017 +0300
+
+    release 1.16.1
+
+ NEWS         | 6 ++++++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit 0ed55475a6ddfa52b41551cb0147500c89a6547a
+Author: George Vlahavas <[email protected]>
+Date:   Wed Oct 19 20:35:29 2016 +0300
+
+    Also look for gdm-binary process
+    
+    In some systems the gdm binary is actually called "gdm-binary", so we
+    need to check for that too.
+
+ mate-session/gsm-manager.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 0fcdc12fd7c7b77402867027c2a48d3eb8f6e788
+Author: monsta <[email protected]>
+Date:   Wed Jan 18 15:55:22 2017 +0300
+
+    build: check stricter for presence of xtrans
+    
+    this should ensure that mate-session won't listen to TCP ports.
+    if needed, this check can be disabled using --without-xtrans option.
+    
+    fixes https://github.com/mate-desktop/mate-session-manager/issues/131
+    
+    adapted from:
+    
https://git.gnome.org/browse/gnome-session/commit/?id=aa4c9d125012ae94154ce075d62342b63b41a7d9
+
+ configure.ac                   | 16 +++++++++++-----
+ mate-session/gsm-xsmp-server.c |  8 ++++----
+ 2 files changed, 15 insertions(+), 9 deletions(-)
+
+commit d8da9efe02107489d90c89f7e3d5d6250010362c
+Author: monsta <[email protected]>
+Date:   Mon Dec 5 23:00:59 2016 +0300
+
+    session properties: fix vertical expand of content with window resize
+    
+    taken from:
+    
https://git.gnome.org/browse/gnome-session/commit/?id=5b87d78f1b4b8759a57d0935d5423ebf153d80d8
+    
+    well, our notebook wasn't small (unlike it's noted upstream),
+    but vertical expand didn't work anyway. now it should work.
+
+ capplet/gsm-properties-dialog.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit f3a3f364401ed92426de91ed2d48b8adc8e5e534
 Author: raveit65 <[email protected]>
 Date:   Sun Sep 18 11:06:00 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/Makefile.in 
new/mate-session-manager-1.16.1/Makefile.in
--- old/mate-session-manager-1.16.0/Makefile.in 2016-09-18 11:08:27.000000000 
+0200
+++ new/mate-session-manager-1.16.1/Makefile.in 2017-01-20 12:52:51.000000000 
+0100
@@ -254,6 +254,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -342,6 +343,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -389,6 +392,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/NEWS 
new/mate-session-manager-1.16.1/NEWS
--- old/mate-session-manager-1.16.0/NEWS        2016-09-18 11:02:08.000000000 
+0200
+++ new/mate-session-manager-1.16.1/NEWS        2017-01-20 12:02:20.000000000 
+0100
@@ -1,3 +1,9 @@
+1.16.1
+  * Build: check stricter for presence of xtrans (ensure that mate-session
+    won't listen to TCP ports)
+  * Session properties: fix vertical expand of content with window resize
+  * Check for gdm-binary process when switching user
+
 1.16.0
   * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and --with-gtk
     build option
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/aclocal.m4 
new/mate-session-manager-1.16.1/aclocal.m4
--- old/mate-session-manager-1.16.0/aclocal.m4  2016-09-18 11:08:24.000000000 
+0200
+++ new/mate-session-manager-1.16.1/aclocal.m4  2017-01-20 12:52:46.000000000 
+0100
@@ -766,8 +766,8 @@
 ])
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
+dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -799,7 +799,7 @@
 ])
 
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
 dnl
 dnl Copyright © 2004 Scott James Remnant <[email protected]>.
 dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
@@ -841,7 +841,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/capplet/Makefile.in 
new/mate-session-manager-1.16.1/capplet/Makefile.in
--- old/mate-session-manager-1.16.0/capplet/Makefile.in 2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/capplet/Makefile.in 2017-01-20 
12:52:51.000000000 +0100
@@ -228,6 +228,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -316,6 +317,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -363,6 +366,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/capplet/gsm-properties-dialog.c 
new/mate-session-manager-1.16.1/capplet/gsm-properties-dialog.c
--- old/mate-session-manager-1.16.0/capplet/gsm-properties-dialog.c     
2016-09-18 11:02:00.000000000 +0200
+++ new/mate-session-manager-1.16.1/capplet/gsm-properties-dialog.c     
2017-01-19 15:33:20.000000000 +0100
@@ -732,7 +732,7 @@
         content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
         widget = GTK_WIDGET (gtk_builder_get_object (dialog->priv->xml,
                                                      "main-notebook"));
-        gtk_container_add (GTK_CONTAINER (content_area), widget);
+        gtk_box_pack_start (GTK_BOX (content_area), widget, TRUE, TRUE, 0);
 
         gtk_window_set_resizable (GTK_WINDOW (dialog), TRUE);
         gtk_container_set_border_width (GTK_CONTAINER (dialog), 6);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/config.guess 
new/mate-session-manager-1.16.1/config.guess
--- old/mate-session-manager-1.16.0/config.guess        2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/config.guess        2017-01-20 
12:52:51.000000000 +0100
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -168,20 +168,27 @@
        # Note: NetBSD doesn't particularly care about the vendor
        # portion of the name.  We always set it to "unknown".
        sysctl="sysctl -n hw.machine_arch"
-       UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
-           /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+       UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
+           /sbin/$sysctl 2>/dev/null || \
+           /usr/sbin/$sysctl 2>/dev/null || \
+           echo unknown)`
        case "${UNAME_MACHINE_ARCH}" in
            armeb) machine=armeb-unknown ;;
            arm*) machine=arm-unknown ;;
            sh3el) machine=shl-unknown ;;
            sh3eb) machine=sh-unknown ;;
            sh5el) machine=sh5le-unknown ;;
+           earmv*)
+               arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 
's,^e\(armv[0-9]\).*$,\1,'`
+               endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 
's,^.*\(eb\)$,\1,p'`
+               machine=${arch}${endian}-unknown
+               ;;
            *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
        esac
        # The Operating System including object format, if it has switched
        # to ELF recently, or will in the future.
        case "${UNAME_MACHINE_ARCH}" in
-           arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+           arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
                eval $set_cc_for_build
                if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
                        | grep -q __ELF__
@@ -197,6 +204,13 @@
                os=netbsd
                ;;
        esac
+       # Determine ABI tags.
+       case "${UNAME_MACHINE_ARCH}" in
+           earm*)
+               expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+               abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
+               ;;
+       esac
        # The OS release
        # Debian GNU/NetBSD machines have a different userland, and
        # thus, need a distinct triplet. However, they do not need
@@ -207,13 +221,13 @@
                release='-gnu'
                ;;
            *)
-               release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+               release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. 
-f1,2`
                ;;
        esac
        # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
        # contains redundant information, the shorter form:
        # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-       echo "${machine}-${os}${release}"
+       echo "${machine}-${os}${release}${abi}"
        exit ;;
     *:Bitrig:*:*)
        UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
@@ -235,6 +249,9 @@
     *:MirBSD:*:*)
        echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
        exit ;;
+    *:Sortix:*:*)
+       echo ${UNAME_MACHINE}-unknown-sortix
+       exit ;;
     alpha:OSF1:*:*)
        case $UNAME_RELEASE in
        *4.0)
@@ -933,6 +950,9 @@
     crisv32:Linux:*:*)
        echo ${UNAME_MACHINE}-axis-linux-${LIBC}
        exit ;;
+    e2k:Linux:*:*)
+       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+       exit ;;
     frv:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
        exit ;;
@@ -1021,7 +1041,7 @@
        echo ${UNAME_MACHINE}-dec-linux-${LIBC}
        exit ;;
     x86_64:Linux:*:*)
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+       echo ${UNAME_MACHINE}-pc-linux-${LIBC}
        exit ;;
     xtensa*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/config.h.in 
new/mate-session-manager-1.16.1/config.h.in
--- old/mate-session-manager-1.16.0/config.h.in 2016-09-18 11:08:26.000000000 
+0200
+++ new/mate-session-manager-1.16.1/config.h.in 2017-01-20 12:52:49.000000000 
+0100
@@ -81,9 +81,6 @@
 /* upower based support for hibernate and suspend (< 0.99) */
 #undef HAVE_UPOWER_HIBERNATE_SUSPEND
 
-/* Define to 1 if you have the <X11/Xtrans/Xtrans.h> header file. */
-#undef HAVE_X11_XTRANS_XTRANS_H
-
 /* Have the Render X extension */
 #undef HAVE_XRENDER
 
@@ -93,6 +90,9 @@
 /* Have the XTest extension library */
 #undef HAVE_XTEST
 
+/* Have the X Transport library */
+#undef HAVE_XTRANS
+
 /* Define to the sub-directory where libtool stores uninstalled libraries. */
 #undef LT_OBJDIR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/config.sub 
new/mate-session-manager-1.16.1/config.sub
--- old/mate-session-manager-1.16.0/config.sub  2016-09-18 11:08:27.000000000 
+0200
+++ new/mate-session-manager-1.16.1/config.sub  2017-01-20 12:52:51.000000000 
+0100
@@ -2,7 +2,7 @@
 # Configuration validation subroutine script.
 #   Copyright 1992-2015 Free Software Foundation, Inc.
 
-timestamp='2015-01-01'
+timestamp='2015-08-20'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
   linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | 
kfreebsd*-gnu* | \
-  knetbsd*-gnu* | netbsd*-gnu* | \
+  knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
     os=-$maybe_os
@@ -255,11 +255,12 @@
        | arc | arceb \
        | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
        | avr | avr32 \
+       | ba \
        | be32 | be64 \
        | bfin \
        | c4x | c8051 | clipper \
        | d10v | d30v | dlx | dsp16xx \
-       | epiphany \
+       | e2k | epiphany \
        | fido | fr30 | frv | ft32 \
        | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
        | hexagon \
@@ -305,7 +306,7 @@
        | riscv32 | riscv64 \
        | rl78 | rx \
        | score \
-       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | 
shbe | shle | sh[1234]le | sh3ele \
+       | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | 
shbe | shle | sh[1234]le | sh3ele \
        | sh64 | sh64le \
        | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
        | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -376,12 +377,13 @@
        | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
        | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
        | avr-* | avr32-* \
+       | ba-* \
        | be32-* | be64-* \
        | bfin-* | bs2000-* \
        | c[123]* | c30-* | [cjt]90-* | c4x-* \
        | c8051-* | clipper-* | craynv-* | cydra-* \
        | d10v-* | d30v-* | dlx-* \
-       | elxsi-* \
+       | e2k-* | elxsi-* \
        | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
        | h8300-* | h8500-* \
        | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
@@ -428,12 +430,13 @@
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
        | pyramid-* \
+       | riscv32-* | riscv64-* \
        | rl78-* | romp-* | rs6000-* | rx-* \
        | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* 
| sheb-* | shbe-* \
        | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
        | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | 
sparclet-* \
        | sparclite-* \
-       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+       | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
        | tahoe-* \
        | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
        | tile*-* \
@@ -518,6 +521,9 @@
                basic_machine=i386-pc
                os=-aros
                ;;
+        asmjs)
+               basic_machine=asmjs-unknown
+               ;;
        aux)
                basic_machine=m68k-apple
                os=-aux
@@ -1025,7 +1031,7 @@
                ;;
        ppc64)  basic_machine=powerpc64-unknown
                ;;
-       ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 
's/^[^-]*-//'`
+       ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 
's/^[^-]*-//'`
                ;;
        ppc64le | powerpc64little | ppc64-le | powerpc64-little)
                basic_machine=powerpc64le-unknown
@@ -1373,7 +1379,7 @@
              | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | 
-solaris* \
              | -sym* | -kopensolaris* | -plan9* \
              | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
-             | -aos* | -aros* \
+             | -aos* | -aros* | -cloudabi* | -sortix* \
              | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
              | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
              | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/configure 
new/mate-session-manager-1.16.1/configure
--- old/mate-session-manager-1.16.0/configure   2016-09-18 11:08:25.000000000 
+0200
+++ new/mate-session-manager-1.16.1/configure   2017-01-20 12:52:48.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-session-manager 1.16.0.
+# Generated by GNU Autoconf 2.69 for mate-session-manager 1.16.1.
 #
 # Report bugs to <http://www.mate-desktop.org/>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-session-manager'
 PACKAGE_TARNAME='mate-session-manager'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='mate-session-manager 1.16.0'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='mate-session-manager 1.16.1'
 PACKAGE_BUGREPORT='http://www.mate-desktop.org/'
 PACKAGE_URL=''
 
@@ -638,6 +638,9 @@
 LIBOBJS
 REBUILD
 PERL
+HAVE_XTRANS
+XTRANS_LIBS
+XTRANS_CFLAGS
 EXECINFO_LIBS
 MKINSTALLDIRS
 POSUB
@@ -839,6 +842,7 @@
 docdir
 oldincludedir
 includedir
+runstatedir
 localstatedir
 sharedstatedir
 sysconfdir
@@ -882,6 +886,7 @@
 with_systemd
 enable_upower
 enable_docbook_docs
+with_xtrans
 enable_ipv6
 enable_rebuilds
 '
@@ -923,7 +928,9 @@
 XTEST_CFLAGS
 XTEST_LIBS
 XRENDER_CFLAGS
-XRENDER_LIBS'
+XRENDER_LIBS
+XTRANS_CFLAGS
+XTRANS_LIBS'
 
 
 # Initialize some variables set by options.
@@ -962,6 +969,7 @@
 sysconfdir='${prefix}/etc'
 sharedstatedir='${prefix}/com'
 localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
 includedir='${prefix}/include'
 oldincludedir='/usr/include'
 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1214,6 +1222,15 @@
   | -silent | --silent | --silen | --sile | --sil)
     silent=yes ;;
 
+  -runstatedir | --runstatedir | --runstatedi | --runstated \
+  | --runstate | --runstat | --runsta | --runst | --runs \
+  | --run | --ru | --r)
+    ac_prev=runstatedir ;;
+  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+  | --run=* | --ru=* | --r=*)
+    runstatedir=$ac_optarg ;;
+
   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
     ac_prev=sbindir ;;
   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1351,7 +1368,7 @@
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
                datadir sysconfdir sharedstatedir localstatedir includedir \
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
-               libdir localedir mandir
+               libdir localedir mandir runstatedir
 do
   eval ac_val=\$$ac_var
   # Remove trailing slashes.
@@ -1464,7 +1481,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mate-session-manager 1.16.0 to adapt to many kinds of 
systems.
+\`configure' configures mate-session-manager 1.16.1 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1504,6 +1521,7 @@
   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
+  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
   --libdir=DIR            object code libraries [EPREFIX/lib]
   --includedir=DIR        C header files [PREFIX/include]
   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
@@ -1535,7 +1553,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mate-session-manager 1.16.0:";;
+     short | recursive ) echo "Configuration of mate-session-manager 1.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1583,6 +1601,8 @@
                           compiler's sysroot if not specified).
   --with-default-wm       Specify the default window manager [default=marco]
   --with-systemd          Add systemd support
+  --without-xtrans        Build without xtrans support (results in ICE
+                          listening on remote TCP ports)
 
 Some influential environment variables:
   CC          C compiler command
@@ -1642,6 +1662,9 @@
               C compiler flags for XRENDER, overriding pkg-config
   XRENDER_LIBS
               linker flags for XRENDER, overriding pkg-config
+  XTRANS_CFLAGS
+              C compiler flags for XTRANS, overriding pkg-config
+  XTRANS_LIBS linker flags for XTRANS, overriding pkg-config
 
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
@@ -1709,7 +1732,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mate-session-manager configure 1.16.0
+mate-session-manager configure 1.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2078,7 +2101,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mate-session-manager $as_me 1.16.0, which was
+It was created by mate-session-manager $as_me 1.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2945,7 +2968,7 @@
 
 # Define the identity of the package.
  PACKAGE='mate-session-manager'
- VERSION='1.16.0'
+ VERSION='1.16.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6278,7 +6301,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
   else
@@ -9720,6 +9743,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    link_all_deplibs=no
+    ;;
   esac
 
   ld_shlibs=yes
@@ -9974,7 +10000,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
        wlarc=
@@ -10644,6 +10670,7 @@
        if test yes = "$lt_cv_irix_exported_symbol"; then
           archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs 
$compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all 
"$wl-set_version $wl$verstring"` $wl-update_registry 
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        fi
+       link_all_deplibs=no
       else
        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname 
$soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` 
-update_registry $output_objdir/so_locations -o $lib'
        archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags 
-soname $soname `test -n "$verstring" && func_echo_all "-set_version 
$verstring"` -update_registry $output_objdir/so_locations -exports_file 
$export_symbols -o $lib'
@@ -10665,7 +10692,7 @@
       esac
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  
# a.out
       else
@@ -11760,9 +11787,6 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Add ABI-specific directories to the system library path.
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
   # Ideally, we could use ldconfig to report *all* directores which are
   # searched for libraries, however this is still not possible.  Aside from not
   # being certain /sbin/ldconfig is available, command
@@ -11771,7 +11795,7 @@
   # appending ld.so.conf contents (and includes) to the search path.
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[      ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -11783,6 +11807,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -15765,21 +15801,110 @@
 fi
 
 
-oCFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS $X_CFLAGS"
-for ac_header in X11/Xtrans/Xtrans.h
-do :
-  ac_fn_c_check_header_mongrel "$LINENO" "X11/Xtrans/Xtrans.h" 
"ac_cv_header_X11_Xtrans_Xtrans_h" "$ac_includes_default"
-if test "x$ac_cv_header_X11_Xtrans_Xtrans_h" = xyes; then :
-  cat >>confdefs.h <<_ACEOF
-#define HAVE_X11_XTRANS_XTRANS_H 1
-_ACEOF
 
+# Check whether --with-xtrans was given.
+if test "${with_xtrans+set}" = set; then :
+  withval=$with_xtrans;
+else
+  with_xtrans=yes
 fi
 
-done
+if test "$with_xtrans" != "no"; then :
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XTRANS" >&5
+$as_echo_n "checking for XTRANS... " >&6; }
+
+if test -n "$XTRANS_CFLAGS"; then
+    pkg_cv_XTRANS_CFLAGS="$XTRANS_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"xtrans\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "xtrans") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_XTRANS_CFLAGS=`$PKG_CONFIG --cflags "xtrans" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$XTRANS_LIBS"; then
+    pkg_cv_XTRANS_LIBS="$XTRANS_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"xtrans\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "xtrans") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_XTRANS_LIBS=`$PKG_CONFIG --libs "xtrans" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+               XTRANS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "xtrans" 2>&1`
+        else
+               XTRANS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"xtrans" 2>&1`
+        fi
+       # Put the nasty error message in config.log where it belongs
+       echo "$XTRANS_PKG_ERRORS" >&5
+
+       as_fn_error $? "Package requirements (xtrans) were not met:
+
+$XTRANS_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables XTRANS_CFLAGS
+and XTRANS_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make 
sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables XTRANS_CFLAGS
+and XTRANS_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+       XTRANS_CFLAGS=$pkg_cv_XTRANS_CFLAGS
+       XTRANS_LIBS=$pkg_cv_XTRANS_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define HAVE_XTRANS 1" >>confdefs.h
+
+fi
+fi
 
-CFLAGS="$oCFLAGS"
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable ipv6" >&5
 $as_echo_n "checking whether to enable ipv6... " >&6; }
@@ -16551,7 +16676,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mate-session-manager $as_me 1.16.0, which was
+This file was extended by mate-session-manager $as_me 1.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16617,7 +16742,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mate-session-manager config.status 1.16.0
+mate-session-manager config.status 1.16.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/configure.ac 
new/mate-session-manager-1.16.1/configure.ac
--- old/mate-session-manager-1.16.0/configure.ac        2016-09-18 
11:03:21.000000000 +0200
+++ new/mate-session-manager-1.16.1/configure.ac        2017-01-20 
11:55:13.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([mate-session-manager], [1.16.0], [http://www.mate-desktop.org/])
+AC_INIT([mate-session-manager], [1.16.1], [http://www.mate-desktop.org/])
 AC_CONFIG_SRCDIR([mate-session])
 AC_CONFIG_HEADERS([config.h])
 
@@ -243,12 +243,18 @@
 AC_SUBST(EXECINFO_LIBS)
 
 dnl ====================================================================
-dnl Check for newish X interface
+dnl Check for X transport interface - allows to disable ICE Transports
+dnl See also https://bugzilla.gnome.org/show_bug.cgi?id=725100
 dnl ====================================================================
-oCFLAGS="$CFLAGS"
-CFLAGS="$CFLAGS $X_CFLAGS"
-AC_CHECK_HEADERS(X11/Xtrans/Xtrans.h)
-CFLAGS="$oCFLAGS"
+AC_ARG_WITH([xtrans],
+           [AS_HELP_STRING([--without-xtrans],
+                          [Build without xtrans support (results in ICE 
listening on remote TCP ports)])],
+           [],
+           [with_xtrans=yes])
+AS_IF([test "$with_xtrans" != "no"],
+      [PKG_CHECK_MODULES(XTRANS, xtrans,
+      [AC_DEFINE(HAVE_XTRANS, 1, [Have the X Transport library])])])
+AC_SUBST(HAVE_XTRANS)
 
 dnl ====================================================================
 dnl Code for checking whether IPv6 is enabled on the system....
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/data/Makefile.in 
new/mate-session-manager-1.16.1/data/Makefile.in
--- old/mate-session-manager-1.16.0/data/Makefile.in    2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/Makefile.in    2017-01-20 
12:52:51.000000000 +0100
@@ -270,6 +270,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -358,6 +359,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -405,6 +408,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/16x16/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/16x16/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/16x16/Makefile.in        
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/16x16/Makefile.in        
2017-01-20 12:52:51.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/22x22/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/22x22/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/22x22/Makefile.in        
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/22x22/Makefile.in        
2017-01-20 12:52:51.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/24x24/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/24x24/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/24x24/Makefile.in        
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/24x24/Makefile.in        
2017-01-20 12:52:51.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/32x32/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/32x32/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/32x32/Makefile.in        
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/32x32/Makefile.in        
2017-01-20 12:52:51.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/48x48/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/48x48/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/48x48/Makefile.in        
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/48x48/Makefile.in        
2017-01-20 12:52:52.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/data/icons/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/Makefile.in      2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/Makefile.in      2017-01-20 
12:52:52.000000000 +0100
@@ -231,6 +231,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -319,6 +320,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -366,6 +369,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/data/icons/scalable/Makefile.in 
new/mate-session-manager-1.16.1/data/icons/scalable/Makefile.in
--- old/mate-session-manager-1.16.0/data/icons/scalable/Makefile.in     
2016-09-18 11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/data/icons/scalable/Makefile.in     
2017-01-20 12:52:52.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/doc/Makefile.in 
new/mate-session-manager-1.16.1/doc/Makefile.in
--- old/mate-session-manager-1.16.0/doc/Makefile.in     2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/doc/Makefile.in     2017-01-20 
12:52:52.000000000 +0100
@@ -231,6 +231,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -319,6 +320,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -366,6 +369,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/doc/dbus/Makefile.in 
new/mate-session-manager-1.16.1/doc/dbus/Makefile.in
--- old/mate-session-manager-1.16.0/doc/dbus/Makefile.in        2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/doc/dbus/Makefile.in        2017-01-20 
12:52:52.000000000 +0100
@@ -201,6 +201,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -289,6 +290,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -336,6 +339,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/doc/man/Makefile.in 
new/mate-session-manager-1.16.1/doc/man/Makefile.in
--- old/mate-session-manager-1.16.0/doc/man/Makefile.in 2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/doc/man/Makefile.in 2017-01-20 
12:52:52.000000000 +0100
@@ -202,6 +202,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -290,6 +291,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -337,6 +340,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/doc/man/mate-session-inhibit.1 
new/mate-session-manager-1.16.1/doc/man/mate-session-inhibit.1
--- old/mate-session-manager-1.16.0/doc/man/mate-session-inhibit.1      
2016-09-18 11:08:52.000000000 +0200
+++ new/mate-session-manager-1.16.1/doc/man/mate-session-inhibit.1      
2017-01-20 12:53:46.000000000 +0100
@@ -1,8 +1,8 @@
 '\" t
 .\"     Title: mate-session-inhibit
 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 09/18/2016
+.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
+.\"      Date: 01/20/2017
 .\"    Manual: User Commands
 .\"    Source: mate-session
 .\"  Language: English
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/egg/Makefile.in 
new/mate-session-manager-1.16.1/egg/Makefile.in
--- old/mate-session-manager-1.16.0/egg/Makefile.in     2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/egg/Makefile.in     2017-01-20 
12:52:52.000000000 +0100
@@ -236,6 +236,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -324,6 +325,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -371,6 +374,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/install-sh 
new/mate-session-manager-1.16.1/install-sh
--- old/mate-session-manager-1.16.0/install-sh  2016-09-18 11:08:27.000000000 
+0200
+++ new/mate-session-manager-1.16.1/install-sh  2017-01-20 12:52:51.000000000 
+0100
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2014-09-12.12; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -324,34 +324,41 @@
             # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
             ;;
           *)
+            # $RANDOM is not portable (e.g. dash);  use it when possible to
+            # lower collision chance
             tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
-            trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+            trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 
2>/dev/null; exit $ret' 0
 
+            # As "mkdir -p" follows symlinks and we work in /tmp possibly;  so
+            # create the $tmpdir first (and fail if unsuccessful) to make sure
+            # that nobody tries to guess the $tmpdir name.
             if (umask $mkdir_umask &&
-                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+                $mkdirprog $mkdir_mode "$tmpdir" &&
+                exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 
2>&1
             then
               if test -z "$dir_arg" || {
                    # Check for POSIX incompatibilities with -m.
                    # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
                    # other-writable bit of parent directory when it shouldn't.
                    # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
-                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
+                   test_tmpdir="$tmpdir/a"
+                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
                    case $ls_ld_tmpdir in
                      d????-?r-*) different_mode=700;;
                      d????-?--*) different_mode=755;;
                      *) false;;
                    esac &&
-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
-                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
+                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
                      test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
                    }
                  }
               then posix_mkdir=:
               fi
-              rmdir "$tmpdir/d" "$tmpdir"
+              rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
             else
               # Remove any dirs left behind by ancient mkdir implementations.
-              rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+              rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
             fi
             trap '' 0;;
         esac;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/ltmain.sh 
new/mate-session-manager-1.16.1/ltmain.sh
--- old/mate-session-manager-1.16.0/ltmain.sh   2016-09-18 11:08:19.000000000 
+0200
+++ new/mate-session-manager-1.16.1/ltmain.sh   2017-01-20 12:52:41.000000000 
+0100
@@ -31,7 +31,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION=2.4.6
+VERSION="2.4.6 Debian-2.4.6-0.1"
 package_revision=2.4.6
 
 
@@ -2073,7 +2073,7 @@
        autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
 
 Report bugs to <[email protected]>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+GNU libtool home page: <http://www.gnu.org/s/libtool/>.
 General help using GNU software: <http://www.gnu.org/gethelp/>."
     exit 0
 }
@@ -7272,10 +7272,13 @@
       # -tp=*                Portland pgcc target processor selection
       # --sysroot=*          for sysroot support
       # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time 
optimization
+      # -specs=*             GCC specs files
       # -stdlib=*            select c++ std lib with clang
+      # -fsanitize=*         Clang/GCC memory and address sanitizer
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+      
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+      -specs=*|-fsanitize=*)
         func_quote_for_eval "$arg"
        arg=$func_quote_for_eval_result
         func_append compile_command " $arg"
@@ -7568,7 +7571,10 @@
        case $pass in
        dlopen) libs=$dlfiles ;;
        dlpreopen) libs=$dlprefiles ;;
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+       link)
+         libs="$deplibs %DEPLIBS%"
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+         ;;
        esac
       fi
       if test lib,dlpreopen = "$linkmode,$pass"; then
@@ -7887,19 +7893,19 @@
            # It is a libtool convenience library, so add in its objects.
            func_append convenience " $ladir/$objdir/$old_library"
            func_append old_convenience " $ladir/$objdir/$old_library"
+           tmp_libs=
+           for deplib in $dependency_libs; do
+             deplibs="$deplib $deplibs"
+             if $opt_preserve_dup_deps; then
+               case "$tmp_libs " in
+               *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+               esac
+             fi
+             func_append tmp_libs " $deplib"
+           done
          elif test prog != "$linkmode" && test lib != "$linkmode"; then
            func_fatal_error "'$lib' is not a convenience library"
          fi
-         tmp_libs=
-         for deplib in $dependency_libs; do
-           deplibs="$deplib $deplibs"
-           if $opt_preserve_dup_deps; then
-             case "$tmp_libs " in
-             *" $deplib "*) func_append specialdeplibs " $deplib" ;;
-             esac
-           fi
-           func_append tmp_libs " $deplib"
-         done
          continue
        fi # $pass = conv
 
@@ -8823,6 +8829,9 @@
            revision=$number_minor
            lt_irix_increment=no
            ;;
+         *)
+           func_fatal_configuration "$modename: unknown library version type 
'$version_type'"
+           ;;
          esac
          ;;
        no)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/m4/libtool.m4 
new/mate-session-manager-1.16.1/m4/libtool.m4
--- old/mate-session-manager-1.16.0/m4/libtool.m4       2016-09-18 
11:08:19.000000000 +0200
+++ new/mate-session-manager-1.16.1/m4/libtool.m4       2017-01-20 
12:52:41.000000000 +0100
@@ -2867,9 +2867,6 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # Add ABI-specific directories to the system library path.
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
   # Ideally, we could use ldconfig to report *all* directores which are
   # searched for libraries, however this is still not possible.  Aside from not
   # being certain /sbin/ldconfig is available, command
@@ -2878,7 +2875,7 @@
   # appending ld.so.conf contents (and includes) to the search path.
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2890,6 +2887,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3549,7 +3558,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4427,7 +4436,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4939,6 +4948,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -5001,6 +5013,9 @@
   openbsd* | bitrig*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5255,7 +5270,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5776,6 +5791,7 @@
        if test yes = "$lt_cv_irix_exported_symbol"; then
           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs 
$deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && 
func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry 
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all 
"-set_version $verstring"` -update_registry $output_objdir/so_locations 
-exports_file $export_symbols -o $lib'
@@ -5797,7 +5813,7 @@
       esac
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/mate-session/Makefile.in 
new/mate-session-manager-1.16.1/mate-session/Makefile.in
--- old/mate-session-manager-1.16.0/mate-session/Makefile.in    2016-09-18 
11:08:27.000000000 +0200
+++ new/mate-session-manager-1.16.1/mate-session/Makefile.in    2017-01-20 
12:52:52.000000000 +0100
@@ -261,6 +261,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -349,6 +350,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -396,6 +399,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/mate-session/gsm-manager.c 
new/mate-session-manager-1.16.1/mate-session/gsm-manager.c
--- old/mate-session-manager-1.16.0/mate-session/gsm-manager.c  2016-01-05 
03:01:25.000000000 +0100
+++ new/mate-session-manager-1.16.1/mate-session/gsm-manager.c  2017-01-20 
11:54:36.000000000 +0100
@@ -1086,7 +1086,7 @@
                         g_error_free (error);
                 }
         }
-        else if (process_is_running("gdm") || process_is_running("gdm3")) {
+        else if (process_is_running("gdm") || process_is_running("gdm3") || 
process_is_running("gdm-binary")) {
                 /* GDM */
                 command = g_strdup_printf ("%s %s",
                                                GDM_FLEXISERVER_COMMAND,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mate-session-manager-1.16.0/mate-session/gsm-xsmp-server.c 
new/mate-session-manager-1.16.1/mate-session/gsm-xsmp-server.c
--- old/mate-session-manager-1.16.0/mate-session/gsm-xsmp-server.c      
2015-10-06 17:27:38.000000000 +0200
+++ new/mate-session-manager-1.16.1/mate-session/gsm-xsmp-server.c      
2017-01-19 15:33:20.000000000 +0100
@@ -39,14 +39,14 @@
 #include <X11/ICE/ICEconn.h>
 #include <X11/SM/SMlib.h>
 
-#ifdef HAVE_X11_XTRANS_XTRANS_H
+#if HAVE_XTRANS
 /* Get the proto for _IceTransNoListen */
 #define ICE_t
 #define TRANS_SERVER
 #include <X11/Xtrans/Xtrans.h>
 #undef  ICE_t
 #undef TRANS_SERVER
-#endif /* HAVE_X11_XTRANS_XTRANS_H */
+#endif /* HAVE_XTRANS */
 
 #include "gsm-xsmp-server.h"
 #include "gsm-xsmp-client.h"
@@ -560,7 +560,7 @@
                 gsm_util_init_error (TRUE, "Could not initialize libSM: %s", 
error);
         }
 
-#ifdef HAVE_X11_XTRANS_XTRANS_H
+#if HAVE_XTRANS
         /* By default, IceListenForConnections will open one socket for each
          * transport type known to X. We don't want connections from remote
          * hosts, so for security reasons it would be best if ICE didn't
@@ -612,7 +612,7 @@
                 gsm_util_init_error (TRUE, "IceListenForConnections did not 
return a local listener!");
         }
 
-#ifdef HAVE_X11_XTRANS_XTRANS_H
+#ifdef HAVE_XTRANS
         if (server->priv->num_local_xsmp_sockets != 
server->priv->num_xsmp_sockets) {
                 /* Xtrans was apparently compiled with support for some
                  * non-local transport besides TCP (which we disabled above); 
we
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.16.0/tools/Makefile.in 
new/mate-session-manager-1.16.1/tools/Makefile.in
--- old/mate-session-manager-1.16.0/tools/Makefile.in   2016-09-18 
11:08:28.000000000 +0200
+++ new/mate-session-manager-1.16.1/tools/Makefile.in   2017-01-20 
12:52:52.000000000 +0100
@@ -231,6 +231,7 @@
 HAVE_UPOWER = @HAVE_UPOWER@
 HAVE_XRENDER = @HAVE_XRENDER@
 HAVE_XTEST = @HAVE_XTEST@
+HAVE_XTRANS = @HAVE_XTRANS@
 ICE_CFLAGS = @ICE_CFLAGS@
 ICE_LIBS = @ICE_LIBS@
 INSTALL = @INSTALL@
@@ -319,6 +320,8 @@
 XSLTPROC = @XSLTPROC@
 XTEST_CFLAGS = @XTEST_CFLAGS@
 XTEST_LIBS = @XTEST_LIBS@
+XTRANS_CFLAGS = @XTRANS_CFLAGS@
+XTRANS_LIBS = @XTRANS_LIBS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
@@ -366,6 +369,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@


Reply via email to