From e08bfe6a9e349bebb2001499628f15a852a6882c Mon Sep 17 00:00:00 2001 From: Ian Burrell Date: Jun 18 2007 06:03:50 +0000 Subject: Update to 1.62; enable tests --- diff --git a/.cvsignore b/.cvsignore index 2556230..d5713ae 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ack-1.60.tar.gz +ack-1.62.tar.gz diff --git a/ack.spec b/ack.spec index 35294d8..82c039c 100644 --- a/ack.spec +++ b/ack.spec @@ -1,6 +1,6 @@ Name: ack -Version: 1.60 -Release: 2%{?dist} +Version: 1.62 +Release: 1%{?dist} Summary: Grep-like text finder License: GPL or Artistic Group: Development/Libraries @@ -33,9 +33,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check -# Disabled because tests fail when run without terminal -# See http://rt.cpan.org/Public/Bug/Display.html?id=24670 -#make test +make test %clean rm -rf $RPM_BUILD_ROOT @@ -49,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* 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 - add BuildRequires perl(ExtUtils::MakeMaker) diff --git a/sources b/sources index 9029743..003a7f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f828fb0a6bb2c81980aa5610ab263ebf ack-1.60.tar.gz +5697440e52734c659f08b72882a5b3c2 ack-1.62.tar.gz