Accepting request 751556 from server:mail
OBS-URL: https://build.opensuse.org/request/show/751556 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/neomutt?expand=0&rev=8
This commit is contained in:
commit
9050277926
3
20191111.tar.gz
Normal file
3
20191111.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29b9e9d7293157a8575808eb2ceb62ffb2f31be206405abc64fc37a4425e36f4
|
||||||
|
size 3225507
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd89826980b493ba312228c9c14ffe2403e268571aea6008c6dc7ed3848de200
|
|
||||||
size 2778105
|
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 28 05:16:45 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 20191111:
|
||||||
|
Bug fixes:
|
||||||
|
* browser: fix directory view
|
||||||
|
* fix crash in mutt_extract_token()
|
||||||
|
* force a screen refresh
|
||||||
|
* fix crash sending message from command line
|
||||||
|
* notmuch: use nm_default_uri if no mailbox data
|
||||||
|
* fix forward attachments
|
||||||
|
* fix: vfprintf undefined behaviour in body_handler
|
||||||
|
* Fix relative symlink resolution
|
||||||
|
* fix: trash to non-existent file/dir
|
||||||
|
* fix re-opening of mbox Mailboxes
|
||||||
|
* close logging as late as possible
|
||||||
|
* log unknown mailboxes
|
||||||
|
* fix crash in command line postpone
|
||||||
|
* fix memory leaks
|
||||||
|
* fix icommand parsing
|
||||||
|
* fix new mail interaction with mail_check_recent
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 17 09:26:21 UTC 2018 - kbabioch@suse.com
|
Tue Jul 17 09:26:21 UTC 2018 - kbabioch@suse.com
|
||||||
|
|
||||||
|
13
neomutt.spec
13
neomutt.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package neomutt
|
# spec file for package neomutt
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: neomutt
|
||||||
Version: 20180716
|
Version: 20191111
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
Summary: A command line mail reader (or MUA), a fork of Mutt with added features
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
Url: https://neomutt.org
|
URL: https://neomutt.org
|
||||||
Source: https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz
|
Source: https://github.com/neomutt/neomutt/archive/%{version}.tar.gz
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
@ -68,7 +68,7 @@ and requirements.
|
|||||||
%lang_package macro
|
%lang_package macro
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n neomutt-%{name}-%{version}
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@ -129,6 +129,7 @@ make %{?_smp_mflags}
|
|||||||
%dir %doc %{_docdir}/%{name}/logo/
|
%dir %doc %{_docdir}/%{name}/logo/
|
||||||
%doc %{_docdir}/%{name}/logo/neomutt*
|
%doc %{_docdir}/%{name}/logo/neomutt*
|
||||||
%dir %doc %{_docdir}/%{name}/samples/
|
%dir %doc %{_docdir}/%{name}/samples/
|
||||||
|
%doc %{_docdir}/%{name}/samples/*.pl
|
||||||
%doc %{_docdir}/%{name}/samples/*.rc
|
%doc %{_docdir}/%{name}/samples/*.rc
|
||||||
%doc %{_docdir}/%{name}/samples/colors.*
|
%doc %{_docdir}/%{name}/samples/colors.*
|
||||||
%doc %{_docdir}/%{name}/samples/sample.*
|
%doc %{_docdir}/%{name}/samples/sample.*
|
||||||
|
Loading…
Reference in New Issue
Block a user