Accepting request 879885 from home:AndreasStieger:branches:server:mail
mutt 2.0.6 OBS-URL: https://build.opensuse.org/request/show/879885 OBS-URL: https://build.opensuse.org/package/show/server:mail/mutt?expand=0&rev=237
This commit is contained in:
parent
0253d3b8d6
commit
c085b2e155
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e21d5aec0d3110f89d390929e56a38794a94f5843120d9ff59b21da78fd0004d
|
||||
size 5294710
|
3
mutt-2.0.6.tar.gz
Normal file
3
mutt-2.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81e31c45895fd624747f19106aa2697d2aa135049ff2e9e9db0a6ed876bcb598
|
||||
size 5294825
|
12
mutt.changes
12
mutt.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 05:08:57 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- mutt 2.0.6:
|
||||
* Fix problems with hook processors
|
||||
* Fix pattern compilation error for ~( !~>(~P) )
|
||||
* Fix contrib/markdown2html crash
|
||||
* Fix yesorno prompt for autocrypt account creation
|
||||
* Correctly handle CTRL-G on remaining background_edit sessions
|
||||
prompt
|
||||
- remove self-obsoletion on muttssl, last use in 2000.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 16:52:40 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
10
mutt.spec
10
mutt.spec
@ -20,7 +20,7 @@
|
||||
%bcond_with mutt_openssl
|
||||
%bcond_without mutt_gnutls
|
||||
Name: mutt
|
||||
Version: 2.0.5
|
||||
Version: 2.0.6
|
||||
Release: 0
|
||||
Summary: Mail Program
|
||||
# ftp://ftp.mutt.org/mutt/devel/
|
||||
@ -72,7 +72,7 @@ BuildRequires: pkgconfig(krb5)
|
||||
BuildRequires: pkgconfig(libsasl2)
|
||||
Requires(post): %{_bindir}/cat
|
||||
Requires(post): %{_bindir}/mkdir
|
||||
Requires(postun): %{_bindir}/rm
|
||||
Requires(postun):%{_bindir}/rm
|
||||
Requires(pre): %{_bindir}/grep
|
||||
Requires(pre): %{_bindir}/zcat
|
||||
Recommends: hunspell
|
||||
@ -81,8 +81,6 @@ Recommends: mutt-lang
|
||||
Recommends: urlscan
|
||||
Recommends: urlview
|
||||
Recommends: w3m
|
||||
Provides: muttssl
|
||||
Obsoletes: muttssl
|
||||
%if %{with mutt_openssl}
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
%endif
|
||||
@ -112,7 +110,7 @@ BuildRequires: update-desktop-files
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1130
|
||||
Requires(post): shared-mime-info
|
||||
Requires(postun): shared-mime-info
|
||||
Requires(postun):shared-mime-info
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -126,7 +124,7 @@ Summary: Additional Documentation about Mutt
|
||||
Group: Documentation/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
Requires(preun):%{install_info_prereq}
|
||||
Recommends: perl(Expect)
|
||||
Provides: %{name}:%{_docdir}/%{name}/COPYRIGHT
|
||||
BuildArch: noarch
|
||||
|
Loading…
Reference in New Issue
Block a user