Update to version 1.2.0; Fixes RHBZ#2152441

epel9
Fabio Valentini 2 years ago
parent 9c125f5aba
commit 3e8f295733
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/ansi_colours-1.0.3.crate /ansi_colours-1.0.3.crate
/ansi_colours-1.0.4.crate /ansi_colours-1.0.4.crate
/ansi_colours-1.1.1.crate /ansi_colours-1.1.1.crate
/ansi_colours-1.2.0.crate

@ -1,23 +1,20 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 23
# * missing dev-dependency: empfindung # * missing dev-dependency: empfindung
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ansi_colours %global crate ansi_colours
Name: rust-%{crate} Name: rust-ansi_colours
Version: 1.1.1 Version: 1.2.0
Release: %autorelease Release: %autorelease
Summary: True-colour ↔ ANSI terminal palette converter Summary: True-colour ↔ ANSI terminal palette converter
# Upstream license specification: LGPL-3.0-or-later License: LGPL-3.0-or-later
License: LGPLv3+
URL: https://crates.io/crates/ansi_colours URL: https://crates.io/crates/ansi_colours
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
True-colour ↔ ANSI terminal palette converter.} True-colour ↔ ANSI terminal palette converter.}
@ -34,9 +31,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%doc README.md %doc %{crate_instdir}/README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +45,19 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+ansi_term-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+ansi_term-devel %{_description}
This package contains library source intended for building other packages which
use the "ansi_term" feature of the "%{crate}" crate.
%files -n %{name}+ansi_term-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rgb-devel %package -n %{name}+rgb-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +69,19 @@ This package contains library source intended for building other packages which
use the "rgb" feature of the "%{crate}" crate. use the "rgb" feature of the "%{crate}" crate.
%files -n %{name}+rgb-devel %files -n %{name}+rgb-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+termcolor-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+termcolor-devel %{_description}
This package contains library source intended for building other packages which
use the "termcolor" feature of the "%{crate}" crate.
%files -n %{name}+termcolor-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (ansi_colours-1.1.1.crate) = eee698867adee7e4fe5d14885f91f9d71aa58db06d795dd0f03a8d4c99f6f39dcb11d3871dd2b8f019c443fbdd880888df1e0869202cbb8bde79fe20d60c1c57 SHA512 (ansi_colours-1.2.0.crate) = 43c555c159d51263f660636ea91338d79571278fc8ba9413ffbff4aa793b842f5a9547dc97d9268dc6d829bca200641c582e325e97f6193aa46911b8a453ad6d

Loading…
Cancel
Save