update to version 1.1.1

epel9
Fabio Valentini 4 years ago
parent eb7be467d1
commit 00d5914a0b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/termcolor-1.0.4.crate /termcolor-1.0.4.crate
/termcolor-1.0.5.crate /termcolor-1.0.5.crate
/termcolor-1.1.0.crate /termcolor-1.1.0.crate
/termcolor-1.1.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate termcolor %global crate termcolor
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.0 Version: 1.1.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: Simple cross platform library for writing colored text to a terminal Summary: Simple cross platform library for writing colored text to a terminal
# Upstream license specification: Unlicense OR MIT # Upstream license specification: Unlicense OR MIT
@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
- Fixes RHBZ#1899269
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (termcolor-1.1.0.crate) = 41b05b047cbfdd5e3990eb36f635dc8ccf26a42bd5403d6d14a9f3c341e92b61c3b8d4d5f4fcd29071a97b3d96280ed59b4557b63a769390e2729fc82ab39702 SHA512 (termcolor-1.1.1.crate) = f0f98042425c28fca5c82821f80be2fbce75d3a9641c739b84ba274fecd404cddf83b487d567fb3213bd004bdef403c52b803fe2565e76ba0d32cea6df9f3d5e

@ -1,5 +1,5 @@
--- termcolor-1.1.0/Cargo.toml 2020-01-11T15:08:11+00:00 --- termcolor-1.1.1/Cargo.toml 2020-11-18T19:08:27+00:00
+++ termcolor-1.1.0/Cargo.toml 2020-01-15T06:35:47.343501+00:00 +++ termcolor-1.1.1/Cargo.toml 2020-11-19T12:40:41.614577+00:00
@@ -29,5 +29,3 @@ @@ -29,5 +29,3 @@
bench = false bench = false
[dev-dependencies.doc-comment] [dev-dependencies.doc-comment]

Loading…
Cancel
Save