Update to 0.3.3

epel9
Josh Stone 5 years ago
parent 13a5af44b2
commit e9b62a530d

1
.gitignore vendored

@ -1,3 +1,4 @@
/futures-core-0.2.1.crate
/futures-core-0.2.3.crate
/futures-core-0.3.1.crate
/futures-core-0.3.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 11
# Generated by rust2rpm 13
# dependency loop with futures
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate futures-core
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: Core traits and types in for the `futures` library
# Upstream license specification: MIT OR Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +95,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-core-0.3.1.crate) = 6085d79e2d08678b69e729099032472127de7df106fe5fe3673c32e76dcce45550a697854587f50e074ba34ef487eca61c4933119dacd536a482176c7693f603
SHA512 (futures-core-0.3.3.crate) = 0ba61cbdd5c1e80fb8c57edd3e3cc016d9a0d3a0f111b5d6a2e93bb37942170605994db82324beb7ebfc710452ce4f12232dfbbcfcf84cdf3f9a726429906f74

Loading…
Cancel
Save