Update to version 2.1.0; Fixes RHBZ#2259277

epel10
Fabio Valentini 1 year ago
parent e73f07a6f6
commit 4b4540edc9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate supports-unicode
Name: rust-supports-unicode
Version: 2.0.0
Version: 2.1.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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (supports-unicode-2.0.0.crate) = 06c327af6316222685175dd916a2ac7b262525a7ffd36419f1c6031f74763a4a71e378e524c0824a9cf9667334157497a96531e43452b07b02eadd891ec00e81
SHA512 (supports-unicode-2.1.0.crate) = 802f5afbc4b28820e517ad07a457dd56f8d237c07046ced40f98f8f8c7816bf882dce0e807977b3362444279319590ec77aa83722e3857201709529f9fe0027c

Loading…
Cancel
Save