Update to 1.8.0

epel9
Josh Stone 6 years ago
parent 8d30dbf88f
commit 83df5b68ba

1
.gitignore vendored

@ -1 +1,2 @@
/colored-1.7.0.crate /colored-1.7.0.crate
/colored-1.8.0.crate

@ -0,0 +1,11 @@
--- colored-1.8.0/Cargo.toml 1969-12-31T16:00:00-08:00
+++ colored-1.8.0/Cargo.toml 2019-05-02T16:22:56.518014-07:00
@@ -23,8 +23,6 @@
[dependencies.lazy_static]
version = "1.2.0"
-[dependencies.winconsole]
-version = "0.10.0"
[dev-dependencies.ansi_term]
version = "^0.9"

@ -6,14 +6,17 @@
%global crate colored %global crate colored
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.7.0 Version: 1.8.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Most simple way to add colors in your terminal Summary: Most simple way to add colors in your terminal
# Upstream license specification: MPL-2.0 # Upstream license specification: MPL-2.0
License: MPLv2.0 License: MPLv2.0
URL: https://crates.io/crates/colored URL: https://crates.io/crates/colored
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Remove the winconsole dependency -- https://github.com/mackwic/colored/issues/50
Patch0: colored-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -83,6 +86,9 @@ which use "no-color" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 1.8.0-1
- Update to 1.8.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (colored-1.7.0.crate) = 93ed373cffb1ce71728ea78d720a8dc8f0f4b30e4be901aa17ff7ca07a8ac8690ea4b025da094fb1770f4000247e7e9ff87199485597b784266eb2edbd9f061f SHA512 (colored-1.8.0.crate) = c23c6c81048b3f85b2a6b817cae157777a99bc1e9be93c73111a8cd7173520974f319fc00f6e1506d101a6308a0650192c2e43603a5a698b7bb5728e60ed1a3a

Loading…
Cancel
Save