Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2016-09-21 18:29:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2016-08-29 14:29:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes     
2016-09-21 18:29:58.000000000 +0200
@@ -1,0 +2,9 @@
+Sun Sep 11 14:12:01 UTC 2016 - fezh...@suse.com
+
+- Update accountsservice-sysconfig.patch:
+  Flush the buffer before shut down the GIOChannel, otherwise we
+  get a truncated setting file. The problem has caused the
+  switching autologin in gnome-control-center breaking
+  /etc/sysconfig/displaymanager (bsc#998107).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ accountsservice-sysconfig.patch ++++++
--- /var/tmp/diff_new_pack.BMGf9q/_old  2016-09-21 18:29:59.000000000 +0200
+++ /var/tmp/diff_new_pack.BMGf9q/_new  2016-09-21 18:29:59.000000000 +0200
@@ -231,7 +231,7 @@
 +
 +out:
 +        if (channel) {
-+                g_io_channel_shutdown (channel, FALSE, NULL);
++                g_io_channel_shutdown (channel, TRUE, NULL);
 +                g_io_channel_unref (channel);
 +        }
 +


Reply via email to