Compare commits

..

5 Commits

Author SHA1 Message Date
Fabio Valentini 29a30f7ac2
Update to version 3.0.2; Fixes RHBZ#2328899
2 months ago
Fabio Valentini ff0783adfc
Update to version 3.0.1; Fixes RHBZ#2309596
4 months ago
Fedora Release Engineering 30be3b7ccf Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Michel Lind 693d5b175c
Update to 3.0.0 (rhbz#2262588)
10 months ago
Fedora Release Engineering 8bc4c7893c Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago

3
.gitignore vendored

@ -1,3 +1,6 @@
/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 24
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate supports-color
Name: rust-supports-color
Version: 2.1.0
Version: 3.0.2
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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -63,8 +63,7 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip tests that only work on real TTYs
%cargo_test -- -- --skip tests::test_clicolor_ansi --skip tests::test_empty_env
%cargo_test
%endif
%changelog

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

Loading…
Cancel
Save