Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a1a19170bd | |||
| a8cd8afdcb | |||
| 2b85e979d2 | |||
| 6e7fa7db62 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/BurntSushi/ripgrep</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">14.1.1</param>
|
||||
<param name="revision">15.1.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a663fd3b8ae419d1f40de0b4bf39e0c9d6f74e1bc211f4ac45662b81c5a7613f
|
||||
size 463818
|
||||
3
ripgrep-15.1.0.tar.zst
Normal file
3
ripgrep-15.1.0.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39952c32cb6e083bc9bc7cfa2af6921c8b71a6532c608e3c6e029986aabde039
|
||||
size 472775
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 26 15:20:59 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 15.1.0:
|
||||
* Fix a regression with --line-buffered introduced in ripgrep 15.0.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 18 16:49:56 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to 15.0.0:
|
||||
* Several bugs around gitignore matching have been fixed. This
|
||||
includes a commonly reported bug related to applying gitignore
|
||||
rules from parent directories.
|
||||
* A memory usage regression when handling very large gitignore
|
||||
files has been fixed.
|
||||
* rg -vf file, where file is empty, now matches everything.
|
||||
* The -r/--replace flag now works with --json.
|
||||
* A subset of Jujutsu (jj) repositories are now treated as if
|
||||
they were git repositories. That is, ripgrep will respect jj's
|
||||
gitignores.
|
||||
* Globs can now use nested curly braces.
|
||||
* Improve performance of large values with -A/--after-context
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 06:27:41 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package ripgrep
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +19,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: ripgrep
|
||||
Version: 14.1.1
|
||||
Version: 15.1.0
|
||||
Release: 0
|
||||
Summary: A search tool that combines ag with grep
|
||||
License: MIT AND Unlicense
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ad258e9b181aee4ca2341b44b220b649e517061938cd435741619cadb169626
|
||||
size 9693473
|
||||
oid sha256:cb17992b7ecc95508467abceff0139813ce252549e8b600213781179d1a95613
|
||||
size 6643641
|
||||
|
||||
Reference in New Issue
Block a user