From be21305d3c12b9d282bdcbf3fad06482a40d82a9 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 23 May 2016 13:57:44 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=127 --- mutt.changes | 2 ++ mutt.spec | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/mutt.changes b/mutt.changes index d7d457c..d6622c4 100644 --- a/mutt.changes +++ b/mutt.changes @@ -2,6 +2,8 @@ Fri May 20 15:14:52 UTC 2016 - werner@suse.de - Enable some of the new patches like sidebar (boo#980830) +- Add patch COLS-workaround.dif which should become removed once + the sidebar patch does not modify COLS anymore ------------------------------------------------------------------- Thu May 12 13:50:14 UTC 2016 - werner@suse.de diff --git a/mutt.spec b/mutt.spec index 04b54b7..5c79a0b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -43,7 +43,9 @@ BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: lynx BuildRequires: ncurses-devel +%if 0%{?is_opensuse} BuildRequires: notmuch-devel +%endif BuildRequires: postfix BuildRequires: sgml-skel BuildRequires: update-desktop-files @@ -205,7 +207,9 @@ chmod 755 $KRB5CFGPATH --enable-mailtool \ --enable-compressed \ --enable-sidebar \ +%if 0%{?is_opensuse} --enable-notmuch \ +%endif --enable-hcache \ --disable-external-dotlock \ --with-ssl=%{_prefix} \