From 7aea45f59c053e6200883d9fcc19de79aa88dcc9 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 30 2019 14:05:56 +0000 Subject: update 2019-09-30 14:05 --- diff --git a/.files b/.files index dc50037..12b7db0 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index b7b087e..7d0a22b 100644 --- a/.rev +++ b/.rev @@ -208,4 +208,12 @@ 725074 + + 204e163f3e620bcead68fc7598bd46dc + 3.1.1 + + dimstar_suse + + 734003 + diff --git a/ack-v3.0.3.tar.gz b/ack-v3.0.3.tar.gz deleted file mode 120000 index e761d7e..0000000 --- a/ack-v3.0.3.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiht4kfpaq5etohbhvldia667uhjrlwa5v2mbu4uqqgm3yeidzf6km \ No newline at end of file diff --git a/ack-v3.1.1.tar.gz b/ack-v3.1.1.tar.gz new file mode 120000 index 0000000..3141498 --- /dev/null +++ b/ack-v3.1.1.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihuo6gw27xyfgt47uohujpvvymryqrt2abfgxzxddgdk4ybach3si \ No newline at end of file diff --git a/ack.changes b/ack.changes index e2179c5..84f2ec4 100644 --- a/ack.changes +++ b/ack.changes @@ -1,4 +1,13 @@ ------------------------------------------------------------------- +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 - Rebase patches: diff --git a/ack.spec b/ack.spec index dccc0bf..fa05253 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