Update to 1.64; add Test::More to BuildRequires

This commit is contained in:
Ian Burrell 2007-08-16 19:45:49 +00:00
commit e381c78eee
3 changed files with 15 additions and 10 deletions

View file

@ -1 +1 @@
ack-1.62.tar.gz
ack-1.64.tar.gz

View file

@ -1,6 +1,6 @@
Name: ack
Version: 1.62
Release: 2%{?dist}
Version: 1.64
Release: 1%{?dist}
Summary: Grep-like text finder
License: GPL or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/modules/by-module/App/ack-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(File::Next) >= 0.40
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -49,26 +50,30 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Mon Jun 18 2007 Ian M. Burrell <ianburrell@gmail.com> - 1.62-2
* Thu Aug 16 2007 Ian Burrell <ianburrell@gmail.com> - 1.64-1
- Update to 1.64
- Add BuildRequires Test::More
* Mon Jun 18 2007 Ian Burrell <ianburrell@gmail.com> - 1.62-2
- Disable tests since bug not fixed
* Sun Jun 17 2007 Ian Burrell <ianburrell@gmail.com> - 1.62-1
- Update to 1.62
- Enable tests
* Tue May 15 2007 Ian M. Burrell <ianburrell@gmail.com> - 1.60-1
* Tue May 15 2007 Ian Burrell <ianburrell@gmail.com> - 1.60-1
- add BuildRequires perl(ExtUtils::MakeMaker)
* Sat May 5 2007 <ianburrell@gmail.com> - 1.60-4
* Sat May 5 2007 Ian Burrell <ianburrell@gmail.com> - 1.60-4
- Update to 1.60; requires File::Next 0.40
* Mon Feb 12 2007 Ian M. Burrell <ianburrell@gmail.com> - 1.56-4
* Mon Feb 12 2007 Ian Burrell <ianburrell@gmail.com> - 1.56-4
- Fix minor issues
* Tue Jan 30 2007 Ian M. Burrell <ianburrell@gmail.com> - 1.56-3
* Tue Jan 30 2007 Ian Burrell <ianburrell@gmail.com> - 1.56-3
- Fix source URL
* Mon Jan 29 2007 <ianburrell@gmail.com> - 1.56-2
* Mon Jan 29 2007 Ian Burrell <ianburrell@gmail.com> - 1.56-2
- Rename to ack
* Mon Jan 29 2007 Ian Burrell <ianburrell@gmail.com> 1.56-1

View file

@ -1 +1 @@
5697440e52734c659f08b72882a5b3c2 ack-1.62.tar.gz
a3459623fedd1fa1e618799ff1ae07be ack-1.64.tar.gz