Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2015-01-30 06:04:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
 and      /work/SRC/openSUSE:Factory/.accountsservice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "accountsservice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2014-11-18 22:46:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes     
2015-01-30 06:04:42.000000000 +0100
@@ -1,0 +2,8 @@
+Tue Jan 27 18:01:50 UTC 2015 - [email protected]
+
+- Update to version 0.6.40:
+  + Support large UIDs better.
+  + Don't require X11 display to fetch user with X11 session.
+  + Ensure accountsservice doesn't start before NSS works.
+
+-------------------------------------------------------------------

Old:
----
  accountsservice-0.6.39.tar.xz

New:
----
  accountsservice-0.6.40.tar.xz

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

Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.1ay9tW/_old  2015-01-30 06:04:42.000000000 +0100
+++ /var/tmp/diff_new_pack.1ay9tW/_new  2015-01-30 06:04:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package accountsservice
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           accountsservice
-Version:        0.6.39
+Version:        0.6.40
 Release:        0
 Summary:        D-Bus Service to Manipulate User Account Information
 License:        GPL-3.0+

++++++ accountsservice-0.6.39.tar.xz -> accountsservice-0.6.40.tar.xz ++++++
++++ 1983 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/NEWS new/accountsservice-0.6.40/NEWS
--- old/accountsservice-0.6.39/NEWS     2014-10-16 19:56:16.000000000 +0200
+++ new/accountsservice-0.6.40/NEWS     2015-01-22 22:24:45.000000000 +0100
@@ -1,3 +1,9 @@
+Changes in 0.6.40
+=================
+* Support large UIDs better
+* don't require X11 display to fetch user with X11 session
+* ensure accountsservice doesn't start before NSS works
+
 Changes in 0.6.39
 =================
 * Fix ListCachedUsers race at startup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/compile new/accountsservice-0.6.40/compile
--- old/accountsservice-0.6.39/compile  2014-09-10 13:57:56.000000000 +0200
+++ new/accountsservice-0.6.40/compile  2015-01-07 13:05:37.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/configure.ac new/accountsservice-0.6.40/configure.ac
--- old/accountsservice-0.6.39/configure.ac     2014-10-16 19:56:39.000000000 
+0200
+++ new/accountsservice-0.6.40/configure.ac     2015-01-22 22:25:12.000000000 
+0100
@@ -1,4 +1,4 @@
-AC_INIT([AccountsService],[0.6.39])
+AC_INIT([AccountsService],[0.6.40])
 AM_INIT_AUTOMAKE(no-dist-gzip dist-xz tar-ustar foreign)
 
 GETTEXT_PACKAGE=accounts-service
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/data/accounts-daemon.service.in 
new/accountsservice-0.6.40/data/accounts-daemon.service.in
--- old/accountsservice-0.6.39/data/accounts-daemon.service.in  2012-12-19 
15:42:47.000000000 +0100
+++ new/accountsservice-0.6.40/data/accounts-daemon.service.in  2014-11-04 
04:46:00.000000000 +0100
@@ -1,6 +1,12 @@
 [Unit]
 Description=Accounts Service
 
+# In order to avoid races with identity-providing services like SSSD or
+# winbind, we need to ensure that Accounts Service starts after
+# nss-user-lookup.target
+After=nss-user-lookup.target
+Wants=nss-user-lookup.target
+
 [Service]
 Type=dbus
 BusName=org.freedesktop.Accounts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/doc/dbus/AccountsService.xml 
new/accountsservice-0.6.40/doc/dbus/AccountsService.xml
--- old/accountsservice-0.6.39/doc/dbus/AccountsService.xml     2014-10-16 
19:57:19.000000000 +0200
+++ new/accountsservice-0.6.40/doc/dbus/AccountsService.xml     2015-01-22 
22:25:46.000000000 +0100
@@ -6,8 +6,8 @@
 
 <book id="index">
   <bookinfo>
-    <title>AccountsService 0.6.39 Documentation</title>
-    <releaseinfo>Version 0.6.39</releaseinfo>
+    <title>AccountsService 0.6.40 Documentation</title>
+    <releaseinfo>Version 0.6.40</releaseinfo>
     <authorgroup>
       <author>
         <firstname>Matthias</firstname>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/doc/libaccountsservice/html/ActUser.html 
new/accountsservice-0.6.40/doc/libaccountsservice/html/ActUser.html
--- old/accountsservice-0.6.39/doc/libaccountsservice/html/ActUser.html 
2014-10-16 19:57:44.000000000 +0200
+++ new/accountsservice-0.6.40/doc/libaccountsservice/html/ActUser.html 
2015-01-22 22:26:09.000000000 +0100
@@ -645,7 +645,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.5.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -674,7 +674,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.6.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -759,7 +759,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.9.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -843,7 +843,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.12.6"></a><h4>Returns</h4>
 <p> a pointer to GVariant of type "a(xxa{sv})"
-which must not be modified or freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+which must not be modified or freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -910,7 +910,7 @@
 act_user_get_object_path (<em class="parameter"><code><a class="link" 
href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> 
*user</code></em>);</pre>
 <p>Returns the user accounts service object path of <em 
class="parameter"><code>user</code></em>
 ,
-or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em>
+or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em>
  doesn't have an object path associated
 with it.</p>
 <div class="refsect3">
@@ -959,7 +959,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.16.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -997,7 +997,7 @@
 <pre class="programlisting">const <span class="returnvalue">char</span> *
 act_user_get_primary_session_id (<em class="parameter"><code><a class="link" 
href="ActUser.html" title="ActUser"><span class="type">ActUser</span></a> 
*user</code></em>);</pre>
 <p>Returns the id of the primary session of <em 
class="parameter"><code>user</code></em>
-, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em>
+, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> if <em class="parameter"><code>user</code></em>
 
 has no primary session.  The primary session will always be
 graphical and will be chosen from the sessions on the same seat as
@@ -1048,7 +1048,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.19.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -1077,7 +1077,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.20.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -1106,7 +1106,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.21.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
@@ -1135,7 +1135,7 @@
 <div class="refsect3">
 <a name="id-1.2.2.9.22.6"></a><h4>Returns</h4>
 <p> a pointer to an array of characters which must not be modified or
-freed, or <a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a>. </p>
+freed, or <a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>. </p>
 <p><span class="annotation">[<acronym title="Don't free data after the code is 
done."><span class="acronym">transfer none</span></acronym>]</span></p>
 </div>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/doc/libaccountsservice/html/ActUserManager.html 
new/accountsservice-0.6.40/doc/libaccountsservice/html/ActUserManager.html
--- old/accountsservice-0.6.39/doc/libaccountsservice/html/ActUserManager.html  
2014-10-16 19:57:44.000000000 +0200
+++ new/accountsservice-0.6.40/doc/libaccountsservice/html/ActUserManager.html  
2015-01-22 22:26:09.000000000 +0100
@@ -402,7 +402,7 @@
 <tr>
 <td class="parameter_name"><p>cancellable</p></td>
 <td class="parameter_description"><p> optional <a 
href="https://developer.gnome.org/gio/unstable/GCancellable.html";><span 
class="type">GCancellable</span></a> object,
-<a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a> to ignore. </p></td>
+<a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> to ignore. </p></td>
 <td class="parameter_annotations"><span class="annotation">[<acronym 
title="NULL is OK, both for passing and for returning."><span 
class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 <tr>
@@ -591,7 +591,7 @@
 <tr>
 <td class="parameter_name"><p>cancellable</p></td>
 <td class="parameter_description"><p> optional <a 
href="https://developer.gnome.org/gio/unstable/GCancellable.html";><span 
class="type">GCancellable</span></a> object,
-<a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a> to ignore. </p></td>
+<a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> to ignore. </p></td>
 <td class="parameter_annotations"><span class="annotation">[<acronym 
title="NULL is OK, both for passing and for returning."><span 
class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 <tr>
@@ -741,7 +741,7 @@
 <tr>
 <td class="parameter_name"><p>cancellable</p></td>
 <td class="parameter_description"><p> optional <a 
href="https://developer.gnome.org/gio/unstable/GCancellable.html";><span 
class="type">GCancellable</span></a> object,
-<a 
href="/usr/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL:CAPS"><code 
class="literal">NULL</code></a> to ignore. </p></td>
+<a 
href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> to ignore. </p></td>
 <td class="parameter_annotations"><span class="annotation">[<acronym 
title="NULL is OK, both for passing and for returning."><span 
class="acronym">allow-none</span></acronym>]</span></td>
 </tr>
 <tr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/missing new/accountsservice-0.6.40/missing
--- old/accountsservice-0.6.39/missing  2014-09-10 13:57:56.000000000 +0200
+++ new/accountsservice-0.6.40/missing  2015-01-07 13:05:37.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/accounts-generated.c 
new/accountsservice-0.6.40/src/accounts-generated.c
--- old/accountsservice-0.6.39/src/accounts-generated.c 2014-10-16 
19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/accounts-generated.c 2015-01-22 
22:26:03.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/accounts-generated.h 
new/accountsservice-0.6.40/src/accounts-generated.h
--- old/accountsservice-0.6.39/src/accounts-generated.h 2014-10-16 
19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/accounts-generated.h 2015-01-22 
22:26:03.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/accounts-user-generated.c 
new/accountsservice-0.6.40/src/accounts-user-generated.c
--- old/accountsservice-0.6.39/src/accounts-user-generated.c    2014-10-16 
19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/accounts-user-generated.c    2015-01-22 
22:26:03.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/accounts-user-generated.h 
new/accountsservice-0.6.40/src/accounts-user-generated.h
--- old/accountsservice-0.6.39/src/accounts-user-generated.h    2014-10-16 
19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/accounts-user-generated.h    2015-01-22 
22:26:03.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/accountsservice.pc 
new/accountsservice-0.6.40/src/libaccountsservice/accountsservice.pc
--- old/accountsservice-0.6.39/src/libaccountsservice/accountsservice.pc        
2014-10-16 19:57:19.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/accountsservice.pc        
2015-01-22 22:25:46.000000000 +0100
@@ -5,6 +5,6 @@
 
 Name: Accounts Service
 Description: Client Library for communicating with accounts service
-Version: 0.6.39
+Version: 0.6.40
 Libs: -L${libdir} -laccountsservice
 Cflags: -I${includedir}/accountsservice-1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.c 
new/accountsservice-0.6.40/src/libaccountsservice/act-user-manager.c
--- old/accountsservice-0.6.39/src/libaccountsservice/act-user-manager.c        
2014-09-30 16:16:27.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/act-user-manager.c        
2015-01-22 15:52:54.000000000 +0100
@@ -1648,16 +1648,16 @@
                                       &x11_display);
 
         if (res < 0) {
-                g_warning ("ActUserManager: Failed to get the x11 display of 
session '%s': %s",
-                           new_session->id,
-                           strerror (-res));
-                unload_new_session (new_session);
-                return;
+                g_debug ("ActUserManager: Failed to get the x11 display of 
session '%s': %s",
+                         new_session->id,
+                         strerror (-res));
+                g_debug ("ActUserManager: Treating X11 display as blank");
+                x11_display = strdup ("");
+        } else {
+                g_debug ("ActUserManager: Found x11 display of session '%s': 
%s",
+                         new_session->id, x11_display);
         }
 
-        g_debug ("ActUserManager: Found x11 display of session '%s': %s",
-                 new_session->id, x11_display);
-
  done:
         new_session->x11_display = g_strdup (x11_display);
         free (x11_display);
@@ -1697,7 +1697,7 @@
 
         is_ours = TRUE;
 
-        if (new_session->x11_display == NULL || new_session->x11_display[0] == 
'\0') {
+        if (new_session->x11_display == NULL) {
                 g_debug ("AcUserManager: (mostly) ignoring session '%s' since 
it's not graphical",
                          new_session->id);
                 is_ours = FALSE;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.c 
new/accountsservice-0.6.40/src/libaccountsservice/ck-manager-generated.c
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.c    
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-manager-generated.c    
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.h 
new/accountsservice-0.6.40/src/libaccountsservice/ck-manager-generated.h
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-manager-generated.h    
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-manager-generated.h    
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.c 
new/accountsservice-0.6.40/src/libaccountsservice/ck-seat-generated.c
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.c       
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-seat-generated.c       
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.h 
new/accountsservice-0.6.40/src/libaccountsservice/ck-seat-generated.h
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-seat-generated.h       
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-seat-generated.h       
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.c 
new/accountsservice-0.6.40/src/libaccountsservice/ck-session-generated.c
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.c    
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-session-generated.c    
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.h 
new/accountsservice-0.6.40/src/libaccountsservice/ck-session-generated.h
--- old/accountsservice-0.6.39/src/libaccountsservice/ck-session-generated.h    
2014-10-16 19:57:40.000000000 +0200
+++ new/accountsservice-0.6.40/src/libaccountsservice/ck-session-generated.h    
2015-01-22 22:26:04.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.43.0. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.43.3. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/accountsservice-0.6.39/src/user.c new/accountsservice-0.6.40/src/user.c
--- old/accountsservice-0.6.39/src/user.c       2014-03-20 19:16:44.000000000 
+0100
+++ new/accountsservice-0.6.40/src/user.c       2014-11-04 04:46:00.000000000 
+0100
@@ -722,8 +722,8 @@
 {
         gchar *object_path;
 
-        object_path = g_strdup_printf ("/org/freedesktop/Accounts/User%ld",
-                                       (long) user->uid);
+        object_path = g_strdup_printf ("/org/freedesktop/Accounts/User%lu",
+                                       (gulong) user->uid);
 
         return object_path;
 }

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

Reply via email to