- Update to 2.91.2

This commit is contained in:
Tomas Bzatek 2010-11-09 11:54:22 +01:00
parent 8d2985282f
commit 2a878ea3ed
4 changed files with 7 additions and 15 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <tbzatek@redhat.com> - 2.91.2-1
- Update to 2.91.2
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
- Rebuild against newer gtk3

View File

@ -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

View File

@ -1 +1 @@
1bcd79f0aab7e4c6cf5243895bbd0d7f gnome-keyring-2.91.1.tar.bz2
80718c9a0406ffc8ed3d98365ac316d7 gnome-keyring-2.91.2.tar.bz2