Hello community,

here is the log from the commit of package neomutt for openSUSE:Leap:15.2 
checked in at 2020-05-28 20:11:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/neomutt (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.neomutt.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neomutt"

Thu May 28 20:11:54 2020 rev:24 rq:809982 version:20200501

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/neomutt/neomutt.changes        2020-01-15 
15:33:08.670848113 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.neomutt.new.3606/neomutt.changes      
2020-05-28 20:11:57.271320174 +0200
@@ -1,0 +2,277 @@
+Fri May 22 07:00:32 UTC 2020 - Kai Liu <[email protected]>
+
+- Update to 20200501:
+  * Bug Fixes
+    - Make sure buffers are initialized on error
+    - fix(sidebar): use abbreviated path if possible
+  * Translations
+    - 100% Lithuanian
+  * Docs
+    - make header cache config more explicit
+
+- Changes from 20200424:
+  * Bug Fixes
+    - Fix history corruption
+    - Handle pretty much anything in a URL query part
+    - Correctly parse escaped characters in header phrases
+    - Fix crash reading received header
+    - Fix sidebar indentation
+    - Avoid crashing on failure to parse an IMAP mailbox
+    - Maildir: handle deleted emails correctly
+    - Ensure OP_NULL is always first
+  * Translations
+    - 100% Czech
+  * Build
+    - cirrus: enable pcre2, make pkgconf a special case
+    - Fix finding pcre2 w/o pkgconf
+    - build: tdb.h needs size_t, bring it in with stddef.h
+
+- Changes from 20200417:
+  * Features
+    - Fluid layout for Compose Screen, see: vimeo.com/407231157
+    - Trivial Database (TDB) header cache backend
+    - RocksDB header cache backend
+    - Add <sidebar-first> and <sidebar-last> functions
+  * Bug Fixes
+    - add error for CLI empty emails
+    - Allow spaces and square brackets in paths
+    - browser: fix hidden mailboxes
+    - fix initial email display
+    - notmuch: fix time window search.
+    - fix resize bugs
+    - notmuch: fix entire-thread: update current email pointer
+    - sidebar: support indenting and shortening of names
+    - Handle variables inside backticks in sidebar_whitelist
+    - browser: fix mask regex error reporting
+  * Translations
+    - 100% Lithuanian
+    - 99% Chinese (simplified)
+  * Build
+    - Use regexes for common parsing tasks: urls, dates
+    - Add configure option --pcre2 -- Enable PCRE2 regular expressions
+    - Add configure option --tdb -- Use TDB for the header cache
+    - Add configure option --rocksdb -- Use RocksDB for the header cache
+    - Create libstore (key/value backends)
+    - Update to latest autosetup
+    - Update to latest acutest.h
+    - Rename doc/ directory to docs/
+    - make: fix location of .Po dependency files
+    - Change libcompress to be more universal
+    - Fix test fails on х32
+    - fix uidvalidity to unsigned 32-bit int
+  * Code
+    - Increase test coverage
+    - Fix memory leaks
+    - Fix null checks
+  * Upstream
+    - Buffer refactoring
+    - Fix use-after-free in mutt_str_replace()
+    - Clarify PGP Pseudo-header S<id> duration
+    - Try to respect MUTT_QUIET for IMAP contexts too
+    - Limit recurse depth when parsing mime messages
+
+-------------------------------------------------------------------
+Fri Mar 20 13:56:02 UTC 2020 - Martin Rey <[email protected]>
+
+- Update to 20200320:
+  * Bug Fixes
+    - Fix COLUMNS env var
+    - Fix sync after delete
+    - Fix crash in notmuch
+    - Fix sidebar indent
+    - Fix emptying trash
+    - Fix command line sending
+    - Fix reading large address lists
+    - Resolve symlinks only when necessary
+  * Translations
+    - lithuania 100% Lithuanian
+    - es 96% Spanish
+  * Docs
+    - Include OpenSSL/LibreSSL/GnuTLS version in neomutt -v output
+    - Fix case of GPGME and SQLite
+  * Build
+    - Create libcompress (lz4, zlib, zstd)
+    - Create libhistory
+    - Create libbcache
+    - Move zstrm to libconn
+  * Code
+    - Add more test coverage
+    - Rename magic to type
+    - Use mutt_file_fopen() on config variables
+    - Change commands to use intptr_t for data
+
+-------------------------------------------------------------------
+Fri Mar 13 19:01:50 UTC 2020 - Martin Rey <[email protected]>
+
+- Update to 20200313:
+  * Window layout
+    - Sidebar is only visible when it's usable.
+  * Features
+    - UI: add number of old messages to sidebar_format
+    - UI: support ISO 8601 calendar date
+    - UI: fix commands that don’t need to have a non-empty mailbox
+      to be valid
+    - PGP: inform about successful decryption of inline PGP
+      messages
+    - PGP: try to infer the signing key from the From address
+    - PGP: enable GPGMe by default
+    - Notmuch: use query as name for vfolder-from-query
+    - IMAP: add network traffic compression
+      (COMPRESS=DEFLATE, RFC4978)
+    - Header cache: add support for generic header cache
+      compression
+  * Bug Fixes
+    - Fix uncollapse_jump
+    - Only try to perform entire-thread on maildir/mh mailboxes
+    - Fix crash in pager
+    - Avoid logging single new lines at the end of header fields
+    - Fix listing mailboxes
+    - Do not recurse a non-threaded message
+    - Fix initial window order
+    - Fix leaks on IMAP error paths
+    - Notmuch: compose(attach-message): support notmuch backend
+    - Fix IMAP flag comparison code
+    - Fix $move for IMAP mailboxes
+    - Maildir: maildir_mbox_check_stats should only update mailbox
+      stats if requested
+    - Fix unmailboxes for virtual mailboxes
+    - Maildir: sanitize filename before hashing
+    - OAuth: if 'login' name isn't available use 'user'
+    - Add error message on failed encryption
+    - Fix a bunch of crashes
+    - Force C locale for email date
+    - Abort if run without a terminal
+  * Changed Config
+    - $crypt_use_gpgme - Now defaults to 'yes' (enabled)
+    - $abort_backspace - Hitting backspace against an empty prompt
+      aborts the prompt
+    - $abort_key - String representation of key to abort prompts
+    - $arrow_string - Use an custom string for arrow_cursor
+    - $crypt_opportunistic_encrypt_strong_keys - Enable encryption
+      only when strong a key is available
+    - $header_cache_compress_dictionary - Filepath to dictionary
+      for zstd compression
+    - $header_cache_compress_level - Level of compression for
+      method
+    - $header_cache_compress_method - Enable generic hcache
+      database compression
+    - $imap_deflate - Compress network traffic
+    - $smtp_user - Username for the SMTP server
+  * Translations
+    - 100% Lithuanian
+    - 81% Spanish
+    - 78% Russian
+  * Build
+    - Add libdebug
+    - Rename public headers to lib.h
+    - Create libcompress for compressed folders code
+  * Code
+    - Refactor Windows and Dialogs
+    - Lots of code tidying
+    - Refactor: mutt_addrlist_{search,write}
+    - Lots of improvements to the Config code
+    - Use Buffers more pervasively
+    - Unify API function naming
+    - Rename library shared headers
+    - Refactor libconn gui dependencies
+    - Refactor: init.[ch]
+    - Refactor config to use subsets
+    - Config: add path type
+    - Remove backend deps from the connection code
+  * Upstream
+    - Allow ~b ~B ~h patterns in send2-hook
+    - Rename smime oppenc mode parameter to get_keys_by_addr()
+    - Add $crypt_opportunistic_encrypt_strong_keys config var
+    - Fix crash when polling a closed ssl connection
+    - Turn off auto-clear outside of autocrypt initialization
+    - Add protected-headers="v1" to Content-Type when protecting
+      headers
+    - Fix segv in IMAP postponed menu caused by reopen_allow
+    - Adding ISO 8601 calendar date
+    - Fix $fcc_attach to not prompt in batch mode
+    - Convert remaining mutt_encode_path() call to use struct
+      Buffer
+    - Fix rendering of replacement_char when Charset_is_utf8
+    - Update to latest acutest.h
+
+-------------------------------------------------------------------
++++ 80 more lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/neomutt/neomutt.changes
++++ and /work/SRC/openSUSE:Leap:15.2/.neomutt.new.3606/neomutt.changes

Old:
----
  neomutt-20180716.tar.gz

New:
----
  20200501.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neomutt.spec ++++++
--- /var/tmp/diff_new_pack.qBMtKC/_old  2020-05-28 20:11:57.583321103 +0200
+++ /var/tmp/diff_new_pack.qBMtKC/_new  2020-05-28 20:11:57.587321115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package neomutt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           neomutt
-Version:        20180716
+Version:        20200501
 Release:        0
 Summary:        A command line mail reader (or MUA), a fork of Mutt with added 
features
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Clients
-Url:            https://neomutt.org
-Source:         
https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz
+URL:            https://neomutt.org
+Source:         https://github.com/neomutt/neomutt/archive/%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cyrus-sasl-devel
@@ -68,7 +68,7 @@
 %lang_package macro
 
 %prep
-%setup -q -n neomutt-%{name}-%{version}
+%setup -q
 
 %build
 export CFLAGS="%{optflags}"
@@ -95,7 +95,6 @@
 
 %files
 %config(noreplace) %{_sysconfdir}/neomuttrc
-%license %{_docdir}/neomutt/COPYRIGHT.md
 %license %{_docdir}/neomutt/LICENSE.md
 %{_bindir}/neomutt
 %{_mandir}/man1/neomutt.1%{?ext_man}
@@ -129,6 +128,7 @@
 %dir %doc %{_docdir}/%{name}/logo/
 %doc %{_docdir}/%{name}/logo/neomutt*
 %dir %doc %{_docdir}/%{name}/samples/
+%doc %{_docdir}/%{name}/samples/*.pl
 %doc %{_docdir}/%{name}/samples/*.rc
 %doc %{_docdir}/%{name}/samples/colors.*
 %doc %{_docdir}/%{name}/samples/sample.*

++++++ neomutt-20180716.tar.gz -> 20200501.tar.gz ++++++
++++ 631574 lines of diff (skipped)


Reply via email to