diff --git a/.gitignore b/.gitignore index f9fabd0..b4dc46f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /neomutt-20230322.tar.gz /neomutt-20230407.tar.gz /neomutt-20230512.tar.gz +/neomutt-20230517.tar.gz diff --git a/neomutt.spec b/neomutt.spec index 0e130de..89f4c98 100644 --- a/neomutt.spec +++ b/neomutt.spec @@ -1,6 +1,6 @@ Summary: Text mode Mail Client Name: neomutt -Version: 20230512 +Version: 20230517 Release: 1%{?dist} Epoch: 6 Url: https://neomutt.org/ @@ -15,11 +15,12 @@ Source: https://github.com/neomutt/neomutt/archive/%{version}/%{name}-%{version} Source1: fedora-colors.rc # Use system certificate bundle -Patch1: neomutt-system_certs.patch +Patch0: neomutt-system_certs.patch # Use system ciphers (@SYSTEM) -Patch2: neomutt-ssl_ciphers.patch +Patch1: neomutt-ssl_ciphers.patch -Requires: mailcap, urlview +Requires: mailcap +Recommends: urlview # Build NeoMutt BuildRequires: cyrus-sasl-devel, gcc, gettext, gettext-devel, gnutls-devel @@ -39,8 +40,8 @@ messages. %prep %setup -q -n %{name}-%{version} -%patch 1 -p1 -b .system_certs -%patch 2 -p1 -b .ssl_ciphers +%patch -P 0 -p1 -b .system_certs +%patch -P 1 -p1 -b .ssl_ciphers %build %{configure} \ @@ -77,6 +78,45 @@ cat %{SOURCE1} >> %{buildroot}%{_sysconfdir}/neomuttrc %{_datadir}/neomutt %changelog +* Wed May 17 2023 Richard Russon - 20230517-1 +- Features + - #3699 - Support 24bit colors, aka truecolor + - #3738 - Show complete MIME structure in attachments + - #3842 - Allow percentages to be localized +- Bug Fixes + - #3813 - Fix crash in op_browser_subscribe + - #3844 - Select the first email when coming from an empty limit + - #3848 - Fix counting new mails in maildir + - #3759 - bind: fix incorrect conflict report + - #3781 - index: only refresh the menu on non-focus window changes + - #3856 - tunnel: fix reconnection with `ssl_force=true` + - #3860 - maildir: stop parsing headers at the end of the headers section + - #3864 - Fix handling of bright colours + - Fix sorting of labels +- Translations + - 100% Serbian + - 100% Turkish + - 100% Lithuanian + - 100% Hungarian + - 100% German + - 99% Norwegian (Bokmål) + - 99% Slovak + - 99% Portuguese (Brazil) + - 99% Czech + - 95% French +- Build + - #3798 - Build with libidn2 by default, remove support for libidn1 +- Code + - config: dynamically create/delete variables + - config: unify handling of NeoMutt and user (my_) variables + - config: cache config variables used often + - speed: various speedups in parsing emails + - cleanups: lots of code cleanups + - Huge refactoring towards a separation of Mailbox/MailboxView + +* Fri May 12 2023 Richard Russon - 20230512-1 +- BROKEN - Please use 2023-05-17 instead + * Fri Apr 07 2023 Richard Russon - 20230407-1 - Features - imap : support IMAP4 ID extension (RFC2971) diff --git a/sources b/sources index bbb34b6..a5f8ef6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (neomutt-20230512.tar.gz) = 0d853a9913e721709f2b457852c12584addc71709f2345a8dabd3084ecee1e7b52652c6159a9b96a0455a64c0a291ecc1fd801f6c1fc095e5c57b757b9929127 +SHA512 (neomutt-20230517.tar.gz) = 6314c63f1a324c9d45bc06fe1ab73b86a1f11467d6cf5105f72f55029fe8bc035b4a2833e6c8958e749fe109b5f8e68b53ff7821185b7a4480468ddce5c267f3