From f63e57ff02b0e36d75d17e47e8372281ea5948cc Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Wed, 9 Mar 2005 16:39:44 +0000 Subject: [PATCH] - added patch from upstream for bug XB-73192, fixing missing "Mark as Read/Unread" context menu items --- evolution.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index 23af472..a90d2e2 100644 --- a/evolution.spec +++ b/evolution.spec @@ -29,7 +29,7 @@ ExcludeArch: ppc64 Name: evolution Version: 2.2.0 -Release: 2 +Release: 3 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://www.ximian.com/ @@ -49,6 +49,9 @@ Patch98: evolution-1.4.4-ldap-x86_64-hack.patch Patch100: evo-addressbook-print-with-pango-2.patch Patch101: evo-calendar-print-with-pango-4.patch +# patch from upstream: +Patch102: evolution-2.2.0-XB73192.patch + # not accepted, but proposed on a few occasions. fixes problems with # some cyrus servers #Patch200: evolution-1.4.5-imap-command-length.patch @@ -169,6 +172,11 @@ Development files needed for building things which link against evolution. %patch100 -p0 -b .addressbook-print-with-pango %patch101 -p0 -b .calendar-print-with-pango +# patch from upstream: +cd mail +%patch102 -p0 -b .XB-73912 +cd .. + #patch200 -p1 -b .commandlength #patch500 -p0 -b .wombatsm @@ -327,6 +335,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/evolution/%{evo_major}/*/*.a %changelog +* Wed Mar 9 2005 David Malcolm - 2.2.0-3 +- added patch from upstream for bug XB-73192, fixing missing "Mark as Read/Unread" context menu items + * Tue Mar 8 2005 David Malcolm - 2.2.0-2 - actually add source tarball this time