Add request of thorsten Behrens
OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=162
This commit is contained in:
parent
753e11f10f
commit
e97becb115
11
mutt.changes
11
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
|
Sun Apr 30 05:03:43 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ BuildRequires: libgnutls-devel
|
|||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libtokyocabinet-devel
|
||||||
BuildRequires: libxml2
|
BuildRequires: libxml2
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
@ -82,7 +83,7 @@ Summary: Mail Program
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
# ftp://ftp.mutt.org/mutt/devel/
|
# 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
|
# Switch over to neomutt tar ball which is based on original mutt
|
||||||
# http://www.neomutt.org/
|
# http://www.neomutt.org/
|
||||||
### https://github.com/neomutt/neomutt/archive/neomutt-20170421.tar.gz
|
### https://github.com/neomutt/neomutt/archive/neomutt-20170421.tar.gz
|
||||||
@ -223,14 +224,13 @@ chmod 755 $KRB5CFGPATH
|
|||||||
%if 0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
--enable-notmuch \
|
--enable-notmuch \
|
||||||
%endif
|
%endif
|
||||||
--enable-hcache \
|
|
||||||
--disable-external-dotlock \
|
--disable-external-dotlock \
|
||||||
|
--with-tokyocabinet \
|
||||||
--with-ssl=%{_prefix} \
|
--with-ssl=%{_prefix} \
|
||||||
--with-sasl=%{_prefix} \
|
--with-sasl=%{_prefix} \
|
||||||
--with-gss=%{_prefix} \
|
--with-gss=%{_prefix} \
|
||||||
--with-gnutls=%{_prefix} \
|
--with-gnutls=%{_prefix} \
|
||||||
--with-curses=%{_prefix} \
|
--with-curses=%{_prefix} \
|
||||||
--with-regex \
|
|
||||||
--enable-smtp \
|
--enable-smtp \
|
||||||
--enable-lua \
|
--enable-lua \
|
||||||
--enable-nntp \
|
--enable-nntp \
|
||||||
|
Loading…
Reference in New Issue
Block a user