From e381c78eee0a38c57630d093d9884fd8fec0fd2e Mon Sep 17 00:00:00 2001 From: Ian Burrell Date: Thu, 16 Aug 2007 19:45:49 +0000 Subject: [PATCH] Update to 1.64; add Test::More to BuildRequires --- .cvsignore | 2 +- ack.spec | 21 +++++++++++++-------- sources | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index d5713ae..0de1c4b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ack-1.62.tar.gz +ack-1.64.tar.gz diff --git a/ack.spec b/ack.spec index 332f702..a46dfe1 100644 --- a/ack.spec +++ b/ack.spec @@ -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 - 1.62-2 +* Thu Aug 16 2007 Ian Burrell - 1.64-1 +- Update to 1.64 +- Add BuildRequires Test::More + +* Mon Jun 18 2007 Ian Burrell - 1.62-2 - Disable tests since bug not fixed * Sun Jun 17 2007 Ian Burrell - 1.62-1 - Update to 1.62 - Enable tests -* Tue May 15 2007 Ian M. Burrell - 1.60-1 +* Tue May 15 2007 Ian Burrell - 1.60-1 - add BuildRequires perl(ExtUtils::MakeMaker) -* Sat May 5 2007 - 1.60-4 +* Sat May 5 2007 Ian Burrell - 1.60-4 - Update to 1.60; requires File::Next 0.40 -* Mon Feb 12 2007 Ian M. Burrell - 1.56-4 +* Mon Feb 12 2007 Ian Burrell - 1.56-4 - Fix minor issues -* Tue Jan 30 2007 Ian M. Burrell - 1.56-3 +* Tue Jan 30 2007 Ian Burrell - 1.56-3 - Fix source URL -* Mon Jan 29 2007 - 1.56-2 +* Mon Jan 29 2007 Ian Burrell - 1.56-2 - Rename to ack * Mon Jan 29 2007 Ian Burrell 1.56-1 diff --git a/sources b/sources index 003a7f9..64cd310 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5697440e52734c659f08b72882a5b3c2 ack-1.62.tar.gz +a3459623fedd1fa1e618799ff1ae07be ack-1.64.tar.gz