From 7b8ca39822574394b53522b2215e5068ca4753e4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 27 Jun 2006 19:53:27 +0000 Subject: [PATCH] - Show GPG key name when asking for the password (Gnome.org #345965). --- evolution-data-server.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 340dcf6..921387b 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -21,7 +21,7 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 1.7.3 -Release: 2 +Release: 3 License: LGPL Group: System Environment/Libraries Source: %{name}-%{version}.tar.bz2 @@ -47,6 +47,9 @@ Patch201: gb-309079-attach-48377.patch Patch300: evolution-data-server-1.5.4-make_imap4_optional.patch +# Gnome.org #345965 - fixed upstream +Patch301: evolution-data-server-1.7.3-gpg-account-name.patch + BuildRoot: %{_tmppath}/%{name}-root Requires: libsoup >= %{soup_version} Requires: ORBit2 >= %{orbit2_version} @@ -128,6 +131,7 @@ evolution-data-server. %patch200 -p0 -b .fix-uid-leak %patch201 -p0 -b .fix-comp-ref-leak %patch300 -p1 -b .make_imap4_optional +%patch301 -p0 -b .gpg-account-name mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -324,6 +328,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 27 2006 Matthew Barnes - 1.7.3-3 +- Show GPG key name when asking for the password (Gnome.org #345965). + * Wed Jun 14 2006 Tomas Mraz - 1.7.3-2 - rebuilt with new gnutls