From e97becb1152e9f446ee140b205c329cc9832c890 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 1 May 2017 15:49:59 +0000 Subject: [PATCH] Add request of thorsten Behrens OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=162 --- mutt.changes | 11 +++++++++++ mutt.spec | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/mutt.changes b/mutt.changes index 0e61389..dbc6aaf 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 30 23:32:51 UTC 2017 - thorsten.behrens@cib.de + +- Remove warning + +------------------------------------------------------------------- +Sun Apr 30 23:26:06 UTC 2017 - thorsten.behrens@cib.de + +- Make header cache work again, using TokyoCabinet as backend +- Remove now-obsolete configure parameters + ------------------------------------------------------------------- Sun Apr 30 05:03:43 UTC 2017 - bwiedemann@suse.com diff --git a/mutt.spec b/mutt.spec index 9d7788c..3ad147f 100644 --- a/mutt.spec +++ b/mutt.spec @@ -39,6 +39,7 @@ BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libidn-devel BuildRequires: libopenssl-devel +BuildRequires: libtokyocabinet-devel BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: lua-devel @@ -82,7 +83,7 @@ Summary: Mail Program License: GPL-2.0+ Group: Productivity/Networking/Email/Clients # ftp://ftp.mutt.org/mutt/devel/ -# Source0: https://bitbucket.org/mutt/mutt/downloads/%name-%version.tar.gz +# Source0: https://bitbucket.org/mutt/mutt/downloads/%%name-%%version.tar.gz # Switch over to neomutt tar ball which is based on original mutt # http://www.neomutt.org/ ### https://github.com/neomutt/neomutt/archive/neomutt-20170421.tar.gz @@ -223,14 +224,13 @@ chmod 755 $KRB5CFGPATH %if 0%{?is_opensuse} --enable-notmuch \ %endif - --enable-hcache \ --disable-external-dotlock \ + --with-tokyocabinet \ --with-ssl=%{_prefix} \ --with-sasl=%{_prefix} \ --with-gss=%{_prefix} \ --with-gnutls=%{_prefix} \ --with-curses=%{_prefix} \ - --with-regex \ --enable-smtp \ --enable-lua \ --enable-nntp \