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:
parent
fe9e2fc77b
commit
9aead2ac66
@ -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
3
ack-2.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:72934009ad8fe712deeb2c41960f2746d0a25e3a226ad7c54232c00105e54f00
|
||||||
|
size 261289
|
11
ack.changes
11
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
|
Fri Dec 29 04:40:33 UTC 2017 - avindra@opensuse.org
|
||||||
|
|
||||||
|
2
ack.spec
2
ack.spec
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
%{!?perl_make_install: %global perl_make_install make DESTDIR=%{buildroot} install_vendor}
|
||||||
Name: ack
|
Name: ack
|
||||||
Version: 2.22
|
Version: 2.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Grep-Like Text Finder
|
Summary: Grep-Like Text Finder
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user