BR perl(IO::Pty) for running more tests

This commit is contained in:
Robin Lee 2014-03-29 16:26:42 +08:00
commit f2f94a5a20

View file

@ -1,6 +1,6 @@
Name: ack
Version: 2.12
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Grep-like text finder
License: Artistic 2.0
Group: Development/Libraries
@ -16,7 +16,8 @@ BuildRequires: perl(Pod::Usage)
BuildRequires: perl(Term::ANSIColor)
BuildRequires: perl(Text::ParseWords) >= 3.1
BuildRequires: perl(Test::Harness) >= 2.5
BuildRequires: perl(Test::More)
BuildRequires: perl(IO::Pty)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -49,6 +50,9 @@ make test
%changelog
* Sat Mar 29 2014 Robin Lee <cheeselee@fedoraproject.org> - 2.12-2
- BR perl(IO::Pty) for running more tests
* Wed Dec 11 2013 Robin Lee <cheeselee@fedoraproject.org> - 2.12-1
- Update to 2.12
- fixes BZ#1040228, BZ#1040229,