Update to 0.3.3

epel9
Josh Stone 5 years ago
parent e8bafc74d6
commit fd17a20300

1
.gitignore vendored

@ -5,3 +5,4 @@
/futures-0.2.1.crate
/futures-0.2.2.crate
/futures-0.3.1.crate
/futures-0.3.3.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
# * Tests are possible to run only in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate futures
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: Implementation of futures and streams
# Upstream license specification: MIT OR Apache-2.0
@ -89,18 +89,6 @@ which use "bilock" feature of "%{crate}" crate.
%files -n %{name}+bilock-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+cfg-target-has-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+cfg-target-has-atomic-devel %{_description}
This package contains library source intended for building other packages
which use "cfg-target-has-atomic" feature of "%{crate}" crate.
%files -n %{name}+cfg-target-has-atomic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+compat-devel
Summary: %{summary}
BuildArch: noarch
@ -185,18 +173,6 @@ which use "thread-pool" feature of "%{crate}" crate.
%files -n %{name}+thread-pool-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -216,6 +192,9 @@ which use "unstable" 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-0.3.1.crate) = 89f2bfd875debd4ac9e355d588f9b129d0a0c7f82b163f7f68f07de183546e4ee4c174e5d01fa6605cdb78b66f65ec63973bb11327f25b51fd67ba83f49958fb
SHA512 (futures-0.3.3.crate) = 549fbfad030664c2c8e437a428d36204c04f406bfa124fed10efc9cac11c499f7f23fea5a5f76ee8121ec3bda3a47dafa59b0986bec449ebcb29bb514cf4d95b

Loading…
Cancel
Save