From fd63f20d52b68c87f4397a6ed0ea6ff8e4a87bbc Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 19 Mar 2007 13:41:20 +0000 Subject: [PATCH] - fix building --- mutt-1.5.14-checkmboxsize.patch | 14 -------------- mutt.spec | 5 ++++- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/mutt-1.5.14-checkmboxsize.patch b/mutt-1.5.14-checkmboxsize.patch index 8d837c0..a64bfa8 100644 --- a/mutt-1.5.14-checkmboxsize.patch +++ b/mutt-1.5.14-checkmboxsize.patch @@ -154,20 +154,6 @@ } mutt_clear_error (); ---- mutt-1.5.14/configure.in.checkmboxsize 2006-09-01 09:00:18.000000000 +0200 -+++ mutt-1.5.14/configure.in 2007-03-13 16:22:15.000000000 +0100 -@@ -786,11 +786,6 @@ - incorrectly cache the attributes of small files.]) - fi]) - --AC_ARG_ENABLE(buffy-size, AC_HELP_STRING([--enable-buffy-size], [Use file size attribute instead of access time]), -- [if test x$enableval = xyes; then -- AC_DEFINE(BUFFY_SIZE,1,[ Define to enable the "buffy_size" feature. ]) -- fi]) -- - AC_ARG_ENABLE(mailtool, AC_HELP_STRING([--enable-mailtool], [Enable Sun mailtool attachments support]), - [if test x$enableval = xyes; then - AC_DEFINE(SUN_ATTACHMENT,1,[ Define to enable Sun mailtool attachments support. ]) --- mutt-1.5.14/mx.c.checkmboxsize 2006-08-16 19:21:06.000000000 +0200 +++ mutt-1.5.14/mx.c 2007-03-13 16:22:15.000000000 +0100 @@ -38,9 +38,7 @@ diff --git a/mutt.spec b/mutt.spec index 7845b65..3cd3a6a 100644 --- a/mutt.spec +++ b/mutt.spec @@ -1,7 +1,7 @@ Summary: A text mode mail user agent Name: mutt Version: 1.5.14 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 5 License: GPL Group: Applications/Internet @@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/muttrc.* %changelog +* Mon Mar 19 2007 Miroslav Lichvar 5:1.5.14-3 +- fix building + * Mon Mar 19 2007 Miroslav Lichvar 5:1.5.14-2 - add check_mbox_size configuration variable; if enabled, file size is used instead of access time when checking for new mail