Update to 1.9.3

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 63f7410855
commit 1b97371dfa
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -2,3 +2,4 @@
/colored-1.8.0.crate /colored-1.8.0.crate
/colored-1.9.0.crate /colored-1.9.0.crate
/colored-1.9.2.crate /colored-1.9.2.crate
/colored-1.9.3.crate

@ -1,5 +1,5 @@
--- colored-1.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- colored-1.9.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ colored-1.9.0/Cargo.toml 2019-11-23T00:08:31.369578+00:00 +++ colored-1.9.3/Cargo.toml 2020-02-24T06:03:52.395355+00:00
@@ -33,7 +33,3 @@ @@ -33,7 +33,3 @@
[features] [features]

@ -6,8 +6,8 @@
%global crate colored %global crate colored
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.2 Version: 1.9.3
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
@ -15,7 +15,7 @@ License: MPLv2.0
URL: https://crates.io/crates/colored URL: https://crates.io/crates/colored
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * Remove the winconsole dependency -- https://github.com/mackwic/colored/issues/50 # * No windows
Patch0: colored-fix-metadata.diff Patch0: colored-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -70,7 +70,7 @@ which use "no-color" feature of "%{crate}" crate.
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
find -type f -perm /111 -exec chmod -v -x '{}' '+' find -type f -executable -exec chmod -v -x '{}' +
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -88,6 +88,9 @@ find -type f -perm /111 -exec chmod -v -x '{}' '+'
%endif %endif
%changelog %changelog
* Mon Feb 24 07:03:52 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.9.3-1
- Update to 1.9.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (colored-1.9.2.crate) = b8abe705d5b47534ad7028ed5416587eee503158bef1a308dabac8bffa69db403bebfe5e4874e47f05612744b544fa10113d683352244f31fc39eb1c073c1c18 SHA512 (colored-1.9.3.crate) = 72a77360148b960662d62aa63313e235c155c761948ecc67d92f244a99fefc92ad133e1820634358130db841095027cd99b64a79aa6fa41a279e0d5d505aacd6

Loading…
Cancel
Save