diff --git a/.cvsignore b/.cvsignore index ea27d79..9d9c55c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gnome-keyring-2.20.1.tar.bz2 +gnome-keyring-2.20.2.tar.bz2 diff --git a/gnome-keyring-0.5.2-null-fix.patch b/gnome-keyring-0.5.2-null-fix.patch deleted file mode 100644 index c9b2c7d..0000000 --- a/gnome-keyring-0.5.2-null-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-keyring-0.5.2/gnome-keyring.c.nullfix 2006-08-23 16:31:47.000000000 -0400 -+++ gnome-keyring-0.5.2/gnome-keyring.c 2006-08-23 16:32:25.000000000 -0400 -@@ -2483,7 +2483,7 @@ - GnomeKeyringResult result; - GList *found; - -- out_list = NULL; -+ *out_list = NULL; - attributes = make_attribute_list_for_network_password (user, - domain, - server, diff --git a/gnome-keyring.spec b/gnome-keyring.spec index a6264e5..4a374fa 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -2,8 +2,8 @@ Summary: A framework for managing user passwords and other secrets Name: gnome-keyring -Version: 2.20.1 -Release: 4%{?dist} +Version: 2.20.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/gnome-keyring/2.20/gnome-keyring-%{version}.tar.bz2 @@ -111,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Nov 26 2007 Matthias Clasen - 2.20.2-1 +- Update to 2.20.2 + * Sun Nov 11 2007 Matthias Clasen - 2.20.1-4 - Don't ship a .la file (#370531) diff --git a/init-ret.patch b/init-ret.patch deleted file mode 100644 index 0606940..0000000 --- a/init-ret.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up gnome-keyring-2.19.6/daemon/gnome-keyring-daemon-ops.c.init-retval gnome-keyring-2.19.6/daemon/gnome-keyring-daemon-ops.c ---- gnome-keyring-2.19.6/daemon/gnome-keyring-daemon-ops.c.init-retval 2007-07-30 13:26:41.000000000 -0400 -+++ gnome-keyring-2.19.6/daemon/gnome-keyring-daemon-ops.c 2007-07-30 13:27:12.000000000 -0400 -@@ -1495,7 +1495,7 @@ op_get_item_info (GkrBuffer *packet, Gkr - GkrKeyringItem *item; - GnomeKeyringOpCode opcode; - guint32 item_id, flags; -- gboolean ret; -+ gboolean ret = TRUE; - GnomeKeyringResult res; - - if (!gnome_keyring_proto_decode_get_item_info (packet, &opcode, &keyring_name, diff --git a/pam.patch b/pam.patch deleted file mode 100644 index 8e4fca2..0000000 --- a/pam.patch +++ /dev/null @@ -1,37 +0,0 @@ -diff -up gnome-keyring-2.19.6.1/configure.in.pam gnome-keyring-2.19.6.1/configure.in ---- gnome-keyring-2.19.6.1/configure.in.pam 2007-07-30 13:41:08.000000000 -0400 -+++ gnome-keyring-2.19.6.1/configure.in 2007-07-30 20:15:38.000000000 -0400 -@@ -231,25 +231,20 @@ AC_ARG_ENABLE(pam, - AC_HELP_STRING([--disable-pam], - [Build GNOME keyring PAM helper])) - -+ - if test "$enable_pam" != "no"; then - AC_CHECK_HEADER(security/pam_modules.h, have_pam=yes, have_pam=no) - if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then - AC_MSG_ERROR(The PAM headers are missing) - fi -- -- case "$host" in -- *-redhat-linux-gnu) -- PAM_DEST_DIR="/lib/security" -- ;; -- *-*-linux*) -- PAM_DEST_DIR="\$(prefix)/../lib/security" -- ;; -- *) -- PAM_DEST_DIR="/usr/lib" -- ;; -- esac -- AC_SUBST(PAM_DEST_DIR) - fi -+ -+AC_ARG_WITH([pam-dir], -+ [AC_HELP_STRING([--with-pam-dir=DIR], -+ [directory to install pam modules in])], -+ [], [with_pam_dir="/usr/lib"]) -+PAM_DEST_DIR="$with_pam_dir" -+AC_SUBST(PAM_DEST_DIR) - - AM_CONDITIONAL(WITH_PAM, test "$have_pam" = "yes") - diff --git a/sources b/sources index 5aa92ff..c194823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16eb73c4a23db11ee8f20a731cf2a92b gnome-keyring-2.20.1.tar.bz2 +0a868f7f661a0ca8fecaf3c55931f489 gnome-keyring-2.20.2.tar.bz2