Per upstream suggestion, back out PR 8164 instead of adding regex-syntax

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 9404cc4243
commit e8c2916738
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -1,5 +1,5 @@
--- below-common-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- below-common-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ below-common-0.6.3/Cargo.toml 2023-01-18T16:43:18.137715+00:00 +++ below-common-0.6.3/Cargo.toml 2023-01-18T18:12:10.289873+00:00
@@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
default-features = false default-features = false
@ -9,13 +9,15 @@
features = ["crossterm-backend"] features = ["crossterm-backend"]
default-features = false default-features = false
@@ -53,6 +53,9 @@ @@ -47,11 +47,6 @@
]
default-features = false [dependencies.regex]
version = "1.5.4"
-features = [
- "std",
- "unicode-perl",
-]
-default-features = false
+[dependencies.regex-syntax]
+version = "0.6"
+
[dependencies.slog] [dependencies.slog]
version = "2.7" version = "2.7"
features = [

@ -14,7 +14,7 @@ URL: https://crates.io/crates/below-common
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# - bump cursive to 0.20 # - bump cursive to 0.20
# - explicitly require regex-syntax # - restore use of regex default features (back out https://github.com/facebookincubator/below/pull/8164)
Patch: below-common-fix-metadata.diff Patch: below-common-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save