From f3ab76a690900ba6a0020ca73bd28aef9e37d0aa Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Mon, 6 Jun 2005 23:22:15 +0000 Subject: [PATCH] - Added Ivan Gyurdiev's patch to move autosave files inside the .evolution directory --- evolution.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/evolution.spec b/evolution.spec index c8a7c43..ad3933b 100644 --- a/evolution.spec +++ b/evolution.spec @@ -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 - 2.2.2-8 +- Added Ivan Gyurdiev's patch to move autosave files inside the .evolution + directory + * Thu May 26 2005 David Malcolm - 2.2.2-7 - Added Akira Tagoh's patch for calendar keypress handling (#154360)