update to version 1.1.2

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

1
.gitignore vendored

@ -10,3 +10,4 @@
/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 /termcolor-1.1.1.crate
/termcolor-1.1.2.crate

@ -5,7 +5,7 @@
%global crate termcolor %global crate termcolor
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.1 Version: 1.1.2
Release: 1%{?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
@ -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.2-1
- Update to version 1.1.2.
- Fixes RHBZ#1899534
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1 * Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1. - Update to version 1.1.1.
- Fixes RHBZ#1899269 - Fixes RHBZ#1899269

@ -1 +1 @@
SHA512 (termcolor-1.1.1.crate) = f0f98042425c28fca5c82821f80be2fbce75d3a9641c739b84ba274fecd404cddf83b487d567fb3213bd004bdef403c52b803fe2565e76ba0d32cea6df9f3d5e SHA512 (termcolor-1.1.2.crate) = f37b034345382cd621b1344a3fb301ca3d4d9db8b5858ac1ea82372c983229fce3c0ea8213d6b7e91291b6034affe11e2c3e593dbd95256294ce5c584b33e14c

@ -1,8 +1,10 @@
--- termcolor-1.1.1/Cargo.toml 2020-11-18T19:08:27+00:00 --- termcolor-1.1.2/Cargo.toml 2020-11-19T13:21:55+00:00
+++ termcolor-1.1.1/Cargo.toml 2020-11-19T12:40:41.614577+00:00 +++ termcolor-1.1.2/Cargo.toml 2020-11-19T22:15:50.940502+00:00
@@ -29,5 +29,3 @@ @@ -27,7 +27,3 @@
[lib]
name = "termcolor"
bench = false bench = false
[dev-dependencies.doc-comment] -
version = "0.3" -[dev-dependencies]
-[target."cfg(windows)".dependencies.winapi-util] -[target."cfg(windows)".dependencies.winapi-util]
-version = "0.1.3" -version = "0.1.3"

Loading…
Cancel
Save