|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|