Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2019-06-02 15:14:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
 and      /work/SRC/openSUSE:Factory/.accountsservice.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "accountsservice"

Sun Jun  2 15:14:23 2019 rev:66 rq:706718 version:0.6.55

Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes  
2019-05-16 22:01:23.106732180 +0200
+++ 
/work/SRC/openSUSE:Factory/.accountsservice.new.5148/accountsservice.changes    
    2019-06-02 15:14:29.246127493 +0200
@@ -1,0 +2,14 @@
+Wed May 29 21:28:30 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 0.6.55:
+  + Memory leak fix.
+  + Improved heuristics for identifying user session.
+  + Export interfaces directory to pkgconfig.
+  + Lock down state directory from prying eyes to be more friendly to
+    accountsservice extensions that require privacy.
+  + Misc fixes.
+  + Updated translations.
+- Drop accountsservice-upstream-fixes.patch: Fixed upstream.
+- Refresh patches with refresh_patches osc service.
+
+-------------------------------------------------------------------

Old:
----
  accountsservice-0.6.54.tar.xz
  accountsservice-upstream-fixes.patch

New:
----
  accountsservice-0.6.55.tar.xz

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

Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.GdsRDs/_old  2019-06-02 15:14:29.658127314 +0200
+++ /var/tmp/diff_new_pack.GdsRDs/_new  2019-06-02 15:14:29.662127313 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           accountsservice
-Version:        0.6.54
+Version:        0.6.55
 Release:        0
 Summary:        D-Bus Service to Manipulate User Account Information
 License:        GPL-3.0-or-later
@@ -32,13 +32,10 @@
 Patch1:         accountsservice-filter-suse-accounts.patch
 # PATCH-FIX-UPSTREAM accountsservice-read-root-user-cache.patch bsc#1114292 
glfo#accountsservice/accountsservice#65 xw...@suse.com-- read root user cache 
file WAS PATCH-FIX-UPSTREAM
 Patch2:         accountsservice-read-root-user-cache.patch
-# PATCH-FIX-UPSTREAM accountsservice-upstream-fixes.patch -- Add 3 upstream 
commits to fix build
-Patch3:         accountsservice-upstream-fixes.patch
 
 ## SLE-only patches start at 1000
 # PATCH-FEATURE-SLE as-fate318433-prevent-same-account-multi-logins.patch 
fate#318433 cxi...@suse.com -- prevent multiple simultaneous login.
 Patch1000:      as-fate318433-prevent-same-account-multi-logins.patch
-# needed for patch0
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson
@@ -101,7 +98,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
+
 # Sle-only patches start at 1000
 %if !0%{?is_opensuse}
 %patch1000 -p1

++++++ accountsservice-0.6.54.tar.xz -> accountsservice-0.6.55.tar.xz ++++++
++++ 6335 lines of diff (skipped)

++++++ accountsservice-read-root-user-cache.patch ++++++
--- /var/tmp/diff_new_pack.GdsRDs/_old  2019-06-02 15:14:29.778127262 +0200
+++ /var/tmp/diff_new_pack.GdsRDs/_new  2019-06-02 15:14:29.778127262 +0200
@@ -15,11 +15,11 @@
  src/daemon.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/src/daemon.c b/src/daemon.c
-index c52bda3..d7c4437 100644
---- a/src/daemon.c
-+++ b/src/daemon.c
-@@ -485,7 +485,7 @@ reload_users (Daemon *daemon)
+Index: accountsservice-0.6.55/src/daemon.c
+===================================================================
+--- accountsservice-0.6.55.orig/src/daemon.c   2019-05-30 00:12:49.993056439 
+0200
++++ accountsservice-0.6.55/src/daemon.c        2019-05-30 00:12:50.289059484 
+0200
+@@ -486,7 +486,7 @@ reload_users (Daemon *daemon)
          load_entries (daemon, users, TRUE, entry_generator_requested_users);
  
          /* Now add/update users from other sources, possibly non-local */
@@ -28,6 +28,3 @@
  
          wtmp_helper_update_login_frequencies (users);
  
--- 
-2.16.4
-

++++++ accountsservice-sysconfig.patch ++++++
--- /var/tmp/diff_new_pack.GdsRDs/_old  2019-06-02 15:14:29.786127259 +0200
+++ /var/tmp/diff_new_pack.GdsRDs/_new  2019-06-02 15:14:29.790127257 +0200
@@ -4,10 +4,10 @@
 
     Use autologin configuration from sysconfig (SUSE-ism)
 
-Index: accountsservice-0.6.54/src/daemon.c
+Index: accountsservice-0.6.55/src/daemon.c
 ===================================================================
---- accountsservice-0.6.54.orig/src/daemon.c
-+++ accountsservice-0.6.54/src/daemon.c
+--- accountsservice-0.6.55.orig/src/daemon.c   2019-04-23 17:16:09.000000000 
+0200
++++ accountsservice-0.6.55/src/daemon.c        2019-05-30 00:12:49.993056439 
+0200
 @@ -47,6 +47,7 @@
  #include "wtmp-helper.h"
  #include "daemon.h"
@@ -16,7 +16,7 @@
  
  #define PATH_PASSWD "/etc/passwd"
  #define PATH_SHADOW "/etc/shadow"
-@@ -567,7 +568,7 @@ reload_autologin_timeout (Daemon *daemon
+@@ -582,7 +583,7 @@ reload_autologin_timeout (Daemon *daemon
          priv->autologin_id = 0;
  
          if (!load_autologin (daemon, &name, &enabled, &error)) {
@@ -25,7 +25,7 @@
                  return FALSE;
          }
  
-@@ -1463,6 +1464,43 @@ daemon_local_check_auth (Daemon
+@@ -1474,6 +1475,43 @@ daemon_local_check_auth (Daemon
          g_object_unref (subject);
  }
  
@@ -69,7 +69,7 @@
  gboolean
  load_autologin (Daemon      *daemon,
                  gchar      **name,
-@@ -1473,6 +1511,8 @@ load_autologin (Daemon      *daemon,
+@@ -1484,6 +1522,8 @@ load_autologin (Daemon      *daemon,
          GError *local_error = NULL;
          g_autofree gchar *string = NULL;
  
@@ -78,7 +78,7 @@
          keyfile = g_key_file_new ();
          if (!g_key_file_load_from_file (keyfile,
                                          PATH_GDM_CUSTOM,
-@@ -1512,6 +1552,8 @@ save_autologin (Daemon      *daemon,
+@@ -1523,6 +1563,8 @@ save_autologin (Daemon      *daemon,
          g_autofree gchar *data = NULL;
          gboolean result;
  
@@ -87,10 +87,10 @@
          keyfile = g_key_file_new ();
          if (!g_key_file_load_from_file (keyfile,
                                          PATH_GDM_CUSTOM,
-Index: accountsservice-0.6.54/src/gdm-sysconfig.c
+Index: accountsservice-0.6.55/src/gdm-sysconfig.c
 ===================================================================
---- /dev/null
-+++ accountsservice-0.6.54/src/gdm-sysconfig.c
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ accountsservice-0.6.55/src/gdm-sysconfig.c 2019-05-30 00:12:49.993056439 
+0200
 @@ -0,0 +1,484 @@
 +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 + *
@@ -576,10 +576,10 @@
 +        g_strfreev (lines);
 +        return result;
 +}
-Index: accountsservice-0.6.54/src/gdm-sysconfig.h
+Index: accountsservice-0.6.55/src/gdm-sysconfig.h
 ===================================================================
---- /dev/null
-+++ accountsservice-0.6.54/src/gdm-sysconfig.h
+--- /dev/null  1970-01-01 00:00:00.000000000 +0000
++++ accountsservice-0.6.55/src/gdm-sysconfig.h 2019-05-30 00:12:49.993056439 
+0200
 @@ -0,0 +1,43 @@
 +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 + *
@@ -624,10 +624,10 @@
 +G_END_DECLS
 +
 +#endif /* __GDM_SYSCONFIG_H */
-Index: accountsservice-0.6.54/src/meson.build
+Index: accountsservice-0.6.55/src/meson.build
 ===================================================================
---- accountsservice-0.6.54.orig/src/meson.build
-+++ accountsservice-0.6.54/src/meson.build
+--- accountsservice-0.6.55.orig/src/meson.build        2019-04-23 
17:16:09.000000000 +0200
++++ accountsservice-0.6.55/src/meson.build     2019-05-30 00:12:49.993056439 
+0200
 @@ -46,6 +46,8 @@ libaccounts_generated_dep = declare_depe
  )
  


Reply via email to