SHA256
1
0
forked from pool/ack

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
This commit is contained in:
Andreas Stieger 2018-08-11 08:24:12 +00:00 committed by Git OBS Bridge
parent fe9e2fc77b
commit 9aead2ac66
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02c441dbbc86bf69c792ae92dc92419a0448c31f69d9703dd1530425c36e0f6c
size 250275

3
ack-2.24.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72934009ad8fe712deeb2c41960f2746d0a25e3a226ad7c54232c00105e54f00
size 261289

View File

@ -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

View File

@ -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