update to 1.60

This commit is contained in:
Ian Burrell 2007-05-06 21:59:01 +00:00
commit 5bf64b68f3
3 changed files with 8 additions and 5 deletions

View file

@ -1 +1 @@
ack-1.56.tar.gz
ack-1.60.tar.gz

View file

@ -1,6 +1,6 @@
Name: ack
Version: 1.56
Release: 4%{?dist}
Version: 1.60
Release: 1%{?dist}
Summary: Grep-like text finder
License: GPL or Artistic
Group: Development/Libraries
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/ack/
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(File::Next) >= 0.38
BuildRequires: perl(File::Next) >= 0.40
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Sat May 5 2007 <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
- Fix minor issues

View file

@ -1 +1 @@
d2c8750f35ae8be79956958e2b653e32 ack-1.56.tar.gz
f828fb0a6bb2c81980aa5610ab263ebf ack-1.60.tar.gz