- ack 3.3.1:
* Fix some regexes that would be shown as invalid when used with
the -Q option. Since the -Q tells ack to treat the regex as a
literal, this shouldn't be possible (GH #294)
- includes changes from 3.3.0:
* Improve error message when the regex passed is invalid
* Add new file and directory exclusions
* Reorganize --help menu
* Output message when using --show-types without -f or -g if it
will have no effect
* Improve error message when ack gets passed two options that
can't be used together
* Fix the behavior of --break and --heading
* Warn when option pairs don't make sense to use together
* Fix required minimum version of Getopt::Long module (GH #287)
* Line number and filename separators in --passthru mode now work
the same as in context (-A/-B/-C) mode (GH #291)
- Rebase patches:
* ack-add_spec.patch
* ack-ignore-osc.patch
OBS-URL: https://build.opensuse.org/request/show/766335
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=35
- ack 2.28:
* The --help-rgb-colors option now displays the RGB codes organized by HSL
values for easier picking.
- includes 2.26:
* Added --help-colors and --help-rgb-colors options to display colors
available for color options.
* Clarified the docs for --lines option.
* Use File::Temp for temp files during tests on Win32.
- cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/687811
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=26
- 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:
* Avoid a fatal error that sometimes occured if a file was
unreadable.
* support for Kotlin
* Sped up file type detection for certain files.
- includes 2.20:
* When using submodules, .git directory will be a file.
This is now ignored by default.
* Changed construction in the docs that Ubuntu flagged as a
misspelling.
- cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/560482
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=24