Update to 11.0.0
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
4e1ee45a55
commit
c01409197e
1 changed files with 115 additions and 53 deletions
220
ripgrep.yaml
220
ripgrep.yaml
|
|
@ -6,7 +6,8 @@ data:
|
|||
Line oriented search tool using Rust's regex library. Combines
|
||||
the raw performance of grep with the usability of the silver searcher.
|
||||
license:
|
||||
module: [MIT]
|
||||
module:
|
||||
- MIT
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
|
|
@ -25,10 +26,7 @@ data:
|
|||
- ripgrep
|
||||
filter:
|
||||
rpms:
|
||||
# XXX: temporary workaround
|
||||
- rust-packaging
|
||||
- python3-rust2rpm
|
||||
# crates, build-time only
|
||||
- rust-aho-corasick+default-devel
|
||||
- rust-aho-corasick+std-devel
|
||||
- rust-aho-corasick-devel
|
||||
|
|
@ -40,6 +38,15 @@ data:
|
|||
- rust-base64-devel
|
||||
- rust-bitflags+default-devel
|
||||
- rust-bitflags-devel
|
||||
- rust-bstr+default-devel
|
||||
- rust-bstr+lazy_static-devel
|
||||
- rust-bstr+regex-automata-devel
|
||||
- rust-bstr+serde-devel
|
||||
- rust-bstr+serde1-devel
|
||||
- rust-bstr+serde1-nostd-devel
|
||||
- rust-bstr+std-devel
|
||||
- rust-bstr+unicode-devel
|
||||
- rust-bstr-devel
|
||||
- rust-bytecount+default-devel
|
||||
- rust-bytecount+html_report-devel
|
||||
- rust-bytecount+runtime-dispatch-simd-devel
|
||||
|
|
@ -95,9 +102,11 @@ data:
|
|||
- rust-globset+default-devel
|
||||
- rust-globset+simd-accel-devel
|
||||
- rust-globset-devel
|
||||
- rust-grep+avx-accel-devel
|
||||
- rust-grep+default-devel
|
||||
- rust-grep+grep-pcre2-devel
|
||||
- rust-grep+pcre2-devel
|
||||
- rust-grep+simd-accel-devel
|
||||
- rust-grep-cli+default-devel
|
||||
- rust-grep-cli-devel
|
||||
- rust-grep-devel
|
||||
|
|
@ -157,6 +166,7 @@ data:
|
|||
- rust-memmap-devel
|
||||
- rust-num_cpus+default-devel
|
||||
- rust-num_cpus-devel
|
||||
- rust-packaging
|
||||
- rust-pcre2+default-devel
|
||||
- rust-pcre2-devel
|
||||
- rust-pcre2-sys+default-devel
|
||||
|
|
@ -174,6 +184,11 @@ data:
|
|||
- rust-regex+pattern-devel
|
||||
- rust-regex+unstable-devel
|
||||
- rust-regex+use_std-devel
|
||||
- rust-regex-automata+default-devel
|
||||
- rust-regex-automata+regex-syntax-devel
|
||||
- rust-regex-automata+std-devel
|
||||
- rust-regex-automata+utf8-ranges-devel
|
||||
- rust-regex-automata-devel
|
||||
- rust-regex-devel
|
||||
- rust-regex-syntax+default-devel
|
||||
- rust-regex-syntax-devel
|
||||
|
|
@ -223,6 +238,7 @@ data:
|
|||
- rust-termcolor+default-devel
|
||||
- rust-termcolor-devel
|
||||
- rust-textwrap+default-devel
|
||||
- rust-textwrap+hyphenation-devel
|
||||
- rust-textwrap+term_size-devel
|
||||
- rust-textwrap-devel
|
||||
- rust-thread_local+default-devel
|
||||
|
|
@ -256,6 +272,7 @@ data:
|
|||
* rust-atty
|
||||
* rust-base64
|
||||
* rust-bitflags
|
||||
* rust-bstr
|
||||
* rust-bytecount
|
||||
* rust-byteorder
|
||||
* rust-cc
|
||||
|
|
@ -288,6 +305,7 @@ data:
|
|||
* rust-proc-macro2
|
||||
* rust-quote
|
||||
* rust-regex
|
||||
* rust-regex-automata
|
||||
* rust-regex-syntax
|
||||
* rust-ripgrep
|
||||
* rust-ryu
|
||||
|
|
@ -349,10 +367,13 @@ data:
|
|||
|
||||
BuildRequired by:
|
||||
* rust-base64
|
||||
* rust-regex-automata
|
||||
|
||||
Required by:
|
||||
* rust-base64-devel
|
||||
(built by rust-base64)
|
||||
* rust-regex-automata-devel
|
||||
(built by rust-regex-automata)
|
||||
ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30
|
||||
rust-cc:
|
||||
buildorder: 10
|
||||
|
|
@ -365,7 +386,7 @@ data:
|
|||
Required by:
|
||||
* rust-pcre2-sys-devel
|
||||
(built by rust-pcre2-sys)
|
||||
ref: 726d9bc38423bd490c231b5656af93079b58db1f # rust-cc-1.0.34-1.fc31
|
||||
ref: 50986962acfdc525fcd0a6bbd31ac16021d5c392 # rust-cc-1.0.35-1.fc31
|
||||
rust-cfg-if:
|
||||
buildorder: 10
|
||||
rationale: |-
|
||||
|
|
@ -414,6 +435,7 @@ data:
|
|||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-bstr
|
||||
* rust-crossbeam-utils
|
||||
* rust-grep-cli
|
||||
* rust-ignore
|
||||
|
|
@ -421,6 +443,8 @@ data:
|
|||
* rust-thread_local
|
||||
|
||||
Required by:
|
||||
* rust-bstr+unicode-devel
|
||||
(built by rust-bstr)
|
||||
* rust-crossbeam-utils+std-devel
|
||||
(built by rust-crossbeam-utils)
|
||||
* rust-grep-cli-devel
|
||||
|
|
@ -461,9 +485,8 @@ data:
|
|||
|
||||
BuildRequired by:
|
||||
* rust-aho-corasick
|
||||
* rust-globset
|
||||
* rust-bstr
|
||||
* rust-grep-matcher
|
||||
* rust-grep-searcher
|
||||
* rust-ignore
|
||||
* rust-regex
|
||||
|
||||
|
|
@ -472,12 +495,12 @@ data:
|
|||
(built by rust-aho-corasick)
|
||||
* rust-aho-corasick-devel
|
||||
(built by rust-aho-corasick)
|
||||
* rust-globset-devel
|
||||
(built by rust-globset)
|
||||
* rust-bstr+std-devel
|
||||
(built by rust-bstr)
|
||||
* rust-bstr-devel
|
||||
(built by rust-bstr)
|
||||
* rust-grep-matcher-devel
|
||||
(built by rust-grep-matcher)
|
||||
* rust-grep-searcher-devel
|
||||
(built by rust-grep-searcher)
|
||||
* rust-ignore-devel
|
||||
(built by rust-ignore)
|
||||
* rust-regex-devel
|
||||
|
|
@ -564,7 +587,7 @@ data:
|
|||
Required by:
|
||||
* rust-clap+suggestions-devel
|
||||
(built by rust-clap)
|
||||
ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30
|
||||
ref: 6db610582eecbd8ea9f81a1f077e4c48106b16c7 # rust-strsim-0.9.0-1.fc31
|
||||
rust-termcolor:
|
||||
buildorder: 10
|
||||
rationale: |-
|
||||
|
|
@ -631,6 +654,7 @@ data:
|
|||
BuildRequired by:
|
||||
* rust-grep-regex
|
||||
* rust-regex
|
||||
* rust-regex-automata
|
||||
|
||||
Required by:
|
||||
* rust-grep-regex-devel
|
||||
|
|
@ -653,11 +677,14 @@ data:
|
|||
|
||||
BuildRequired by:
|
||||
* rust-globset
|
||||
* rust-grep-regex
|
||||
* rust-regex
|
||||
|
||||
Required by:
|
||||
* rust-globset-devel
|
||||
(built by rust-globset)
|
||||
* rust-grep-regex-devel
|
||||
(built by rust-grep-regex)
|
||||
* rust-regex-devel
|
||||
(built by rust-regex)
|
||||
ref: 8ae49fe3cc182b7574c49496db81bfc23dc53a47 # rust-aho-corasick-0.7.3-1.fc31
|
||||
|
|
@ -736,7 +763,7 @@ data:
|
|||
(built by rust-grep-regex)
|
||||
* rust-grep-searcher-devel
|
||||
(built by rust-grep-searcher)
|
||||
ref: 33005d76e15a167c0d2bdff02ab5179ea364727b # rust-grep-matcher-0.1.1-4.fc30
|
||||
ref: 9548bbc947241c2f80d10ec33f47e71a186b8ed7 # rust-grep-matcher-0.1.2-1.fc31
|
||||
rust-log:
|
||||
buildorder: 20
|
||||
rationale: |-
|
||||
|
|
@ -796,7 +823,7 @@ data:
|
|||
Required by:
|
||||
* rust-pcre2-devel
|
||||
(built by rust-pcre2)
|
||||
ref: 289e0d3ff3992e52950e5ab3cede49005e990d63 # rust-pcre2-sys-0.1.1-4.fc30
|
||||
ref: 864f8f5250fee037392da8b88519bbc419057578 # rust-pcre2-sys-0.2.0-1.fc31
|
||||
rust-proc-macro2:
|
||||
buildorder: 20
|
||||
rationale: |-
|
||||
|
|
@ -827,6 +854,7 @@ data:
|
|||
BuildRequired by:
|
||||
* rust-grep-regex
|
||||
* rust-regex
|
||||
* rust-regex-automata
|
||||
|
||||
Required by:
|
||||
* rust-grep-regex-devel
|
||||
|
|
@ -858,7 +886,7 @@ data:
|
|||
Required by:
|
||||
* rust-clap-devel
|
||||
(built by rust-clap)
|
||||
ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31
|
||||
ref: 0776aa5c1485c4af8fb70fb89827473d012aa50c # rust-textwrap-0.11.0-1.fc31
|
||||
rust-thread_local:
|
||||
buildorder: 20
|
||||
rationale: |-
|
||||
|
|
@ -899,7 +927,7 @@ data:
|
|||
|
||||
BuildRequired by:
|
||||
* rust-ripgrep
|
||||
ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31
|
||||
ref: 6e71af04e33895c2f43142e49c7075fef09f439e # rust-clap-2.33.0-2.fc31
|
||||
rust-crossbeam-channel:
|
||||
buildorder: 30
|
||||
rationale: |-
|
||||
|
|
@ -923,7 +951,7 @@ data:
|
|||
Required by:
|
||||
* rust-grep-searcher-devel
|
||||
(built by rust-grep-searcher)
|
||||
ref: 669d52a4f3b79d054761dfa85bb5c07c967f2309 # rust-encoding_rs_io-0.1.5-1.fc31
|
||||
ref: 8ccc91170f9329230928ed6fa4de88e26c846acc # rust-encoding_rs_io-0.1.6-1.fc31
|
||||
rust-pcre2:
|
||||
buildorder: 30
|
||||
rationale: |-
|
||||
|
|
@ -935,7 +963,7 @@ data:
|
|||
Required by:
|
||||
* rust-grep-pcre2-devel
|
||||
(built by rust-grep-pcre2)
|
||||
ref: eab2d4ad669b56b444532cfcaafe4940cc04b809 # rust-pcre2-0.1.1-4.fc30
|
||||
ref: d7143811b89b0be6bbaa0549549984a8c3a6c259 # rust-pcre2-0.2.0-1.fc31
|
||||
rust-quote:
|
||||
buildorder: 30
|
||||
rationale: |-
|
||||
|
|
@ -952,7 +980,7 @@ data:
|
|||
(built by rust-syn)
|
||||
* rust-syn+proc-macro-devel
|
||||
(built by rust-syn)
|
||||
ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30
|
||||
ref: 8c5ff10d7856a8a9633a0ea1950f307351654314 # rust-quote-0.6.12-1.fc31
|
||||
rust-regex:
|
||||
buildorder: 30
|
||||
rationale: |-
|
||||
|
|
@ -975,11 +1003,78 @@ data:
|
|||
* rust-ignore-devel
|
||||
(built by rust-ignore)
|
||||
ref: eed6a815a9c1bc8e18f0d9cc466108b111a63140 # rust-regex-1.1.5-1.fc31
|
||||
rust-globset:
|
||||
rust-regex-automata:
|
||||
buildorder: 30
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-bstr
|
||||
|
||||
Required by:
|
||||
* rust-bstr+unicode-devel
|
||||
(built by rust-bstr)
|
||||
ref: e41e699750ca0ca1577b38febdf3c7a4cb0aace2 # rust-regex-automata-0.1.6-1.fc31
|
||||
rust-bstr:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-globset
|
||||
* rust-grep-cli
|
||||
* rust-grep-printer
|
||||
* rust-grep-searcher
|
||||
* rust-ripgrep
|
||||
|
||||
Required by:
|
||||
* rust-globset-devel
|
||||
(built by rust-globset)
|
||||
* rust-grep-cli-devel
|
||||
(built by rust-grep-cli)
|
||||
* rust-grep-printer-devel
|
||||
(built by rust-grep-printer)
|
||||
* rust-grep-searcher-devel
|
||||
(built by rust-grep-searcher)
|
||||
ref: 9a79df4ce3498098f14fc3aa8c3b5f98d46aceae # rust-bstr-0.1.2-1.fc31
|
||||
rust-grep-pcre2:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
Required by:
|
||||
* rust-grep+pcre2-devel
|
||||
(built by rust-grep)
|
||||
ref: d2f2810b525502634cb3a4eedc3ad6a98009804a # rust-grep-pcre2-0.1.3-1.fc31
|
||||
rust-grep-regex:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-grep
|
||||
|
||||
Required by:
|
||||
* rust-grep-devel
|
||||
(built by rust-grep)
|
||||
ref: 97ec22d11618567d434e3913e3528969166a39e4 # rust-grep-regex-0.1.3-1.fc31
|
||||
rust-syn:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-serde_derive
|
||||
|
||||
Required by:
|
||||
* rust-serde_derive-devel
|
||||
(built by rust-serde_derive)
|
||||
ref: e50bbe30f0fab905b529f914fdaf3901f95b202f # rust-syn-0.15.31-1.fc31
|
||||
rust-globset:
|
||||
buildorder: 50
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-grep-cli
|
||||
* rust-ignore
|
||||
|
|
@ -989,30 +1084,9 @@ data:
|
|||
(built by rust-grep-cli)
|
||||
* rust-ignore-devel
|
||||
(built by rust-ignore)
|
||||
ref: 26a213b0cac124c107a55027647eaff8eb5aba14 # rust-globset-0.4.2-4.fc31
|
||||
rust-grep-pcre2:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
Required by:
|
||||
* rust-grep+pcre2-devel
|
||||
(built by rust-grep)
|
||||
ref: 684dabc044eefcc9d679674e64ac149a131cf9dc # rust-grep-pcre2-0.1.2-4.fc30
|
||||
rust-grep-regex:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-grep
|
||||
|
||||
Required by:
|
||||
* rust-grep-devel
|
||||
(built by rust-grep)
|
||||
ref: 00bd1f2f1d57c1bf1534694fee0aeeb4999cc2c5 # rust-grep-regex-0.1.2-1.fc30
|
||||
ref: 19e41b1d2ac619849d7775614e6940a798596e1d # rust-globset-0.4.3-1.fc31
|
||||
rust-grep-searcher:
|
||||
buildorder: 40
|
||||
buildorder: 50
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
|
|
@ -1025,39 +1099,7 @@ data:
|
|||
(built by rust-grep)
|
||||
* rust-grep-printer-devel
|
||||
(built by rust-grep-printer)
|
||||
ref: 70b2d1bbfdf45502da7d530495ddc43c60e33af3 # rust-grep-searcher-0.1.3-1.fc30
|
||||
rust-syn:
|
||||
buildorder: 40
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-serde_derive
|
||||
|
||||
Required by:
|
||||
* rust-serde_derive-devel
|
||||
(built by rust-serde_derive)
|
||||
ref: 3f3ac6a8abd66820b2a3b5e668259bfe300c435f # rust-syn-0.15.30-1.fc31
|
||||
rust-grep-cli:
|
||||
buildorder: 50
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-grep
|
||||
|
||||
Required by:
|
||||
* rust-grep-devel
|
||||
(built by rust-grep)
|
||||
ref: b8f81630eea1ef3e8cd124b80b9c2c1fd10f2b70 # rust-grep-cli-0.1.1-5.fc30
|
||||
rust-ignore:
|
||||
buildorder: 50
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-ripgrep
|
||||
ref: 3cfdd4dc5cd0a9a6741bf27d5635145886f01c0d # rust-ignore-0.4.6-3.fc31
|
||||
ref: 8b8cf93acb030493877630ebff9310ff168f2336 # rust-grep-searcher-0.1.4-1.fc31
|
||||
rust-serde_derive:
|
||||
buildorder: 50
|
||||
rationale: |-
|
||||
|
|
@ -1071,6 +1113,18 @@ data:
|
|||
* rust-grep-printer+serde1-devel
|
||||
(built by rust-grep-printer)
|
||||
ref: 5e3d37a6f0cc592eb8bc387cf47d0cdaa50953b2 # rust-serde_derive-1.0.90-1.fc31
|
||||
rust-grep-cli:
|
||||
buildorder: 60
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-grep
|
||||
|
||||
Required by:
|
||||
* rust-grep-devel
|
||||
(built by rust-grep)
|
||||
ref: 918d700b021be8312a9b2327834b89022f31a996 # rust-grep-cli-0.1.2-1.fc31
|
||||
rust-grep-printer:
|
||||
buildorder: 60
|
||||
rationale: |-
|
||||
|
|
@ -1082,7 +1136,15 @@ data:
|
|||
Required by:
|
||||
* rust-grep-devel
|
||||
(built by rust-grep)
|
||||
ref: f0b9b39a13d1d4a81f161d72461876b92cb0000e # rust-grep-printer-0.1.1-5.fc30
|
||||
ref: a10108fade23069ca8f0ca94e47139e136804f96 # rust-grep-printer-0.1.2-1.fc31
|
||||
rust-ignore:
|
||||
buildorder: 60
|
||||
rationale: |-
|
||||
Dependency of other components.
|
||||
|
||||
BuildRequired by:
|
||||
* rust-ripgrep
|
||||
ref: a4a20342389c2d82e5cc8609ce61da27878b2b9d # rust-ignore-0.4.7-1.fc31
|
||||
rust-grep:
|
||||
buildorder: 70
|
||||
rationale: |-
|
||||
|
|
@ -1090,8 +1152,8 @@ data:
|
|||
|
||||
BuildRequired by:
|
||||
* rust-ripgrep
|
||||
ref: 943f56e8a4ac18ab05ee439630bb630abd164a72 # rust-grep-0.2.3-5.fc31
|
||||
ref: 3f70ddef7ab6b176553705e35bd1569e4d37d750 # rust-grep-0.2.4-1.fc31
|
||||
rust-ripgrep:
|
||||
buildorder: 80
|
||||
rationale: Main component.
|
||||
ref: latest
|
||||
ref: 2c988849a2f5dd9c664794228a12e50d89817c66 # rust-ripgrep-11.0.0-1.fc31
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue