Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory checked in at 2014-03-04 20:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-mission-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-mission-control"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
      2013-12-24 16:05:06.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
 2014-03-04 20:59:35.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Mar  3 19:33:42 UTC 2014 - [email protected]
+
+- Update to version 5.16.1:
+  + Release logind sleep/shutdown inhibitor correctly, fixing slow
+    sleep/shutdown (fdo#73599).
+  + Avoid assertion failure for offline accounts that support power
+    saving (fdo#72652).
+  + Fix a crash if unable to create
+    XDG_DATA_HOME/telepathy/mission-control (fdo#72138).
+
+-------------------------------------------------------------------

Old:
----
  telepathy-mission-control-5.16.0.tar.gz

New:
----
  telepathy-mission-control-5.16.1.tar.gz

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

Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.pk4XQk/_old  2014-03-04 20:59:36.000000000 +0100
+++ /var/tmp/diff_new_pack.pk4XQk/_new  2014-03-04 20:59:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package telepathy-mission-control
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 Url:            http://mission-control.sourceforge.net/
 
 Name:           telepathy-mission-control
-Version:        5.16.0
+Version:        5.16.1
 Release:        0
 Summary:        Telepathy Mission Control instant messaging connection manager
 License:        LGPL-2.1

++++++ telepathy-mission-control-5.16.0.tar.gz -> 
telepathy-mission-control-5.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/ChangeLog 
new/telepathy-mission-control-5.16.1/ChangeLog
--- old/telepathy-mission-control-5.16.0/ChangeLog      2013-10-02 
19:01:56.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/ChangeLog      2014-01-27 
13:28:05.000000000 +0100
@@ -1,3 +1,60 @@
+commit 4eb0184ff5c7020cfcbada0ee66e4336158fc49e
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-27 12:25:18 +0000
+
+    5.16.1
+
+commit 4d107b2c4b2a5161b6e113fb60e283017b700255
+Author: Michael Kuhn <[email protected]>
+Date:   2014-01-22 09:56:02 +0100
+
+    Release inhibitor on sleep and shutdown.
+    
+    Also fix a memory leak in login1_inhibit_cb.
+    
+    [The intention was to hold one "ref" to the inhibit fd for each
+    connection that was waiting to disconnect, plus one "ref" for the
+    idle state of "waiting to be notified by logind". We correctly took
+    one "ref" per connection, but did not release the extra one. -smcv]
+    
+    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73599
+    Reviewed-by: Simon McVittie <[email protected]>
+
+commit 07955827bba3ed6a6426ca4f2cb32efef2dc04c0
+Author: John Brooks <[email protected]>
+Date:   2013-12-12 15:46:27 -0700
+
+    Prevent assert for offline accounts with power saving
+    
+    Reviewed-by: Simon McVittie <[email protected]>
+    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72652
+
+commit 0932dba29fa9de8e7268a924c4c93ccebb7dc65c
+Author: Sebastien Bacher <[email protected]>
+Date:   2013-12-04 18:34:30 +0100
+
+    reset the error to NULL, so the next call is working
+    
+    [fixed argument type -smcv]
+    Reviewed-by: Simon McVittie <[email protected]>
+    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72138
+
+commit 51eb9027ec1b72591166ecde65793c9f5877ac16
+Author: Guillaume Desmottes <[email protected]>
+Date:   2013-11-26 10:19:54 +0100
+
+    connectivity-monitor: start watching 'use-conn' key in constructed
+    
+    We have to wait for the default GObject properties to be set before calling
+    g_settings_bind(). If we don't, they override the value fetched from
+    GSettings.
+
+commit f1de10a0f71638da502a77cae189b5fa6a047be6
+Author: Simon McVittie <[email protected]>
+Date:   2013-10-02 18:48:17 +0100
+
+    5.16.0+
+
 commit 739b5414ec3fe1fc7896d34f09f510a9e8029473
 Author: Simon McVittie <[email protected]>
 Date:   2013-10-02 17:54:18 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/Makefile.in 
new/telepathy-mission-control-5.16.1/Makefile.in
--- old/telepathy-mission-control-5.16.0/Makefile.in    2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/Makefile.in    2014-01-27 
13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -767,9 +767,10 @@
          && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
          && am__cwd=`pwd` \
          && $(am__cd) $(distdir)/_build \
-         && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+         && ../configure \
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
            $(DISTCHECK_CONFIGURE_FLAGS) \
+           --srcdir=.. --prefix="$$dc_install_base" \
          && $(MAKE) $(AM_MAKEFLAGS) \
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
          && $(MAKE) $(AM_MAKEFLAGS) check \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/NEWS 
new/telepathy-mission-control-5.16.1/NEWS
--- old/telepathy-mission-control-5.16.0/NEWS   2013-10-02 18:53:21.000000000 
+0200
+++ new/telepathy-mission-control-5.16.1/NEWS   2014-01-27 13:25:02.000000000 
+0100
@@ -1,3 +1,19 @@
+telepathy-mission-control 5.16.1 (2014-01-27)
+=============================================
+
+The “/Dux magnus gentis venteris saginati/” release.
+
+Fixes:
+
+• Release logind sleep/shutdown inhibitor correctly, fixing slow
+  sleep/shutdown (fd.o #73599, Michael Kuhn)
+
+• Avoid assertion failure for offline accounts that support power saving
+  (fd.o #72652, John Brooks)
+
+• Fix a crash if unable to create XDG_DATA_HOME/telepathy/mission-control
+  (fd.o #72138, Sebastien Bacher)
+
 telepathy-mission-control 5.16.0 (2013-10-02)
 =============================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/aclocal.m4 
new/telepathy-mission-control-5.16.1/aclocal.m4
--- old/telepathy-mission-control-5.16.0/aclocal.m4     2013-10-02 
18:53:29.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/aclocal.m4     2014-01-27 
13:26:05.000000000 +0100
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.14 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
 
 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
@@ -279,7 +279,7 @@
 [am__api_version='1.14'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.14], [],
+m4_if([$1], [1.14.1], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -295,7 +295,7 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.14])dnl
+[AM_AUTOMAKE_VERSION([1.14.1])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/configure 
new/telepathy-mission-control-5.16.1/configure
--- old/telepathy-mission-control-5.16.0/configure      2013-10-02 
18:53:29.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/configure      2014-01-27 
13:26:06.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for telepathy-mission-control 5.16.0.
+# Generated by GNU Autoconf 2.69 for telepathy-mission-control 5.16.1.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='telepathy-mission-control'
 PACKAGE_TARNAME='telepathy-mission-control'
-PACKAGE_VERSION='5.16.0'
-PACKAGE_STRING='telepathy-mission-control 5.16.0'
+PACKAGE_VERSION='5.16.1'
+PACKAGE_STRING='telepathy-mission-control 5.16.1'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1438,7 +1438,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 telepathy-mission-control 5.16.0 to adapt to many 
kinds of systems.
+\`configure' configures telepathy-mission-control 5.16.1 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1509,7 +1509,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of telepathy-mission-control 
5.16.0:";;
+     short | recursive ) echo "Configuration of telepathy-mission-control 
5.16.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1685,7 +1685,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-telepathy-mission-control configure 5.16.0
+telepathy-mission-control configure 5.16.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2171,7 +2171,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by telepathy-mission-control $as_me 5.16.0, which was
+It was created by telepathy-mission-control $as_me 5.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3037,7 +3037,7 @@
 
 # Define the identity of the package.
  PACKAGE='telepathy-mission-control'
- VERSION='5.16.0'
+ VERSION='5.16.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18596,7 +18596,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by telepathy-mission-control $as_me 5.16.0, which was
+This file was extended by telepathy-mission-control $as_me 5.16.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18662,7 +18662,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-telepathy-mission-control config.status 5.16.0
+telepathy-mission-control config.status 5.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/telepathy-mission-control-5.16.0/configure.ac 
new/telepathy-mission-control-5.16.1/configure.ac
--- old/telepathy-mission-control-5.16.0/configure.ac   2013-10-02 
18:53:21.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/configure.ac   2014-01-27 
13:25:11.000000000 +0100
@@ -1,7 +1,7 @@
 dnl Set the version number to e.g. 5.x.y immediately before a release.
 dnl Set the version number to e.g. 5.x.y+ immediately after (this will
 dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.16.0])
+AC_INIT([telepathy-mission-control], [5.16.1])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/data/Makefile.in 
new/telepathy-mission-control-5.16.1/data/Makefile.in
--- old/telepathy-mission-control-5.16.0/data/Makefile.in       2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/data/Makefile.in       2014-01-27 
13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/doc/Makefile.in 
new/telepathy-mission-control-5.16.1/doc/Makefile.in
--- old/telepathy-mission-control-5.16.0/doc/Makefile.in        2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/doc/Makefile.in        2014-01-27 
13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/Makefile.in 
new/telepathy-mission-control-5.16.1/doc/reference/Makefile.in
--- old/telepathy-mission-control-5.16.0/doc/reference/Makefile.in      
2013-10-02 18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/doc/reference/Makefile.in      
2014-01-27 13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/Makefile.in
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/Makefile.in
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/Makefile.in
      2013-10-02 18:53:30.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/Makefile.in
      2014-01-27 13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/McpAccountManager.html
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpAccountManager.html
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/McpAccountManager.html
      2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpAccountManager.html
      2014-01-27 13:28:05.000000000 +0100
@@ -91,8 +91,8 @@
                                                         (<em 
class="parameter"><code>const <a class="link" href="McpAccountManager.html" 
title="McpAccountManager"><span class="type">McpAccountManager</span></a> 
*mcpa</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue";><span
 class="type">GValue</span></a> *value</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *attribute</code></em>);
-                    <a class="link" 
href="McpAccountManager.html#McpAccountManagerIface" 
title="McpAccountManagerIface">McpAccountManagerIface</a>;
                     <a class="link" 
href="McpAccountManager.html#McpAccountManager-struct" 
title="McpAccountManager">McpAccountManager</a>;
+                    <a class="link" 
href="McpAccountManager.html#McpAccountManagerIface" 
title="McpAccountManagerIface">McpAccountManagerIface</a>;
 </pre>
 </div>
 <div class="refsect1">
@@ -579,13 +579,13 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpAccountManagerIface"></a><h3>McpAccountManagerIface</h3>
-<pre class="programlisting">typedef struct _McpAccountManagerIface 
McpAccountManagerIface;</pre>
+<a name="McpAccountManager-struct"></a><h3>McpAccountManager</h3>
+<pre class="programlisting">typedef struct _McpAccountManager 
McpAccountManager;</pre>
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpAccountManager-struct"></a><h3>McpAccountManager</h3>
-<pre class="programlisting">typedef struct _McpAccountManager 
McpAccountManager;</pre>
+<a name="McpAccountManagerIface"></a><h3>McpAccountManagerIface</h3>
+<pre class="programlisting">typedef struct _McpAccountManagerIface 
McpAccountManagerIface;</pre>
 </div>
 </div>
 <div class="refsect1">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2014-01-27 13:28:05.000000000 +0100
@@ -88,8 +88,8 @@
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="type">gboolean</span></a> wait_for_observers</code></em>);
                     <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperationIface" 
title="McpDispatchOperationIface">McpDispatchOperationIface</a>;
-                    <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperationDelay" 
title="McpDispatchOperationDelay">McpDispatchOperationDelay</a>;
                     <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperation-struct" 
title="McpDispatchOperation">McpDispatchOperation</a>;
+                    <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperationDelay" 
title="McpDispatchOperationDelay">McpDispatchOperationDelay</a>;
 </pre>
 </div>
 <div class="refsect1">
@@ -644,13 +644,13 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpDispatchOperationDelay"></a><h3>McpDispatchOperationDelay</h3>
-<pre class="programlisting">typedef struct _McpDispatchOperationDelay 
McpDispatchOperationDelay;</pre>
+<a name="McpDispatchOperation-struct"></a><h3>McpDispatchOperation</h3>
+<pre class="programlisting">typedef struct _McpDispatchOperation 
McpDispatchOperation;</pre>
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpDispatchOperation-struct"></a><h3>McpDispatchOperation</h3>
-<pre class="programlisting">typedef struct _McpDispatchOperation 
McpDispatchOperation;</pre>
+<a name="McpDispatchOperationDelay"></a><h3>McpDispatchOperationDelay</h3>
+<pre class="programlisting">typedef struct _McpDispatchOperationDelay 
McpDispatchOperationDelay;</pre>
 </div>
 </div>
 <div class="refsect1">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/annotation-glossary.html
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/annotation-glossary.html
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/annotation-glossary.html
    2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/annotation-glossary.html
    2014-01-27 13:28:05.000000000 +0100
@@ -22,13 +22,13 @@
 <tr><td colspan="5" class="shortcuts">
 <a class="shortcut" href="#glsT">T</a>
                       | 
-                   <a class="shortcut" href="#glsA">A</a>
+                   <a class="shortcut" href="#glsE">E</a>
                       | 
-                   <a class="shortcut" href="#glsO">O</a>
+                   <a class="shortcut" href="#glsA">A</a>
                       | 
                    <a class="shortcut" href="#glsT">T</a>
                       | 
-                   <a class="shortcut" href="#glsE">E</a>
+                   <a class="shortcut" href="#glsO">O</a>
 </td></tr>
 </table>
 <div class="glossary">
@@ -37,18 +37,18 @@
 <a name="glsT"></a><h3 class="title">T</h3>
 <dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
 <dd class="glossdef"><p>Free data after the code is done.</p></dd>
+<a name="glsE"></a><h3 class="title">E</h3>
+<dt><span class="glossterm"><a 
name="annotation-glossterm-element-type"></a>element-type</span></dt>
+<dd class="glossdef"><p>Generics and defining elements of containers and 
arrays.</p></dd>
 <a name="glsA"></a><h3 class="title">A</h3>
 <dt><span class="glossterm"><a 
name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
 <dd class="glossdef"><p>NULL is ok, both for passing and for 
returning.</p></dd>
-<a name="glsO"></a><h3 class="title">O</h3>
-<dt><span class="glossterm"><a 
name="annotation-glossterm-out%20caller-allocates"></a>out 
caller-allocates</span></dt>
-<dd class="glossdef"><p>Out parameter, where caller must allocate 
storage.</p></dd>
 <a name="glsT"></a><h3 class="title">T</h3>
 <dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20container"></a>transfer 
container</span></dt>
 <dd class="glossdef"><p>Free data container after the code is done.</p></dd>
-<a name="glsE"></a><h3 class="title">E</h3>
-<dt><span class="glossterm"><a 
name="annotation-glossterm-element-type"></a>element-type</span></dt>
-<dd class="glossdef"><p>Generics and defining elements of containers and 
arrays.</p></dd>
+<a name="glsO"></a><h3 class="title">O</h3>
+<dt><span class="glossterm"><a 
name="annotation-glossterm-out%20caller-allocates"></a>out 
caller-allocates</span></dt>
+<dd class="glossdef"><p>Out parameter, where caller must allocate 
storage.</p></dd>
 </div>
 <div class="footer">
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/index.sgml
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.sgml
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/index.sgml
  2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.sgml
  2014-01-27 13:27:54.000000000 +0100
@@ -61,8 +61,8 @@
 <ANCHOR id="mcp-account-manager-escape-variant-for-keyfile" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-escape-variant-for-keyfile">
 <ANCHOR id="mcp-account-manager-unescape-value-from-keyfile" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-unescape-value-from-keyfile">
 <ANCHOR id="mcp-account-manager-init-value-for-attribute" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-init-value-for-attribute">
-<ANCHOR id="McpAccountManagerIface" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManagerIface">
 <ANCHOR id="McpAccountManager-struct" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManager-struct">
+<ANCHOR id="McpAccountManagerIface" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManagerIface">
 <ANCHOR id="McpAccountManager.see-also" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManager.see-also">
 <ANCHOR id="mission-control-plugins-McpRequestPolicy" 
href="mission-control-plugins/mission-control-plugins-McpRequestPolicy.html">
 <ANCHOR id="mission-control-plugins-McpRequestPolicy.synopsis" 
href="mission-control-plugins/mission-control-plugins-McpRequestPolicy.html#mission-control-plugins-McpRequestPolicy.synopsis">
@@ -128,11 +128,11 @@
 <ANCHOR id="mcp-dispatch-operation-close-channels" 
href="mission-control-plugins/McpDispatchOperation.html#mcp-dispatch-operation-close-channels">
 <ANCHOR id="mcp-dispatch-operation-destroy-channels" 
href="mission-control-plugins/McpDispatchOperation.html#mcp-dispatch-operation-destroy-channels">
 <ANCHOR id="McpDispatchOperationIface" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperationIface">
-<ANCHOR id="McpDispatchOperationDelay" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperationDelay">
 <ANCHOR id="McpDispatchOperation-struct" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperation-struct">
+<ANCHOR id="McpDispatchOperationDelay" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperationDelay">
 <ANCHOR id="McpDispatchOperation.see-also" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperation.see-also">
 <ANCHOR id="annotation-glossterm-transfer full" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 full">
+<ANCHOR id="annotation-glossterm-element-type" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-element-type">
 <ANCHOR id="annotation-glossterm-allow-none" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-allow-none">
-<ANCHOR id="annotation-glossterm-out caller-allocates" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-out 
caller-allocates">
 <ANCHOR id="annotation-glossterm-transfer container" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 container">
-<ANCHOR id="annotation-glossterm-element-type" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-element-type">
+<ANCHOR id="annotation-glossterm-out caller-allocates" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-out 
caller-allocates">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
    2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
    2014-01-27 13:27:54.000000000 +0100
@@ -70,8 +70,8 @@
     <keyword type="function" 
name="mcp_account_manager_escape_variant_for_keyfile ()" 
link="McpAccountManager.html#mcp-account-manager-escape-variant-for-keyfile"/>
     <keyword type="function" 
name="mcp_account_manager_unescape_value_from_keyfile ()" 
link="McpAccountManager.html#mcp-account-manager-unescape-value-from-keyfile"/>
     <keyword type="function" 
name="mcp_account_manager_init_value_for_attribute ()" 
link="McpAccountManager.html#mcp-account-manager-init-value-for-attribute"/>
-    <keyword type="struct" name="McpAccountManagerIface" 
link="McpAccountManager.html#McpAccountManagerIface"/>
     <keyword type="struct" name="McpAccountManager" 
link="McpAccountManager.html#McpAccountManager-struct"/>
+    <keyword type="struct" name="McpAccountManagerIface" 
link="McpAccountManager.html#McpAccountManagerIface"/>
     <keyword type="function" name="McpRequestPolicyCb ()" 
link="mission-control-plugins-McpRequestPolicy.html#McpRequestPolicyCb"/>
     <keyword type="function" name="mcp_request_policy_check ()" 
link="mission-control-plugins-McpRequestPolicy.html#mcp-request-policy-check"/>
     <keyword type="function" name="mcp_request_policy_iface_implement_check 
()" 
link="mission-control-plugins-McpRequestPolicy.html#mcp-request-policy-iface-implement-check"/>
@@ -113,7 +113,7 @@
     <keyword type="function" name="mcp_dispatch_operation_close_channels ()" 
link="McpDispatchOperation.html#mcp-dispatch-operation-close-channels"/>
     <keyword type="function" name="mcp_dispatch_operation_destroy_channels ()" 
link="McpDispatchOperation.html#mcp-dispatch-operation-destroy-channels"/>
     <keyword type="struct" name="McpDispatchOperationIface" 
link="McpDispatchOperation.html#McpDispatchOperationIface"/>
-    <keyword type="struct" name="McpDispatchOperationDelay" 
link="McpDispatchOperation.html#McpDispatchOperationDelay"/>
     <keyword type="struct" name="McpDispatchOperation" 
link="McpDispatchOperation.html#McpDispatchOperation-struct"/>
+    <keyword type="struct" name="McpDispatchOperationDelay" 
link="McpDispatchOperation.html#McpDispatchOperationDelay"/>
   </functions>
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
--- 
old/telepathy-mission-control-5.16.0/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
     2013-10-02 19:01:56.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
     2014-01-27 13:27:54.000000000 +0100
@@ -12,8 +12,8 @@
 mcp_account_manager_escape_variant_for_keyfile
 mcp_account_manager_unescape_value_from_keyfile
 mcp_account_manager_init_value_for_attribute
-McpAccountManagerIface
 McpAccountManager
+McpAccountManagerIface
 <SUBSECTION Standard>
 MCP_ACCOUNT_MANAGER
 MCP_ACCOUNT_MANAGER_GET_IFACE
@@ -108,8 +108,8 @@
 mcp_dispatch_operation_close_channels
 mcp_dispatch_operation_destroy_channels
 McpDispatchOperationIface
-McpDispatchOperationDelay
 McpDispatchOperation
+McpDispatchOperationDelay
 <SUBSECTION Standard>
 MCP_DISPATCH_OPERATION
 MCP_DISPATCH_OPERATION_GET_IFACE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/m4/Makefile.in 
new/telepathy-mission-control-5.16.1/m4/Makefile.in
--- old/telepathy-mission-control-5.16.0/m4/Makefile.in 2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/m4/Makefile.in 2014-01-27 
13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/mission-control-plugins/Makefile.in 
new/telepathy-mission-control-5.16.1/mission-control-plugins/Makefile.in
--- old/telepathy-mission-control-5.16.0/mission-control-plugins/Makefile.in    
2013-10-02 18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/mission-control-plugins/Makefile.in    
2014-01-27 13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/plugins/Makefile.in 
new/telepathy-mission-control-5.16.1/plugins/Makefile.in
--- old/telepathy-mission-control-5.16.0/plugins/Makefile.in    2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/plugins/Makefile.in    2014-01-27 
13:26:07.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/server/Makefile.in 
new/telepathy-mission-control-5.16.1/server/Makefile.in
--- old/telepathy-mission-control-5.16.0/server/Makefile.in     2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/server/Makefile.in     2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/src/Makefile.in 
new/telepathy-mission-control-5.16.1/src/Makefile.in
--- old/telepathy-mission-control-5.16.0/src/Makefile.in        2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/src/Makefile.in        2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/src/connectivity-monitor.c 
new/telepathy-mission-control-5.16.1/src/connectivity-monitor.c
--- old/telepathy-mission-control-5.16.0/src/connectivity-monitor.c     
2013-09-20 13:51:06.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/src/connectivity-monitor.c     
2014-01-22 12:44:55.000000000 +0100
@@ -343,6 +343,8 @@
         {
           DEBUG ("Inhibit() didn't return enough fds?");
         }
+
+      g_variant_unref (tuple);
     }
   else
     {
@@ -400,6 +402,7 @@
           DEBUG ("about to suspend");
           connectivity_monitor_remove_states (self, CONNECTIVITY_AWAKE,
               self->priv->login1_inhibit);
+          tp_clear_pointer (&self->priv->login1_inhibit, mcd_inhibit_release);
         }
       else
         {
@@ -440,6 +443,7 @@
           DEBUG ("about to shut down");
           connectivity_monitor_remove_states (self, CONNECTIVITY_RUNNING,
               self->priv->login1_inhibit);
+          tp_clear_pointer (&self->priv->login1_inhibit, mcd_inhibit_release);
         }
       else
         {
@@ -522,9 +526,9 @@
 
 #ifdef ENABLE_CONN_SETTING
   priv->settings = g_settings_new ("im.telepathy.MissionControl.FromEmpathy");
-  g_settings_bind (priv->settings, "use-conn",
-      connectivity_monitor, "use-conn",
-      G_SETTINGS_BIND_GET);
+  /* We'll call g_settings_bind() in constructed because default values of
+   * properties haven't been set yet at this point and we don't want them to
+   * override the value from GSettings. */
 #endif
 
 #ifdef HAVE_NM
@@ -558,6 +562,17 @@
 }
 
 static void
+connectivity_monitor_constructed (GObject *object)
+{
+#ifdef ENABLE_CONN_SETTING
+  McdConnectivityMonitor *self = MCD_CONNECTIVITY_MONITOR (object);
+
+  g_settings_bind (self->priv->settings, "use-conn",
+      self, "use-conn", G_SETTINGS_BIND_GET);
+#endif
+}
+
+static void
 connectivity_monitor_finalize (GObject *object)
 {
 #if defined(HAVE_NM) || defined(HAVE_UPOWER)
@@ -687,6 +702,7 @@
   oclass->finalize = connectivity_monitor_finalize;
   oclass->dispose = connectivity_monitor_dispose;
   oclass->constructor = connectivity_monitor_constructor;
+  oclass->constructed = connectivity_monitor_constructed;
   oclass->get_property = connectivity_monitor_get_property;
   oclass->set_property = connectivity_monitor_set_property;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/src/mcd-account-manager-default.c 
new/telepathy-mission-control-5.16.1/src/mcd-account-manager-default.c
--- old/telepathy-mission-control-5.16.0/src/mcd-account-manager-default.c      
2013-09-19 15:25:33.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/src/mcd-account-manager-default.c      
2013-12-04 19:27:21.000000000 +0100
@@ -236,7 +236,7 @@
   if (!mcd_ensure_directory (dir, &error))
     {
       g_warning ("%s", error->message);
-      g_error_free (error);
+      g_clear_error (&error);
       /* fall through anyway: writing to the file will fail, but it does
        * give us a chance to commit to the keyring too */
     }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/src/mcd-connection.c 
new/telepathy-mission-control-5.16.1/src/mcd-connection.c
--- old/telepathy-mission-control-5.16.0/src/mcd-connection.c   2013-10-02 
18:41:36.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/src/mcd-connection.c   2014-01-22 
12:44:42.000000000 +0100
@@ -1626,10 +1626,10 @@
     McdConnection *self)
 {
   McdConnectionPrivate *priv = self->priv;
-  DEBUG ("%sactive, %s have power saving iface.", inactive ? "in" : "",
-      priv->has_power_saving_if ? "has" : "doesn't");
+  DEBUG ("%sactive, connection %s have power saving iface.", inactive ? "in" : 
"",
+      priv->has_power_saving_if ? "does" : "doesn't");
 
-  if (priv->has_power_saving_if)
+  if (priv->tp_conn != NULL && priv->has_power_saving_if)
     tp_cli_connection_interface_power_saving_call_set_power_saving 
(priv->tp_conn, -1,
         inactive, NULL, NULL, NULL, NULL);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/tests/Makefile.in 
new/telepathy-mission-control-5.16.1/tests/Makefile.in
--- old/telepathy-mission-control-5.16.0/tests/Makefile.in      2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/tests/Makefile.in      2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/tests/twisted/Makefile.in 
new/telepathy-mission-control-5.16.1/tests/twisted/Makefile.in
--- old/telepathy-mission-control-5.16.0/tests/twisted/Makefile.in      
2013-10-02 18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/tests/twisted/Makefile.in      
2014-01-27 13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.16.0/tests/twisted/tools/Makefile.in 
new/telepathy-mission-control-5.16.1/tests/twisted/tools/Makefile.in
--- old/telepathy-mission-control-5.16.0/tests/twisted/tools/Makefile.in        
2013-10-02 18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/tests/twisted/tools/Makefile.in        
2014-01-27 13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/tools/Makefile.in 
new/telepathy-mission-control-5.16.1/tools/Makefile.in
--- old/telepathy-mission-control-5.16.0/tools/Makefile.in      2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/tools/Makefile.in      2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/util/Makefile.in 
new/telepathy-mission-control-5.16.1/util/Makefile.in
--- old/telepathy-mission-control-5.16.0/util/Makefile.in       2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/util/Makefile.in       2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.16.0/xml/Makefile.in 
new/telepathy-mission-control-5.16.1/xml/Makefile.in
--- old/telepathy-mission-control-5.16.0/xml/Makefile.in        2013-10-02 
18:53:30.000000000 +0200
+++ new/telepathy-mission-control-5.16.1/xml/Makefile.in        2014-01-27 
13:26:08.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994-2013 Free Software Foundation, Inc.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to