diff --git a/ack-v3.0.3.tar.gz b/ack-v3.0.3.tar.gz deleted file mode 100644 index 801ebfc..0000000 --- a/ack-v3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3e28af043a49b8e13d563403defd0e98aec0ed74c0d394840ccde0881e4be53 -size 243032 diff --git a/ack-v3.1.1.tar.gz b/ack-v3.1.1.tar.gz new file mode 100644 index 0000000..45d2578 --- /dev/null +++ b/ack-v3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4778d6d7ef829a7cfd1c7a25f5ae191c4233d002535f3718cc357301008fb92 +size 246449 diff --git a/ack.changes b/ack.changes index 8d93ab8..01c877d 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 26 09:33:14 UTC 2019 - Andreas Stieger + +- ack 3.1.1: + * Improve the speed up the -l, -L and -c options +- includes changes from 3.1.0: + * Added the --range-start and --range-end options to allow + searching only ranges of + ------------------------------------------------------------------- Wed Aug 21 13:12:17 UTC 2019 - Dan Čermák diff --git a/ack.spec b/ack.spec index 2c6ee20..3fff39f 100644 --- a/ack.spec +++ b/ack.spec @@ -24,7 +24,7 @@ %endif %{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor} Name: ack -Version: 3.0.3 +Version: 3.1.1 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0 @@ -35,7 +35,7 @@ Patch1: ack-ignore-osc.patch Patch3: ack-add_spec.patch BuildRequires: make BuildRequires: perl >= 5.10.1 -BuildRequires: perl(File::Next) >= 1.10 +BuildRequires: perl(File::Next) >= 1.18 Requires: perl >= 5.10.1 Requires: perl-App-Ack = %{version}-%{release} Requires: perl-base = %{perl_version} @@ -55,7 +55,7 @@ ack is a grep-like tool tailored to working with large trees of source code. Summary: Grep-Like Text Finder Perl Module Group: Development/Libraries/Perl Requires: perl-base = %{perl_version} -Requires: perl(File::Next) >= 1.10 +Requires: perl(File::Next) >= 1.18 %description -n perl-App-Ack App::Ack is a grep-like tool tailored to working with large trees of source