From fc26356a9b59fa64ad4c166a1e224036a0c18149 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 19 Sep 2023 12:39:01 +0200 Subject: [PATCH] Update to version 1.3.0; Fixes RHBZ#2239554 --- .gitignore | 1 + README.md | 3 --- rust-termcolor.spec | 6 +++--- sources | 2 +- termcolor-fix-metadata-auto.diff | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 README.md diff --git a/.gitignore b/.gitignore index c4f6719..50d9075 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /termcolor-1.1.2.crate /termcolor-1.1.3.crate /termcolor-1.2.0.crate +/termcolor-1.3.0.crate diff --git a/README.md b/README.md deleted file mode 100644 index 270be30..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-termcolor - -The rust-termcolor package \ No newline at end of file diff --git a/rust-termcolor.spec b/rust-termcolor.spec index d2d345c..c4a5e17 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 23 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate termcolor Name: rust-termcolor -Version: 1.2.0 +Version: 1.3.0 Release: %autorelease Summary: Simple cross platform library for writing colored text to a terminal @@ -18,7 +18,7 @@ Patch: termcolor-fix-metadata-auto.diff BuildRequires: rust-packaging >= 21 %global _description %{expand: -Simple cross platform library for writing colored text to a terminal.} +A simple cross platform library for writing colored text to a terminal.} %description %{_description} diff --git a/sources b/sources index beb3376..a02dfff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termcolor-1.2.0.crate) = cf1896523353390b2f90b2a8bf30f47da5fc7c2daa635bd0cd8059bdc73feb243e46e4279562fe45d5726f2840833b1e967c7de19ffc0c853592d9f86c0c1be7 +SHA512 (termcolor-1.3.0.crate) = cb6639ece1f24a30ee4f28071f5f177e88dfc294c3b9aadbc4d539bb5e796a1f47a8d3db61e7e0798d271fa1e1cad9c23f3e56e166b8688c4fd4e81fab2a8942 diff --git a/termcolor-fix-metadata-auto.diff b/termcolor-fix-metadata-auto.diff index d93b30f..e587d9d 100644 --- a/termcolor-fix-metadata-auto.diff +++ b/termcolor-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- termcolor-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ termcolor-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 +--- termcolor-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ termcolor-1.3.0/Cargo.toml 2023-09-19T10:38:02.867862+00:00 @@ -36,5 +36,3 @@ [dev-dependencies]