SHA256
1
0
forked from pool/ack

Accepting request 203683 from home:AndreasStieger:branches:utilities

update to 2.10, including changes from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/203683
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=16
This commit is contained in:
OBS User mrdocs
2013-10-27 03:27:57 +00:00
committed by Git OBS Bridge
parent 6658f62340
commit 146d4fe953
5 changed files with 73 additions and 22 deletions

View File

@@ -1,4 +1,48 @@
-------------------------------------------------------------------
Thu Oct 17 21:03:44 UTC 2013 - andreas.stieger@gmx.de
- update to 2.10:
* Add --perltest for *.t files
* Added Matlab support
* More compatibility fixes for Perl 5.8.8.
- includes changes from 2.08
* ack now ignores CMake's build/cache directories by default
* Add shebang matching for --lua files
* Add documentation for --ackrc
* Add Elixir filetype
* Add --cathy option
* Add some helpful debugging tips when an invalid option is found
* Ignore PDF files by default, because Perl will detect them as text
* Ignore .gif, .jpg, .jpeg and .png files. They won't normally be
selected, but this is an optimization so that ack doesn't have to
open them to know
* Ack's colorizing of output would get confused with multiple sets
of parentheses
* Ack would get confused when trying to colorize the output in
DOS-format files
- includes changes from 2.05_01
* We now ignore the node_modules directories created by npm
* --pager without an argument implies --pager=$PAGER
* --perl now recognizes Plack-style .psgi files
* Added filetypes for Coffescript, JSON, LESS, and Sass.
* Command-line options now override options set in ackrc files
* ACK_PAGER and ACK_PAGER_COLOR now work as advertised.
* Fix a bug resulting in uninitialized variable warnings when more
than one capture group was specified in the search pattern
* Make sure ack is happy to build and test under cron and other
console-less environments.
- packaging changes:
* run more rests with IO::Pty
* refresh ack-ignore-osc.patch for upstream changes
* update project URL
- port changes from devel:languages:perl ack by daxim@cpan.org:
* correct metadata: licence, CPAN download, homepage
* unset forced prefix - let Perl configuration and toolchain
determine the prefix/install_base which will DTRT
* bash completion is gone, remove dead code
-------------------------------------------------------------------
Thu Aug 15 13:07:09 UTC 2013 - idonmez@suse.com
- Add perl-File-Next runtime dependency