- Added Akira Tagoh's patch for calendar keypress handling (#154360)

This commit is contained in:
dmalcolm 2005-05-26 05:49:00 +00:00
parent 57d8e20542
commit 9f205f4743

View File

@ -28,7 +28,7 @@ ExcludeArch: ppc64
Name: evolution Name: evolution
Version: 2.2.2 Version: 2.2.2
Release: 6 Release: 7
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/ URL: http://www.ximian.com/
@ -52,6 +52,9 @@ Patch104: evolution-2.2.0-port-to-pilot-link-0.12.patch
Patch105: evolution-2.2.2-fix-new-mail-notify.patch Patch105: evolution-2.2.2-fix-new-mail-notify.patch
# Fix for RH bug #154360:
Patch106: evolution-2.2.2-commit-enter-on-calendar.patch
# not accepted, but proposed on a few occasions. fixes problems with # not accepted, but proposed on a few occasions. fixes problems with
# some cyrus servers # some cyrus servers
#Patch200: evolution-1.4.5-imap-command-length.patch #Patch200: evolution-1.4.5-imap-command-length.patch
@ -169,6 +172,7 @@ Development files needed for building things which link against evolution.
%patch104 -p1 -b .port-to-pilot-link-0.12 %patch104 -p1 -b .port-to-pilot-link-0.12
%patch105 -p1 -b .fix-new-mail-notify %patch105 -p1 -b .fix-new-mail-notify
%patch106 -p1 -b .commit-enter-on-calendar
#patch200 -p1 -b .commandlength #patch200 -p1 -b .commandlength
@ -334,6 +338,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so %{_libdir}/evolution/%{evo_major}/*.so
%changelog %changelog
* Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
- Added Akira Tagoh's patch for calendar keypress handling (#154360)
* Mon May 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-6 * Mon May 23 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-6
- Remove static versions of libraries - Remove static versions of libraries