Compare commits

..

3 Commits

Author SHA1 Message Date
Fedora Release Engineering c74e492ee6 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering a05d2685d5 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Aleksei Bavshin 9fdb3bb121
Rebuilt for vte 0.13
1 year ago

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

@ -1,8 +1,11 @@
--- 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"
--- strip-ansi-escapes-0.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ strip-ansi-escapes-0.2.0/Cargo.toml 2023-12-22T23:36:46.260496+00:00
@@ -26,7 +26,7 @@
repository = "https://github.com/luser/strip-ansi-escapes"
[dependencies.vte]
-version = "0.10"
+version = "0.11"
-version = "0.11"
+version = "0.13"
default-features = false
[dev-dependencies.doc-comment]

Loading…
Cancel
Save