Accepting request 618956 from server:mail
- spec: move license files to the main package - update to 20180622 (forwarded request 618955 from dsterba) OBS-URL: https://build.opensuse.org/request/show/618956 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=6
This commit is contained in:
commit
7d074f8fbe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe573b9b6944c2d40d42e6ab62b711e9980da2d2bc36c533e0ba322fd9f3b851
|
||||
size 2758674
|
3
neomutt-20180622.tar.gz
Normal file
3
neomutt-20180622.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9289ef61668c4eee39a85fb593f4afcb520a90d7840609fd922444b05dedf399
|
||||
size 2769280
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 25 00:00:00 CEST 2018 - dsterba@suse.cz
|
||||
|
||||
- spec: move license files to the main package
|
||||
- update to 20180622
|
||||
* Features
|
||||
- Expand variables inside backticks
|
||||
- Honour SASL-IR IMAP capability in SASL PLAIN
|
||||
* Bug Fixes
|
||||
- Fix toggle-read
|
||||
- Do not truncate shell commands on ; or #
|
||||
- pager: index must be rebuilt on MUTT_REOPENED
|
||||
- Handle a BAD response in AUTH PLAIN w/o initial response
|
||||
- fcc_attach: Don't ask every time
|
||||
- Enlarge path buffers PATH_MAX (4096)
|
||||
- Move LSUB call from connection establishment to mailbox SELECTion
|
||||
* Translations
|
||||
- Update Chinese (Simplified): 100%
|
||||
- Update Czech: 100%
|
||||
- Update German: 100%
|
||||
- Update Lithuanian: 100%
|
||||
- Update Portuguese (Brazil): 100%
|
||||
- Update Slovak: 59%
|
||||
- Reduce duplication of messages
|
||||
* Code
|
||||
- Tidy up the mailbox API
|
||||
- Tidy up the header cache API
|
||||
- Tidy up the encryption API
|
||||
- Add doxygen docs for more functions
|
||||
- Refactor more structs to use STAILQ
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 00:00:00 CEST 2018 - dsterba@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: neomutt
|
||||
Version: 20180512
|
||||
Version: 20180622
|
||||
Release: 0
|
||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||
License: GPL-2.0-or-later
|
||||
@ -95,16 +95,16 @@ make %{?_smp_mflags}
|
||||
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/neomuttrc
|
||||
%license %{_docdir}/neomutt/COPYRIGHT.md
|
||||
%license %{_docdir}/neomutt/LICENSE.md
|
||||
%{_bindir}/neomutt
|
||||
%{_mandir}/man1/neomutt.1%{?ext_man}
|
||||
%{_mandir}/man5/neomuttrc.5%{?ext_man}
|
||||
%dir %{_prefix}/libexec
|
||||
%dir %{_prefix}/libexec/neomutt
|
||||
%{_prefix}/libexec/neomutt/pgpewrap
|
||||
%{_prefix}/libexec/neomutt/pgpring
|
||||
%{_prefix}/libexec/neomutt/smime_keys
|
||||
%{_mandir}/man1/pgpewrap_neomutt.1%{?ext_man}
|
||||
%{_mandir}/man1/pgpring_neomutt.1%{?ext_man}
|
||||
%{_mandir}/man1/smime_keys_neomutt.1%{?ext_man}
|
||||
%{_mandir}/man5/mbox_neomutt.5%{?ext_man}
|
||||
%{_mandir}/man5/mmdf_neomutt.5%{?ext_man}
|
||||
@ -117,9 +117,9 @@ make %{?_smp_mflags}
|
||||
%doc %{_docdir}/%{name}/README*
|
||||
%doc %{_docdir}/%{name}/ChangeLog.md
|
||||
%doc %{_docdir}/%{name}/CODE_OF_CONDUCT.md
|
||||
%doc %{_docdir}/neomutt/INSTALL.md
|
||||
%dir %{_docdir}/%{name}/
|
||||
%doc %{_docdir}/%{name}/*.html
|
||||
%doc %{_docdir}/neomutt/PGP-Notes.txt
|
||||
%doc %{_docdir}/neomutt/mime.types
|
||||
%doc %{_docdir}/neomutt/smime-notes.txt
|
||||
%dir %doc %{_docdir}/%{name}/colorschemes/
|
||||
@ -142,7 +142,6 @@ make %{?_smp_mflags}
|
||||
%dir %doc %{_docdir}/%{name}/lua/
|
||||
%doc %{_docdir}/%{name}/lua/test_lua-api_runner.neomuttrc
|
||||
%doc %{_docdir}/%{name}/lua/test_lua-api_spec.lua
|
||||
%license %{_docdir}/neomutt/LICENSE.md
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user