Hello community,

here is the log from the commit of package accountsservice for openSUSE:Factory 
checked in at 2014-04-04 16:33:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-11-24 11:24:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.accountsservice.new/accountsservice.changes     
2014-04-04 16:33:51.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Apr  2 11:48:24 UTC 2014 - [email protected]
+
+- Update to version 0.6.37:
+  + BSD fixes.
+- Changes from version 0.6.36:
+  + Fixes for deleting users.
+  + Leak fix.
+  + Change user classification logic.
+  + BSD fixes.
+- Rebase accountsservice-sysconfig.patch and
+  accountsservice-filter-suse-accounts.patch.
+
+-------------------------------------------------------------------

Old:
----
  accountsservice-0.6.35.tar.xz

New:
----
  accountsservice-0.6.37.tar.xz

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

Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.aGrC3B/_old  2014-04-04 16:33:52.000000000 +0200
+++ /var/tmp/diff_new_pack.aGrC3B/_new  2014-04-04 16:33:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package accountsservice
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           accountsservice
-Version:        0.6.35
+Version:        0.6.37
 Release:        0
 Summary:        D-Bus Service to Manipulate User Account Information
 License:        GPL-3.0+

++++++ accountsservice-0.6.35.tar.xz -> accountsservice-0.6.37.tar.xz ++++++
++++ 2193 lines of diff (skipped)

++++++ accountsservice-filter-suse-accounts.patch ++++++
--- /var/tmp/diff_new_pack.aGrC3B/_old  2014-04-04 16:33:53.000000000 +0200
+++ /var/tmp/diff_new_pack.aGrC3B/_new  2014-04-04 16:33:53.000000000 +0200
@@ -1,8 +1,8 @@
-Index: accountsservice-0.6.35/src/user-classify.c
+Index: accountsservice-0.6.37/src/user-classify.c
 ===================================================================
---- accountsservice-0.6.35.orig/src/user-classify.c
-+++ accountsservice-0.6.35/src/user-classify.c
-@@ -54,7 +54,13 @@ static const char *default_excludes[] =
+--- accountsservice-0.6.37.orig/src/user-classify.c
++++ accountsservice-0.6.37/src/user-classify.c
+@@ -53,7 +53,13 @@ static const char *default_excludes[] =
          "man",
          "at",
          "gdm",
@@ -16,4 +16,4 @@
 +        "cyrus"
  };
  
- #define PATH_NOLOGIN "/sbin/nologin"
+ static gboolean

++++++ accountsservice-sysconfig.patch ++++++
--- /var/tmp/diff_new_pack.aGrC3B/_old  2014-04-04 16:33:53.000000000 +0200
+++ /var/tmp/diff_new_pack.aGrC3B/_new  2014-04-04 16:33:53.000000000 +0200
@@ -4,10 +4,10 @@
 
     Use autologin configuration from sysconfig (SUSE-ism)
 
-Index: accountsservice-0.6.35/src/Makefile.am
+Index: accountsservice-0.6.37/src/Makefile.am
 ===================================================================
---- accountsservice-0.6.35.orig/src/Makefile.am
-+++ accountsservice-0.6.35/src/Makefile.am
+--- accountsservice-0.6.37.orig/src/Makefile.am
++++ accountsservice-0.6.37/src/Makefile.am
 @@ -31,6 +31,8 @@ libexec_PROGRAMS = accounts-daemon
  
  accounts_daemon_SOURCES =     \
@@ -17,19 +17,19 @@
        types.h                 \
        daemon.h                \
        daemon.c                \
-Index: accountsservice-0.6.35/src/daemon.c
+Index: accountsservice-0.6.37/src/daemon.c
 ===================================================================
---- accountsservice-0.6.35.orig/src/daemon.c
-+++ accountsservice-0.6.35/src/daemon.c
-@@ -46,6 +46,7 @@
- #include "user-classify.h"
+--- accountsservice-0.6.37.orig/src/daemon.c
++++ accountsservice-0.6.37/src/daemon.c
+@@ -44,6 +44,7 @@
+ #include "wtmp-helper.h"
  #include "daemon.h"
  #include "util.h"
 +#include "gdm-sysconfig.h"
  
  #define PATH_PASSWD "/etc/passwd"
  #define PATH_SHADOW "/etc/shadow"
-@@ -547,7 +548,7 @@ reload_autologin_timeout (Daemon *daemon
+@@ -376,7 +377,7 @@ reload_autologin_timeout (Daemon *daemon
          daemon->priv->autologin_id = 0;
  
          if (!load_autologin (daemon, &name, &enabled, &error)) {
@@ -38,7 +38,7 @@
                  g_error_free (error);
                  g_free (name);
  
-@@ -1440,6 +1441,43 @@ daemon_local_check_auth (Daemon
+@@ -1272,6 +1273,43 @@ daemon_local_check_auth (Daemon
          g_object_unref (subject);
  }
  
@@ -82,7 +82,7 @@
  gboolean
  load_autologin (Daemon      *daemon,
                  gchar      **name,
-@@ -1450,6 +1488,8 @@ load_autologin (Daemon      *daemon,
+@@ -1282,6 +1320,8 @@ load_autologin (Daemon      *daemon,
          GError *local_error;
          gchar *string;
  
@@ -91,7 +91,7 @@
          keyfile = g_key_file_new ();
          if (!g_key_file_load_from_file (keyfile,
                                          PATH_GDM_CUSTOM,
-@@ -1497,6 +1537,8 @@ save_autologin (Daemon      *daemon,
+@@ -1329,6 +1369,8 @@ save_autologin (Daemon      *daemon,
          gchar *data;
          gboolean result;
  
@@ -100,10 +100,10 @@
          keyfile = g_key_file_new ();
          if (!g_key_file_load_from_file (keyfile,
                                          PATH_GDM_CUSTOM,
-Index: accountsservice-0.6.35/src/gdm-sysconfig.c
+Index: accountsservice-0.6.37/src/gdm-sysconfig.c
 ===================================================================
 --- /dev/null
-+++ accountsservice-0.6.35/src/gdm-sysconfig.c
++++ accountsservice-0.6.37/src/gdm-sysconfig.c
 @@ -0,0 +1,484 @@
 +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 + *
@@ -589,10 +589,10 @@
 +        g_strfreev (lines);
 +        return result;
 +}
-Index: accountsservice-0.6.35/src/gdm-sysconfig.h
+Index: accountsservice-0.6.37/src/gdm-sysconfig.h
 ===================================================================
 --- /dev/null
-+++ accountsservice-0.6.35/src/gdm-sysconfig.h
++++ accountsservice-0.6.37/src/gdm-sysconfig.h
 @@ -0,0 +1,43 @@
 +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 + *

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

Reply via email to