Compare commits

..

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

2
.gitignore vendored

@ -1,4 +1,2 @@
/supports-unicode-1.0.2.crate
/supports-unicode-2.0.0.crate
/supports-unicode-2.1.0.crate
/supports-unicode-3.0.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate supports-unicode
Name: rust-supports-unicode
Version: 3.0.0
Version: 2.0.0
Release: %autorelease
Summary: Detects whether a terminal supports unicode
@ -13,7 +13,7 @@ License: Apache-2.0
URL: https://crates.io/crates/supports-unicode
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Detects whether a terminal supports unicode.}
@ -48,7 +48,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

@ -1 +1 @@
SHA512 (supports-unicode-3.0.0.crate) = 61fc1b6c827cf7a9b6ba7d077fb4bc72fd613742e711b84895251885594bd323298e77cc25b331be73ea41bf975ff913dcce0ba5b19c0b8c6d486074036701b0
SHA512 (supports-unicode-2.0.0.crate) = 06c327af6316222685175dd916a2ac7b262525a7ffd36419f1c6031f74763a4a71e378e524c0824a9cf9667334157497a96531e43452b07b02eadd891ec00e81

Loading…
Cancel
Save