- added patch from upstream for bug XB-73192, fixing missing "Mark as
Read/Unread" context menu items
This commit is contained in:
parent
e2cb47e28c
commit
f63e57ff02
@ -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 <dmalcolm@redhat.com> - 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 <dmalcolm@redhat.com> - 2.2.0-2
|
||||
- actually add source tarball this time
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user