5
0
forked from pool/ripgrep

5 Commits

Author SHA256 Message Date
78636afee9 Accepting request 1199548 from home:jubalh:branches:utilities
- Update to 14.1.1:
  * BUG #2884:
    Fix bug where ripgrep could miss some matches that it should report.
  * MISC #2748:
    Remove ripgrep's simd-accel feature because it was frequently broken.

OBS-URL: https://build.opensuse.org/request/show/1199548
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=37
2024-09-11 17:25:54 +00:00
e3dee4163f Accepting request 1163632 from home:firstyear:branches:utilities
- Change xz to zst for better compression ratios
- Remove unneeded cargo config
- Tidy up spec with cargo-packaging macros

OBS-URL: https://build.opensuse.org/request/show/1163632
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=35
2024-03-31 18:35:57 +00:00
d029d3f7cb Accepting request 1137475 from home:amanzini:branches:utilities
- Update to ripgrep 14.1.0:
  * bug fix for unbounded memory growth while walking a directory tree. 
  * improvements to the completions for the fish shell
- Update to ripgrep 14.0.3:
  * This is a patch release with a bug fix for the --sortr flag.
- Update to ripgrep 14.0.0:
  * a new major version release of ripgrep that has some new features, performance improvements and a lot of bug fixes.
  * The headlining feature in this release is hyperlink support. In this release, they are an opt-in feature but may 
    change to an opt-out feature in the future. To enable them, try passing --hyperlink-format default. 
    If you use VS Code, then try passing --hyperlink-format vscode. 
    Please report your experience with hyperlinks, positive or negative.
  * Another headlining development in this release is that it contains a rewrite of its regex engine. 
    You generally shouldn't notice any changes, except for some searches may get faster. 
    You can read more about the regex engine rewrite on my blog. 
    Please report your performance improvements or regressions that you notice.
  * Finally, ripgrep switched the library it uses for argument parsing. Users should not notice a difference in most cases 
    (error messages have changed somewhat), but flag overrides should generally be more consistent. 
    For example, things like --no-ignore --ignore-vcs work as one would expect 
    (disables all filtering related to ignore rules except for rules found in version control systems such as git).
  * BREAKING CHANGES:
    rg -C1 -A2 used to be equivalent to rg -A2, but now it is equivalent to rg -B1 -A2. 
    That is, -A and -B no longer completely override -C. Instead, they only partially override -C.
- dropped ruby build dependency and embedded shell completions/man generation in the build process

OBS-URL: https://build.opensuse.org/request/show/1137475
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=31
2024-01-09 13:58:44 +00:00
b07551814b Accepting request 1045246 from home:mcepl:branches:utilities
- Enable building of the pcre2 feature.

OBS-URL: https://build.opensuse.org/request/show/1045246
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=29
2023-01-05 00:33:20 +00:00
ec5471da77 Accepting request 906322 from home:gladiac:branches:utilities
- Build with rust flags
- Add obs service file

OBS-URL: https://build.opensuse.org/request/show/906322
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=23
2021-07-16 20:39:03 +00:00