- Added Ivan Gyurdiev's patch to move autosave files inside the .evolution

directory
This commit is contained in:
dmalcolm 2005-06-06 23:22:15 +00:00
parent 9f205f4743
commit f3ab76a690

View File

@ -28,7 +28,7 @@ ExcludeArch: ppc64
Name: evolution
Version: 2.2.2
Release: 7
Release: 8
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://www.ximian.com/
@ -55,6 +55,9 @@ 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
# Move autosave file
Patch107: evolution-2.2.2-move-autosave-file.patch
# not accepted, but proposed on a few occasions. fixes problems with
# some cyrus servers
#Patch200: evolution-1.4.5-imap-command-length.patch
@ -173,6 +176,7 @@ Development files needed for building things which link against evolution.
%patch104 -p1 -b .port-to-pilot-link-0.12
%patch105 -p1 -b .fix-new-mail-notify
%patch106 -p1 -b .commit-enter-on-calendar
%patch107 -p1 -b .move-autosave-file
#patch200 -p1 -b .commandlength
@ -338,6 +342,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/evolution/%{evo_major}/*.so
%changelog
* Mon Jun 6 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-8
- Added Ivan Gyurdiev's patch to move autosave files inside the .evolution
directory
* Thu May 26 2005 David Malcolm <dmalcolm@redhat.com> - 2.2.2-7
- Added Akira Tagoh's patch for calendar keypress handling (#154360)