diff --git a/.gitignore b/.gitignore index e03349e..ff8aecb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /termcolor-1.0.4.crate /termcolor-1.0.5.crate /termcolor-1.1.0.crate +/termcolor-1.1.1.crate diff --git a/rust-termcolor.spec b/rust-termcolor.spec index 7d90809..0878177 100644 --- a/rust-termcolor.spec +++ b/rust-termcolor.spec @@ -1,12 +1,12 @@ -# Generated by rust2rpm 13 +# Generated by rust2rpm 16 %bcond_without check %global debug_package %{nil} %global crate termcolor Name: rust-%{crate} -Version: 1.1.0 -Release: 4%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Summary: Simple cross platform library for writing colored text to a terminal # Upstream license specification: Unlicense OR MIT @@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Nov 19 2020 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1. +- Fixes RHBZ#1899269 + * Sat Aug 01 2020 Fedora Release Engineering - 1.1.0-4 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index c38d69a..4f0cb73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (termcolor-1.1.0.crate) = 41b05b047cbfdd5e3990eb36f635dc8ccf26a42bd5403d6d14a9f3c341e92b61c3b8d4d5f4fcd29071a97b3d96280ed59b4557b63a769390e2729fc82ab39702 +SHA512 (termcolor-1.1.1.crate) = f0f98042425c28fca5c82821f80be2fbce75d3a9641c739b84ba274fecd404cddf83b487d567fb3213bd004bdef403c52b803fe2565e76ba0d32cea6df9f3d5e diff --git a/termcolor-fix-metadata.diff b/termcolor-fix-metadata.diff index 67a0f5b..b26df63 100644 --- a/termcolor-fix-metadata.diff +++ b/termcolor-fix-metadata.diff @@ -1,5 +1,5 @@ ---- termcolor-1.1.0/Cargo.toml 2020-01-11T15:08:11+00:00 -+++ termcolor-1.1.0/Cargo.toml 2020-01-15T06:35:47.343501+00:00 +--- termcolor-1.1.1/Cargo.toml 2020-11-18T19:08:27+00:00 ++++ termcolor-1.1.1/Cargo.toml 2020-11-19T12:40:41.614577+00:00 @@ -29,5 +29,3 @@ bench = false [dev-dependencies.doc-comment]