diff --git a/mutt.changes b/mutt.changes index dbc6aaf..f57fca7 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 1 16:06:58 UTC 2017 - werner@suse.de + +- Switch form TokyoCabinet over to KyotoCabinet + ------------------------------------------------------------------- Sun Apr 30 23:32:51 UTC 2017 - thorsten.behrens@cib.de diff --git a/mutt.spec b/mutt.spec index 3ad147f..ce68dea 100644 --- a/mutt.spec +++ b/mutt.spec @@ -38,8 +38,8 @@ BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libidn-devel +BuildRequires: libkyotocabinet-devel BuildRequires: libopenssl-devel -BuildRequires: libtokyocabinet-devel BuildRequires: libxml2 BuildRequires: libxslt BuildRequires: lua-devel @@ -225,7 +225,7 @@ chmod 755 $KRB5CFGPATH --enable-notmuch \ %endif --disable-external-dotlock \ - --with-tokyocabinet \ + --with-kyotocabinet \ --with-ssl=%{_prefix} \ --with-sasl=%{_prefix} \ --with-gss=%{_prefix} \