Update to version 1.3.0; Fixes RHBZ#2239554

epel10
Fabio Valentini 1 year ago
parent ef3b8f6383
commit 4e75f2c4c5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -13,3 +13,4 @@
/termcolor-1.1.2.crate /termcolor-1.1.2.crate
/termcolor-1.1.3.crate /termcolor-1.1.3.crate
/termcolor-1.2.0.crate /termcolor-1.2.0.crate
/termcolor-1.3.0.crate

@ -1,3 +0,0 @@
# rust-termcolor
The rust-termcolor package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate termcolor %global crate termcolor
Name: rust-termcolor Name: rust-termcolor
Version: 1.2.0 Version: 1.3.0
Release: %autorelease Release: %autorelease
Summary: Simple cross platform library for writing colored text to a terminal 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 BuildRequires: rust-packaging >= 21
%global _description %{expand: %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} %description %{_description}

@ -1 +1 @@
SHA512 (termcolor-1.2.0.crate) = cf1896523353390b2f90b2a8bf30f47da5fc7c2daa635bd0cd8059bdc73feb243e46e4279562fe45d5726f2840833b1e967c7de19ffc0c853592d9f86c0c1be7 SHA512 (termcolor-1.3.0.crate) = cb6639ece1f24a30ee4f28071f5f177e88dfc294c3b9aadbc4d539bb5e796a1f47a8d3db61e7e0798d271fa1e1cad9c23f3e56e166b8688c4fd4e81fab2a8942

@ -1,5 +1,5 @@
--- 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.2.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 @@ @@ -36,5 +36,3 @@
[dev-dependencies] [dev-dependencies]

Loading…
Cancel
Save