diff --git a/.gitignore b/.gitignore index f2cb127..31286a7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ gnome-keyring-2.31.4.tar.bz2 /gnome-keyring-2.32.0.tar.bz2 /gnome-keyring-2.91.0.tar.bz2 /gnome-keyring-2.91.1.tar.bz2 +/gnome-keyring-2.91.2.tar.bz2 diff --git a/gnome-keyring.spec b/gnome-keyring.spec index d59512f..2c48bba 100644 --- a/gnome-keyring.spec +++ b/gnome-keyring.spec @@ -6,8 +6,8 @@ Summary: Framework for managing passwords and other secrets Name: gnome-keyring -Version: 2.91.1 -Release: 2%{?dist} +Version: 2.91.2 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries #VCS: git:git://git.gnome.org/gnome-keyring @@ -146,6 +146,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas %changelog +* Tue Nov 9 2010 Tomas Bzatek - 2.91.2-1 +- Update to 2.91.2 + * Mon Nov 1 2010 Matthias Clasen - 2.91.1-2 - Rebuild against newer gtk3 diff --git a/pam-headers.patch b/pam-headers.patch deleted file mode 100644 index 3d9f3ff..0000000 --- a/pam-headers.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up gnome-keyring-2.31.91/configure.in.pam-headers gnome-keyring-2.31.91/configure.in ---- gnome-keyring-2.31.91/configure.in.pam-headers 2010-08-31 19:23:16.091743002 -0400 -+++ gnome-keyring-2.31.91/configure.in 2010-08-31 19:23:44.418743001 -0400 -@@ -251,7 +251,7 @@ AC_ARG_ENABLE(pam, - - pam_status="no" - if test "$enable_pam" != "no"; then -- AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, have_pam=yes, have_pam=no) -+ AC_CHECK_HEADERS(security/pam_modules.h pam/pam_modules.h, [have_pam=yes; break], have_pam=no) - if test "$enable_pam" = "yes" -a "$have_pam" = "no"; then - AC_MSG_ERROR(The PAM headers are missing) - elif test "$have_pam" = "yes"; then diff --git a/sources b/sources index 8dc6c8e..a7301bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1bcd79f0aab7e4c6cf5243895bbd0d7f gnome-keyring-2.91.1.tar.bz2 +80718c9a0406ffc8ed3d98365ac316d7 gnome-keyring-2.91.2.tar.bz2