On Mon, 7 Oct 2019 at 12:04, <notifications@fedoraproject.org> wrote:
Notification time stamped 2019-10-07 11:04:36 UTC

From c0792d465daa3db808d63086a1524e786b213fe2 Mon Sep 17 00:00:00 2001
From: Jindrich Novy <jnovy@redhat.com>
Date: Oct 07 2019 11:04:05 +0000
Subject: - just keep perl-interpreter BR because of man2hlp,

  it is a perl script required by build
- require aspell-en, otherwise an annoying error prompt
  is displayed while editing any file

---

diff --git a/mc.spec b/mc.spec
index a800397..40dada6 100644
--- a/mc.spec
+++ b/mc.spec
@@ -4,7 +4,7 @@ Summary:        User-friendly text console file manager and visual shell
 Name:          mc
 Epoch:         1
 Version:       4.8.23
-Release:       4%{?dist}
+Release:       5%{?dist}
 License:       GPLv3+
 URL:           http://www.midnight-commander.org/
 Source0:       http://www.midnight-commander.org/downloads/mc-%{version}.tar.xz
@@ -22,6 +22,8 @@ BuildRequires:        groff-base
 BuildRequires: libssh2-devel   >= 1.2.5
 BuildRequires: %{?with_slang:slang-devel}%{!?with_slang:ncurses-devel}
 BuildRequires: pkgconfig
+BuildRequires: perl-interpreter
+Requires:      aspell-en
 Suggests:      mc-python

On top of removing perl-generators which add for mc proper perl modules dependencies for patchfs now we have pollution of the mc static dependencies by add aspell-en.
mc does not need aspell-en but aspell does because aspell to work properly needs at least some dictionary.

Jindrich please rollback your last two commits.

kloczek