Update to version 0.3.19; Fixes RHBZ#2033918

epel9
Fabio Valentini 3 years ago
parent e87ebd7ce6
commit abe1b33966
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/futures-test-0.3.16.crate
/futures-test-0.3.17.crate
/futures-test-0.3.18.crate
/futures-test-0.3.19.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-test
Name: rust-%{crate}
Version: 0.3.18
Version: 0.3.19
Release: %autorelease
Summary: Common utilities for testing components built off futures-rs
@ -16,9 +16,6 @@ URL: https://crates.io/crates/futures-test
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,11 +30,11 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -47,8 +44,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (futures-test-0.3.18.crate) = 631d016ced913e47c7524a48302090c158691b3050ecdf43299a719ef8fff90be4639c7078ff955344e81ed02e9cd06e8ab444e60dacd48c3ffc81b869456601
SHA512 (futures-test-0.3.19.crate) = 7848592d764618da8d7ee4556cce390ebf9e8ad26f8206fc48d0106ec085069e0ca5edefb306a0d876147692ef7c59af3b8afe74c2389911d7c7fa55f2557cf8

Loading…
Cancel
Save