Update to 0.3.3

epel9
Josh Stone 5 years ago
parent 1cd39b526e
commit 787bc186a0

1
.gitignore vendored

@ -1 +1,2 @@
/futures-task-0.3.1.crate /futures-task-0.3.1.crate
/futures-task-0.3.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 12 # Generated by rust2rpm 13
# * Cyclic dependency with futures # * Cyclic dependency with futures
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,12 +6,11 @@
%global crate futures-task %global crate futures-task
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.3
Release: 2%{?dist} Release: 1%{?dist}
Summary: Tools for working with tasks Summary: Tools for working with tasks
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/rust-lang/futures-rs/issues/2005
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/futures-task URL: https://crates.io/crates/futures-task
Source: %{crates_source} Source: %{crates_source}
@ -38,6 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -119,6 +119,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-task-0.3.1.crate) = 0d8d8b23a48c5bf9f143c4918b0afd00ee3e898afd1ab092a072adbebbd9e60dd9c21a781735845b6d4de27fdebad7b12e5b715758696f277b0c70b882bd523e SHA512 (futures-task-0.3.3.crate) = b26f9004173f7f6f81310e02e39e1133e71b955647b3baab8dcee3d86b18dc7b5907824443fab00fee5c975491af4ff5c870b70e461b759b4db86235c8cb35b7

Loading…
Cancel
Save