From 9aead2ac6695edf8e23e3f337a988b4453e99824edd26bd0ae7964d1ad82e3a7 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 11 Aug 2018 08:24:12 +0000 Subject: [PATCH] Accepting request 628684 from home:susnux:branches:utilities - ack 2.24: * Added option "--ts" for Typescript. * Fixed a bug where ack would stop searching if there was a file called "0" in the current directory where ack was invoked. * Optimized ack's search by 0-30% in timings of common cases. Done by only do a line-by-line search of a file if there's a match somewhere in the file. OBS-URL: https://build.opensuse.org/request/show/628684 OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=25 --- ack-2.22.tar.gz | 3 --- ack-2.24.tar.gz | 3 +++ ack.changes | 11 +++++++++++ ack.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 ack-2.22.tar.gz create mode 100644 ack-2.24.tar.gz diff --git a/ack-2.22.tar.gz b/ack-2.22.tar.gz deleted file mode 100644 index 9738160..0000000 --- a/ack-2.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02c441dbbc86bf69c792ae92dc92419a0448c31f69d9703dd1530425c36e0f6c -size 250275 diff --git a/ack-2.24.tar.gz b/ack-2.24.tar.gz new file mode 100644 index 0000000..de5f4a5 --- /dev/null +++ b/ack-2.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72934009ad8fe712deeb2c41960f2746d0a25e3a226ad7c54232c00105e54f00 +size 261289 diff --git a/ack.changes b/ack.changes index 7ad546b..c5ca969 100644 --- a/ack.changes +++ b/ack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Aug 11 00:53:55 UTC 2018 - rpm@fthiessen.de + +- ack 2.24: + * Added option "--ts" for Typescript. + * Fixed a bug where ack would stop searching if there was a file + called "0" in the current directory where ack was invoked. + * Optimized ack's search by 0-30% in timings of common cases. + Done by only do a line-by-line search of a file if there's a + match somewhere in the file. + ------------------------------------------------------------------- Fri Dec 29 04:40:33 UTC 2017 - avindra@opensuse.org diff --git a/ack.spec b/ack.spec index e691498..d3d777e 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: 2.22 +Version: 2.24 Release: 0 Summary: Grep-Like Text Finder License: Artistic-2.0