Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -14,7 +14,7 @@ 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 dependency from 0.10 to 0.13
# * bump vte dependency from 0.10 to 0.11
Patch: strip-ansi-escapes-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -1,8 +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-12-22T23:41:07.970958+00:00
+++ strip-ansi-escapes-0.1.1/Cargo.toml 2023-10-14T19:59:57.585218+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.13"
+version = "0.11"

Loading…
Cancel
Save