diff --git a/rust-strip-ansi-escapes.spec b/rust-strip-ansi-escapes.spec index 08b5089..5c2de09 100644 --- a/rust-strip-ansi-escapes.spec +++ b/rust-strip-ansi-escapes.spec @@ -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 diff --git a/strip-ansi-escapes-fix-metadata.diff b/strip-ansi-escapes-fix-metadata.diff index 04528bc..d5af396 100644 --- a/strip-ansi-escapes-fix-metadata.diff +++ b/strip-ansi-escapes-fix-metadata.diff @@ -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]