ce878f5e65
Accepting request 1147726 from home:dimstar:rpm4.20:a
...
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
OBS-URL: https://build.opensuse.org/request/show/1147726
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=40
2024-02-20 09:59:17 +00:00
a289ee76f3
Accepting request 1068551 from home:AndreasStieger:branches:utilities
...
ack 3.7.0
OBS-URL: https://build.opensuse.org/request/show/1068551
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=39
2023-03-01 20:42:09 +00:00
Michael Vetter
0723bb0cda
Accepting request 1004347 from home:AndreasStieger:branches:utilities
...
ack 3.6.0
OBS-URL: https://build.opensuse.org/request/show/1004347
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=38
2022-09-26 08:14:24 +00:00
Michael Vetter
d708832fd3
Accepting request 879736 from home:jreidinger:branches:utilities
...
- Fix doc symlink issue
- ack 3.5.0:
* Reworked the option parsing to run correctly with Getopt::Long
2.38.
* Added support for the Elm language. (GH#316)
* Added support for the Purescript language. (GH#317)
* Added support for the Bazel build tool. (GH#327)
OBS-URL: https://build.opensuse.org/request/show/879736
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=37
2021-03-29 11:18:45 +00:00
9b9a766d38
Accepting request 819062 from home:AndreasStieger:branches:utilities
...
ack 3.4.0
OBS-URL: https://build.opensuse.org/request/show/819062
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=36
2020-07-09 11:12:19 +00:00
Michael Vetter
e07234c5e9
Accepting request 766335 from home:mrey:branches:utilities
...
- 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
2020-01-28 07:53:53 +00:00
Christopher Childress
97aec630da
Accepting request 750421 from home:AndreasStieger:branches:utilities
...
ack 3.2.0
OBS-URL: https://build.opensuse.org/request/show/750421
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=34
2019-12-09 15:01:27 +00:00
Michael Vetter
8baf46d4f7
Accepting request 733383 from home:AndreasStieger:branches:utilities
...
ack 3.1.1
OBS-URL: https://build.opensuse.org/request/show/733383
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=33
2019-09-30 07:53:45 +00:00
Christopher Childress
a93a90b790
Accepting request 725058 from home:dancermak:branches:utilities
...
Rebase patches
OBS-URL: https://build.opensuse.org/request/show/725058
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=32
2019-08-21 13:35:24 +00:00
Christopher Childress
77a881a044
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=30
2019-08-21 12:13:19 +00:00
Christopher Childress
04c85026c8
Accepting request 720814 from home:AndreasStieger:branches:utilities
...
ack 3.0.2
OBS-URL: https://build.opensuse.org/request/show/720814
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=27
2019-08-05 01:46:42 +00:00
Christopher Childress
1710ad7404
Accepting request 687811 from home:elimat:branches:utilities
...
- 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
2019-03-28 13:03:26 +00:00
9aead2ac66
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
2018-08-11 08:24:12 +00:00
fe9e2fc77b
Accepting request 560482 from home:avindra
...
- 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
2017-12-29 08:50:16 +00:00
c6a82f65a7
Accepting request 482661 from home:AndreasStieger:branches:utilities
...
ack 2.18
OBS-URL: https://build.opensuse.org/request/show/482661
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=23
2017-03-25 15:04:22 +00:00
6005331243
Accepting request 478711 from home:AndreasStieger:branches:utilities
...
ack 2.16
OBS-URL: https://build.opensuse.org/request/show/478711
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=22
2017-03-11 19:19:10 +00:00
Ismail Dönmez
8a7e3e5f81
- ack 2.15_02
...
- Bug fixes:
* Reverted an optimization to make \s work properly again
- Enhancements:
* The JSP filetype (--jsp) now recognizes .jspf files.
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=21
2016-02-04 10:55:21 +00:00
2034d7d285
Accepting request 287840 from home:AndreasStieger:branches:utilities
...
ack 2.15_01
OBS-URL: https://build.opensuse.org/request/show/287840
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=20
2015-02-26 08:23:32 +00:00
b018f3b692
Accepting request 247615 from home:AndreasStieger:branches:utilities
...
ack 2.14
OBS-URL: https://build.opensuse.org/request/show/247615
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=19
2014-09-04 22:38:10 +00:00
OBS User mrdocs
29fa70ffcc
Accepting request 214327 from devel:languages:perl
...
ack 2.12 [bnc#855340] [CVE-2013-7069]
OBS-URL: https://build.opensuse.org/request/show/214327
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=18
2014-01-19 00:50:18 +00:00
OBS User mrdocs
615985295b
Accepting request 205175 from devel:languages:perl
...
- fix SLE build: File::Next does not have the required version. It
is only used in regression tests - skip them for SLE
OBS-URL: https://build.opensuse.org/request/show/205175
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=17
2013-10-29 23:10:25 +00:00
OBS User mrdocs
146d4fe953
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
2013-10-27 03:27:57 +00:00
Ismail Dönmez
6658f62340
Accepting request 195298 from home:namtrac:bugfix
...
- Add perl-File-Next runtime dependency
OBS-URL: https://build.opensuse.org/request/show/195298
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=15
2013-08-15 13:08:04 +00:00
OBS User mrdocs
b69ccd4a5b
Accepting request 184032 from home:namtrac:bugfix
...
- Update to version 2.0.4
* Major update, see http://beyondgrep.com/ack-2.0/ for details
- Refresh ack-ignore-osc.patch, ack-add_spec.patch
OBS-URL: https://build.opensuse.org/request/show/184032
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=14
2013-07-23 00:07:16 +00:00
OBS User mrdocs
42b5176d40
fix for declined SR 105274
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=13
2012-02-27 05:46:30 +00:00
OBS User mrdocs
c529e508bc
Accepting request 104288 from devel:openSUSE:Factory:patch-license
...
patch license to follow spdx.org standard
OBS-URL: https://build.opensuse.org/request/show/104288
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=12
2012-02-15 17:06:16 +00:00
Petr Uzel
ce90786949
update to 1.96
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=11
2011-09-19 08:09:54 +00:00
OBS User mrdocs
6f704aaecb
Accepting request 82702 from home:jengelh:bl-a
...
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
OBS-URL: https://build.opensuse.org/request/show/82702
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=10
2011-09-17 20:22:09 +00:00
Pascal Bleser
0f01d92949
add --spec/--rpm
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=9
2011-02-26 14:53:07 +00:00
Pascal Bleser
9884c4a5dc
add changes from 1.93* to .changes file
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=7
2010-11-16 15:00:51 +00:00
Petr Uzel
bfb8d2feb5
update to 1.94
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=6
2010-11-16 10:41:59 +00:00
Pascal Bleser
1db986a51a
redo ack-ignore-osc.patch against 1.92
...
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=2
2010-11-11 23:03:53 +00:00
Pascal Bleser
8ac4c33afe
Accepting request 52752 from home:pbleser:Utilities
...
reviewed OK
OBS-URL: https://build.opensuse.org/request/show/52752
OBS-URL: https://build.opensuse.org/package/show/utilities/ack?expand=0&rev=1
2010-11-10 19:46:57 +00:00