Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: libedit-devel should require ncurses-devel
https://bugzilla.redhat.com/show_bug.cgi?id=481252
Summary: libedit-devel should require ncurses-devel Product: Fedora Version: rawhide Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: low Component: libedit AssignedTo: debarshi.ray@gmail.com ReportedBy: petersen@redhat.com QAContact: extras-qa@fedoraproject.org CC: jeff@ocjtech.us, debarshi.ray@gmail.com, fedora-haskell-list@redhat.com Classification: Fedora Target Release: ---
Description of problem: libedit requires ncurses and reflecting that libedit-devel should require ncurses-devel.
Version-Release number of selected component (if applicable): libedit-2.11-1.20080712cvs.fc10
Steps to Reproduce: This is causing a problem for ghc (Haskell compiler) when trying to link its editline library which is linked to libedit.
Actual results: $ rpm -q --requires libedit | grep ncurses libncurses.so.5()(64bit) $ rpm -q --requires libedit-devel | grep ncurses $
Expected results: libedit to require ncurses-devel.
Additional info: I note that libedit-20090111-3.0 was also released upstream.
I am happy to fix and update the package if you don't have time.