diff --git a/.gitignore b/.gitignore index 17c3796..e4dd9ab 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /ack-1.96.tar.gz /ack-2.00.tar.gz /ack-2.04.tar.gz +/ack-2.08.tar.gz diff --git a/ack.spec b/ack.spec index 2e10f9b..c39a8a9 100644 --- a/ack.spec +++ b/ack.spec @@ -1,6 +1,6 @@ Name: ack -Version: 2.04 -Release: 3%{?dist} +Version: 2.08 +Release: 1%{?dist} Summary: Grep-like text finder License: Artistic 2.0 Group: Development/Libraries @@ -14,6 +14,7 @@ BuildRequires: perl(File::Next) >= 1.10 BuildRequires: perl(Getopt::Long) 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(Test::Pod) @@ -48,6 +49,9 @@ make test %changelog +* Fri Aug 23 2013 Robin Lee - 2.08-1 +- Update to 2.08 + * Sat Aug 03 2013 Fedora Release Engineering - 2.04-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3e67c4e..1ab46be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfd1b9fc4e79b6cad1c410406e199fe5 ack-2.04.tar.gz +7b10e878c07b84b9fa874eff6e014ef3 ack-2.08.tar.gz