Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory
checked in at Sun Oct 2 10:06:04 CEST 2011.



--------
--- openSUSE:Factory/gnome-keyring/gnome-keyring.changes        2011-09-23 
02:00:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-keyring/gnome-keyring.changes    
2011-09-27 14:09:33.000000000 +0200
@@ -1,0 +2,32 @@
+Mon Sep 26 07:45:14 UTC 2011 - [email protected]
+
+- Update to version 3.2.0:
+  + Don't install setuid when filesystem capabilities not available
+  + Updated translations.
+- Update summary to not talk about password manager: this is really
+  the keyring, which is more than just a password manager.
+
+-------------------------------------------------------------------
+Tue Sep 20 12:21:21 UTC 2011 - [email protected]
+
+- Do not start the gnome-keyring daemon for LXDE or Xfce via XDG
+  autostart, that only works with gnome-session 
+
+-------------------------------------------------------------------
+Sun Sep 18 08:16:25 UTC 2011 - [email protected]
+
+- Update to version 3.1.92:
+  + Add back the file format "documentation".
+  + Make .desktop file match prompt process so icon and title are
+    shown.
+  + Fix packaging issues installing the pkcs11 module.
+  + Return correct error code in gpg-agent for unimplemented stuff.
+  + Fixes for parsing/viewing various (sometimes slightly invalid)
+    PKCS#12 files.
+  + Allow daemon to access secrets of internal PKCS#11 modules, so
+    that we can do things like hash NTLM and Kerberos secrets in
+    the future.
+  + Build and documentation fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnome-keyring-3.1.91.tar.bz2

New:
----
  gnome-keyring-3.2.0.tar.bz2
  gnome-keyring-remove-xfce-lxde-autostart.patch

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

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.ad82Bh/_old  2011-10-02 10:05:59.000000000 +0200
+++ /var/tmp/diff_new_pack.ad82Bh/_new  2011-10-02 10:05:59.000000000 +0200
@@ -19,14 +19,16 @@
 
 
 Name:           gnome-keyring
-Version:        3.1.91
+Version:        3.2.0
 Release:        1
 Url:            http://www.gnome.org/
 Group:          System/GUI/GNOME
 License:        GPLv2+ ; LGPLv2.1+
-Summary:        GNOME Keyring Password Manager
-Source:         
http://download.gnome.org/sources/gnome-keyring/3.1/%{name}-%{version}.tar.bz2
+Summary:        GNOME Keyring
+Source:         
http://download.gnome.org/sources/gnome-keyring/3.2/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM gnome-keyring-remove-xfce-lxde-autostart.patch bnc#710038 
bgo#660240 [email protected] -- Do not start the gnome-keyring daemon for LXDE 
or Xfce via XDG autostart, that only works with gnome-session
+Patch0:         gnome-keyring-remove-xfce-lxde-autostart.patch
 # PATCH-FEATURE-OPENSUSE gnome-keyring-check-session.patch [email protected] -- 
Only start gnome-keyring in the pam module if GNOME, Xfce or LXDE is started
 Patch4:         gnome-keyring-check-session.patch
 # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc466732 
bgo560488 [email protected] -- Make the pam module prompt the password in auth, 
so we can use pam-config. This is a workaround until bnc#477488 is implemented.
@@ -45,7 +47,7 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libtasn1)
-BuildRequires:  pkgconfig(p11-kit-1)
+BuildRequires:  pkgconfig(p11-kit-1) >= 0.6
 %if 0%{?BUILD_FROM_VCS}
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -139,7 +141,7 @@
 %package pam
 License:        GPLv2+ ; LGPLv2.1+
 Group:          System/GUI/GNOME
-Summary:        GNOME Keyring Password Manager - PAM module
+Summary:        GNOME Keyring - PAM module
 Requires:       %{name} = %{version}
 PreReq:         pam-config >= 0.72
 PreReq:         sed
@@ -162,6 +164,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 %patch4 -p1
 %patch5 -p1
 

++++++ gnome-keyring-3.1.91.tar.bz2 -> gnome-keyring-3.2.0.tar.bz2 ++++++
++++ 44349 lines of diff (skipped)

++++++ gnome-keyring-remove-xfce-lxde-autostart.patch ++++++
diff -ur gnome-keyring-3.1.92.orig/daemon/gnome-keyring-gpg.desktop.in 
gnome-keyring-3.1.92/daemon/gnome-keyring-gpg.desktop.in
--- gnome-keyring-3.1.92.orig/daemon/gnome-keyring-gpg.desktop.in       
2011-09-18 08:02:41.000000000 +0200
+++ gnome-keyring-3.1.92/daemon/gnome-keyring-gpg.desktop.in    2011-09-20 
14:15:52.367999997 +0200
@@ -3,7 +3,7 @@
 _Name=GPG Password Agent
 _Comment=GNOME Keyring: GPG Agent
 Exec= gnome-keyring-daemon --start --components=gpg
-OnlyShowIn=GNOME;LXDE;XFCE;Unity;
+OnlyShowIn=GNOME;Unity;
 X-GNOME-Autostart-Phase=Initialization
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff -ur gnome-keyring-3.1.92.orig/daemon/gnome-keyring-pkcs11.desktop.in 
gnome-keyring-3.1.92/daemon/gnome-keyring-pkcs11.desktop.in
--- gnome-keyring-3.1.92.orig/daemon/gnome-keyring-pkcs11.desktop.in    
2011-09-18 08:02:41.000000000 +0200
+++ gnome-keyring-3.1.92/daemon/gnome-keyring-pkcs11.desktop.in 2011-09-20 
14:16:03.778999963 +0200
@@ -3,7 +3,7 @@
 _Name=Certificate and Key Storage
 _Comment=GNOME Keyring: PKCS#11 Component
 Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11
-OnlyShowIn=GNOME;LXDE;XFCE;Unity;
+OnlyShowIn=GNOME;Unity;
 X-GNOME-Autostart-Phase=Initialization
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff -ur gnome-keyring-3.1.92.orig/daemon/gnome-keyring-secrets.desktop.in 
gnome-keyring-3.1.92/daemon/gnome-keyring-secrets.desktop.in
--- gnome-keyring-3.1.92.orig/daemon/gnome-keyring-secrets.desktop.in   
2011-09-18 08:02:41.000000000 +0200
+++ gnome-keyring-3.1.92/daemon/gnome-keyring-secrets.desktop.in        
2011-09-20 14:16:18.614999987 +0200
@@ -3,7 +3,7 @@
 _Name=Secret Storage Service
 _Comment=GNOME Keyring: Secret Service
 Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
-OnlyShowIn=GNOME;LXDE;XFCE;Unity;
+OnlyShowIn=GNOME;Unity;
 X-GNOME-Autostart-Phase=Initialization
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
diff -ur gnome-keyring-3.1.92.orig/daemon/gnome-keyring-ssh.desktop.in 
gnome-keyring-3.1.92/daemon/gnome-keyring-ssh.desktop.in
--- gnome-keyring-3.1.92.orig/daemon/gnome-keyring-ssh.desktop.in       
2011-09-18 08:02:41.000000000 +0200
+++ gnome-keyring-3.1.92/daemon/gnome-keyring-ssh.desktop.in    2011-09-20 
14:16:26.894999964 +0200
@@ -3,7 +3,7 @@
 _Name=SSH Key Agent
 _Comment=GNOME Keyring: SSH Agent
 Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh
-OnlyShowIn=GNOME;LXDE;XFCE;Unity;
+OnlyShowIn=GNOME;Unity;
 X-GNOME-Autostart-Phase=Initialization
 X-GNOME-AutoRestart=false
 X-GNOME-Autostart-Notify=true
continue with "q"...



Remember to have fun...

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

Reply via email to