diff --git a/mutt-2.0.5.tar.gz b/mutt-2.0.5.tar.gz deleted file mode 100644 index 3101805..0000000 --- a/mutt-2.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e21d5aec0d3110f89d390929e56a38794a94f5843120d9ff59b21da78fd0004d -size 5294710 diff --git a/mutt-2.0.6.tar.gz b/mutt-2.0.6.tar.gz new file mode 100644 index 0000000..f45a2cc --- /dev/null +++ b/mutt-2.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e31c45895fd624747f19106aa2697d2aa135049ff2e9e9db0a6ed876bcb598 +size 5294825 diff --git a/mutt.changes b/mutt.changes index bbf28d8..4bf7324 100644 --- a/mutt.changes +++ b/mutt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 18 05:08:57 UTC 2021 - Andreas Stieger + +- 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 diff --git a/mutt.spec b/mutt.spec index 5088778..505888a 100644 --- a/mutt.spec +++ b/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