Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

3
.gitignore vendored

@ -1,6 +1,3 @@
/supports-color-1.3.0.crate
/supports-color-2.0.0.crate
/supports-color-2.1.0.crate
/supports-color-3.0.0.crate
/supports-color-3.0.1.crate
/supports-color-3.0.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate supports-color
Name: rust-supports-color
Version: 3.0.2
Version: 2.1.0
Release: %autorelease
Summary: Detects whether a terminal supports color, and gives details about that support
@ -13,7 +13,7 @@ License: Apache-2.0
URL: https://crates.io/crates/supports-color
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Detects whether a terminal supports color, and gives details about that
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -63,7 +63,8 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip tests that only work on real TTYs
%cargo_test -- -- --skip tests::test_clicolor_ansi --skip tests::test_empty_env
%endif
%changelog

@ -1 +1 @@
SHA512 (supports-color-3.0.2.crate) = 51c4711af667a3d68cc7e2250ebb218b9844168365e64f7811eb8b8f55e1c3460f0acb8287ad2327146e139ef22ccd6fc2bad0e589e4e2f569031661c8e448de
SHA512 (supports-color-2.1.0.crate) = 29438ef0cd6705b9bc4b5bd1a04383266eaf18d41d2328c35da63d12bafc7150ba01b37253f51fa9ca356279e8bdb8c381843801500ea4e58fce9fef119ca2be

Loading…
Cancel
Save