24 Commits

Author SHA256 Message Date
c2439ba443 Accepting request 1313732 from home:amanzini:branches:utilities
- Update to 15.1.0:
  * Fix a regression with --line-buffered introduced in ripgrep 15.0.0

OBS-URL: https://build.opensuse.org/request/show/1313732
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=41
2025-10-27 05:49:39 +00:00
88ecab59b6 Accepting request 1312173 from home:AndreasStieger:branches:utilities
ripgrep 15.0.0

OBS-URL: https://build.opensuse.org/request/show/1312173
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=39
2025-10-20 00:41:45 +00:00
c37d244eb8 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
f82b490666 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
c6d0be2533 Accepting request 1160847 from home:Pi-Cla:branches:utilities
- Add requires and licenses to completion packages

OBS-URL: https://build.opensuse.org/request/show/1160847
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=33
2024-03-25 22:57:46 +00:00
c133528de1 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
2a9ae6a070 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
efc4676a38 Accepting request 983812 from home:firstyear:branches:utilities
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/983812
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=27
2022-06-20 22:52:58 +00:00
fc0077b026 Accepting request 978845 from home:firstyear:branches:utilities
Automatic update of vendored dependencies

OBS-URL: https://build.opensuse.org/request/show/978845
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=25
2022-05-25 13:15:28 +00:00
cec0121be0 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
5a94f69490 trim/align changes
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=21
2021-06-13 07:13:11 +00:00
fd93c5c2aa 12.1.1 -> 13.0.0
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=20
2021-06-13 07:07:45 +00:00
70cd870863 Accepting request 823280 from home:mrey:branches:utilities
- ripgrep 12.1.1 
  * Corrects some egregious markup output in --help (#1581)
  * Mention the special $0 capture group in docs for the
    -r/--replace flag. (#1591)
  * Fix failing test resulting from out-of-sync dependencies.
    (#1602)

OBS-URL: https://build.opensuse.org/request/show/823280
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=18
2020-08-03 12:43:25 +00:00
1926ac880c Accepting request 805879 from home:AndreasStieger:branches:utilities
12.1.0

OBS-URL: https://build.opensuse.org/request/show/805879
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=16
2020-05-26 11:28:59 +00:00
4f3af5d561 Accepting request 799359 from home:mwilck:branches:utilities
Fix build error on factory

- Remove transient file .crates2.json during build

OBS-URL: https://build.opensuse.org/request/show/799359
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=14
2020-05-08 07:56:35 +00:00
0564169a50 Accepting request 788111 from home:bmwiedemann:branches:utilities
Add ripgrep-11.0.2-reproducible-manpage.patch (boo#1100677)

OBS-URL: https://build.opensuse.org/request/show/788111
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=12
2020-03-31 10:57:33 +00:00
f03c0f8b7f Accepting request 747394 from home:namtrac:branches:utilities
- Update to version 11.0.2
  * See included CHANGELOG.md for the complete changelog

OBS-URL: https://build.opensuse.org/request/show/747394
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=10
2019-11-25 08:18:37 +00:00
c4e6d2078e update to 0.10.0
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=9
2018-09-16 02:59:24 +00:00
Ismail Dönmez
96911d7f12 Accepting request 631837 from home:jengelh:branches:utilities
- Update RPM groups and summary.

OBS-URL: https://build.opensuse.org/request/show/631837
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=7
2018-08-27 19:56:49 +00:00
Ismail Dönmez
f398caaa96 -
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=6
2018-08-27 08:07:57 +00:00
Ismail Dönmez
dbb9fa48e2 -
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=5
2018-08-27 08:07:00 +00:00
Ismail Dönmez
9e1fc845bd Accepting request 631626 from home:Fanarito:branches:utilities
- Updated to version 0.9.0
- Breaking changes
  * When --count and --only-matching are provided simultaneously,
    the behavior of ripgrep is as if the --count-matches flag was given.
  * Octal syntax is no longer supported.
  * The --line-number-width flag has been removed.
- Features
  * Added a --stats flag, which emits aggregate statistics 
    after search results.
  * lz4 support when using the -z flag
  * Added --no-ignore-global that permits disabling global gitignores
  * Renamed --maxdepth to --max-depth
  * Added a --pre option to filter with an arbitrary program
  * Improved zsh completion
- Bug fixes
  * No longer skips tar archives when -z is used
  * Ignore gitignore files if outside of a repository
  * Use more descriptive error messages

OBS-URL: https://build.opensuse.org/request/show/631626
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=4
2018-08-27 08:06:31 +00:00
Ismail Dönmez
c41c5a17a0 Accepting request 586465 from home:avindra
Minor: fix typo in changes.

I was working on alacritty at the same time, got confused

OBS-URL: https://build.opensuse.org/request/show/586465
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=2
2018-03-15 10:07:21 +00:00
41bb599f0c Accepting request 586170 from home:avindra
- reduce tarball sizes
   * source tarball taken as is from github
   * vendor tarball compressed with xz
 - cleanup with spec-cleaner
 - port history to alacritty.changes
 - mark as dual licensed with MIT
 - split completion scripts off into separate packages
 - Use version 0.8.1
 - Generate man file
 - Add check
 - Remove empty post and postun
 - Inital packaging @ 0.6.0

OBS-URL: https://build.opensuse.org/request/show/586170
OBS-URL: https://build.opensuse.org/package/show/utilities/ripgrep?expand=0&rev=1
2018-03-13 07:51:28 +00:00