Rebuilt for vte 0.11

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

@ -13,6 +13,9 @@ Summary: Strip ANSI escape sequences from byte streams
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/strip-ansi-escapes URL: https://crates.io/crates/strip-ansi-escapes
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# bump vte from 0.10 to 0.11
Patch: strip-ansi-escapes-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -0,0 +1,8 @@
--- strip-ansi-escapes-0.1.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ strip-ansi-escapes-0.1.1/Cargo.toml 2023-08-24T21:02:37.335817+00:00
@@ -22,4 +22,4 @@
license = "Apache-2.0/MIT"
repository = "https://github.com/luser/strip-ansi-escapes"
[dependencies.vte]
-version = "0.10"
+version = "0.11"
Loading…
Cancel
Save