Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2014-02-12 11:09:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keyring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2013-10-17 17:37:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new/gnome-keyring.changes 
2014-02-12 11:09:46.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Feb  8 07:27:00 UTC 2014 - jdelv...@suse.com
+
+- Enhance gnome-keyring-check-session.patch: Add "gnome-classic" to
+  the list of handled desktop session types (bnc#862775).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.fHz0a9/_old  2014-02-12 11:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.fHz0a9/_new  2014-02-12 11:09:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-keyring
 #
-# 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

++++++ gnome-keyring-check-session.patch ++++++
--- /var/tmp/diff_new_pack.fHz0a9/_old  2014-02-12 11:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.fHz0a9/_new  2014-02-12 11:09:47.000000000 +0100
@@ -1,8 +1,8 @@
-Index: gnome-keyring-3.1.91/pam/gkr-pam-module.c
+Index: gnome-keyring-3.10.1/pam/gkr-pam-module.c
 ===================================================================
---- gnome-keyring-3.1.91.orig/pam/gkr-pam-module.c
-+++ gnome-keyring-3.1.91/pam/gkr-pam-module.c
-@@ -91,10 +91,49 @@ enum {
+--- gnome-keyring-3.10.1.orig/pam/gkr-pam-module.c     2013-05-01 
18:34:54.000000000 +0200
++++ gnome-keyring-3.10.1/pam/gkr-pam-module.c  2014-02-08 08:24:28.363507183 
+0100
+@@ -91,10 +91,51 @@ enum {
  #endif
  #endif
  
@@ -42,18 +42,20 @@
 +              return 1;
 +      if (strcmp (session, "gnome3") == 0)
 +              return 1;
++      if (strcmp (session, "gnome-classic") == 0)
++              return 1;
 +      if (strcmp (session, "xfce") == 0)
 +              return 1;
 +      if (strcmp (session, "LXDE") == 0)
 +              return 1;
 +
 +      return 0;
-+} 
++}
 +
  static void
  close_safe (int fd)
  {
-@@ -867,7 +906,7 @@ pam_sm_authenticate (pam_handle_t *ph, i
+@@ -867,7 +908,7 @@ pam_sm_authenticate (pam_handle_t *ph, i
        started_daemon = 0;
  
        /* Should we start the daemon? */
@@ -62,7 +64,7 @@
                ret = start_daemon_if_necessary (ph, pwd, password, 
&started_daemon);
                if (ret != PAM_SUCCESS)
                        return ret;
-@@ -939,7 +978,7 @@ pam_sm_open_session (pam_handle_t *ph, i
+@@ -939,7 +980,7 @@ pam_sm_open_session (pam_handle_t *ph, i
        started_daemon = 0;
        
        /* Should we start the daemon? */

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to