diff --git a/neomutt-20171215.tar.gz b/neomutt-20171215.tar.gz deleted file mode 100644 index cf94f0f..0000000 --- a/neomutt-20171215.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb76e99a9f23715ad772ad8f7008c6e2db05eed344817055176c76dbd60c1b5 -size 2680191 diff --git a/neomutt-20180223.tar.gz b/neomutt-20180223.tar.gz new file mode 100644 index 0000000..c56ada3 --- /dev/null +++ b/neomutt-20180223.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ba010017cf7db6bb5ac3e2116d6defad56d34be0dceea9d70a66d8510927bb +size 2695087 diff --git a/neomutt.changes b/neomutt.changes index 993518e..2b631fb 100644 --- a/neomutt.changes +++ b/neomutt.changes @@ -1,3 +1,64 @@ +------------------------------------------------------------------- +Fri Feb 23 00:00:00 CET 2018 - dsterba@suse.cz + +- update to 20180223 + * Features + - browser: `` function bound to "p" + - editor: `` function bound to "Ctrl-r" + - Cygwin support: https://www.neomutt.org/distro/cygwin + - OpenSUSE support: https://www.neomutt.org/distro/suse + - Upstream Homebrew support: Very soon - https://www.neomutt.org/distro/homebrew + * Bug Fixes + - gmail server-size search + - nested-if: correctly handle "<" and ">" with %? + - display of special chars + - lua: enable myvars + - for pgpewrap in default gpg.rc + - reply_regexp which wasn't formatted correctly. + - parsing of urls containing '?' + - out-of-bounds read in mutt_str_lws_len + * Translations + - Review fuzzy lt translations + - Updated French translation + * Website + - Installation guide for Cygwin + - Installation guide for OpenSUSE + - Installation guide for CRUX + * Build + - check that DTDs are installed + - autosetup improvements + - option for which version of bdb to use + - drop test for resizeterm -- it's always present + * Code + - split if's containing assignments + - doxygen: add/improve comments + - rename functions / parameters for consistency + - add missing {}s for clarity + - move functions to library + - reduce scope of variables + - boolify more variables + - iwyu: remove unnecessary headers + - name unicode chars + - tailq: migrate parameter api + - md5: refactor and tidy + - rfc2047: refactor and tidy + - buffer: improvements + - create unit test framework + - fix several coverity defects + * Upstream + - Fix s/mime certificate deletion bug + - Disable message security if the backend is not available + - Fix improper signed int conversion of IMAP uid and msn values + - Change imap literal counts to parse and store unsigned ints + - Fix imap status count range check + - cmd_handle_fatal: make error message a bit more descriptive + - Create pgp and s/mime default and sign_as key vars + - Add missing setup calls when resuming encrypted drafts + - mutt_pretty_size: show real number for small files + - examine_directory: set directory/symlink size to zero + - Add history-search function, bound to ctrl-r + - Avoid a potential integer overflow if a Content-Length value is huge + ------------------------------------------------------------------- Fri Dec 29 00:00:00 CET 2017 - dsterba@suse.cz diff --git a/neomutt.spec b/neomutt.spec index e493688..47f6e3a 100644 --- a/neomutt.spec +++ b/neomutt.spec @@ -1,7 +1,7 @@ # # spec file for package neomutt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: neomutt -Version: 20171215 +Version: 20180223 Release: 0 Summary: A command line mail reader based on Mutt License: GPL-2.0+ Group: Productivity/Networking/Email/Clients -URL: https://www.neomutt.org +Url: https://www.neomutt.org Source: https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake