Update to version 0.3.23; Fixes RHBZ#2118131

epel9
Fabio Valentini 2 years ago
parent ea677b66b4
commit a3634caa2a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/futures-test-0.3.18.crate /futures-test-0.3.18.crate
/futures-test-0.3.19.crate /futures-test-0.3.19.crate
/futures-test-0.3.21.crate /futures-test-0.3.21.crate
/futures-test-0.3.23.crate

@ -1,23 +1,22 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 22
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate futures-test %global crate futures-test
Name: rust-%{crate} Name: rust-futures-test
Version: 0.3.21 Version: 0.3.23
Release: %autorelease Release: %autorelease
Summary: Common utilities for testing components built off futures-rs Summary: Common utilities for testing components built off futures-rs
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/futures-test URL: https://crates.io/crates/futures-test
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Common utilities for testing components built off futures-rs.} Common utilities for testing components built off futures-rs.}
@ -34,9 +33,10 @@ 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-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +48,7 @@ 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}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +60,7 @@ This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate. use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (futures-test-0.3.21.crate) = 2258bd35c35848c4a0cbe3b9053ff31c6e84aa0aac136297e2b844747dd6f571b8655f6259a164f4059950bae5e997d3b94692b926b324a34b9ab6a12ef91983 SHA512 (futures-test-0.3.23.crate) = f781843c86d9cf94df3884f44782c7a9b109c8f1074af1b57c4bd1f33e838f95dd640b78b5b5411567c66374fd98c4da4cc08b9211fa52da8cb287e4890c8edd

Loading…
Cancel
Save