From fc8ffeb9f7ff65b905b1c7ace5cc6d9fefa0a7f6 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Fri, 17 Feb 2023 16:56:12 -0600 Subject: [PATCH] Revert dependency bump for ansi-str Signed-off-by: Michel Alexandre Salim --- papergrid-fix-metadata.diff | 11 ----------- rust-papergrid.spec | 3 --- 2 files changed, 14 deletions(-) delete mode 100644 papergrid-fix-metadata.diff diff --git a/papergrid-fix-metadata.diff b/papergrid-fix-metadata.diff deleted file mode 100644 index bf2b552..0000000 --- a/papergrid-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- papergrid-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ papergrid-0.7.1/Cargo.toml 2023-02-17T02:06:18.819897+00:00 -@@ -20,7 +20,7 @@ - repository = "https://github.com/zhiburt/tabled" - - [dependencies.ansi-str] --version = "0.5.0" -+version = "0.7.0" - optional = true - - [dependencies.ansitok] diff --git a/rust-papergrid.spec b/rust-papergrid.spec index 7a6ca3a..284b7c3 100644 --- a/rust-papergrid.spec +++ b/rust-papergrid.spec @@ -14,9 +14,6 @@ URL: https://crates.io/crates/papergrid Source: %{crates_source} # PR to symlink license text to each crate directories: https://github.com/zhiburt/tabled/pull/283 Source1: https://raw.githubusercontent.com/zhiburt/tabled/master/LICENSE -# Manually created patch for downstream crate metadata changes -# * bump ansi-str from 0.5.0 to 0.7.0 -Patch: papergrid-fix-metadata.diff BuildRequires: rust-packaging >= 21