Revert "Update to 3.0.2"

async-std is not packaged.

This reverts commit 4269fa9edc.

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel10
Igor Raits 5 years ago
parent 4269fa9edc
commit b015534d9c
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1 @@
/futures-timer-0.1.1.crate /futures-timer-0.1.1.crate
/futures-timer-3.0.2.crate

@ -5,9 +5,9 @@
%global crate futures-timer %global crate futures-timer
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.2 Version: 0.1.1
Release: 1%{?dist} Release: 3%{?dist}
Summary: Timeouts for futures Summary: Timeouts and intervals for futures
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -22,7 +22,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Timeouts for futures.} Timeouts and intervals for futures.}
%description %{_description} %description %{_description}
@ -52,42 +52,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+gloo-timers-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gloo-timers-devel %{_description}
This package contains library source intended for building other packages
which use "gloo-timers" feature of "%{crate}" crate.
%files -n %{name}+gloo-timers-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+send_wrapper-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+send_wrapper-devel %{_description}
This package contains library source intended for building other packages
which use "send_wrapper" feature of "%{crate}" crate.
%files -n %{name}+send_wrapper-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+wasm-bindgen-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+wasm-bindgen-devel %{_description}
This package contains library source intended for building other packages
which use "wasm-bindgen" feature of "%{crate}" crate.
%files -n %{name}+wasm-bindgen-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -107,9 +71,6 @@ which use "wasm-bindgen" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Mar 26 08:49:15 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 3.0.2-1
- Update to 3.0.2
* Mon Feb 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-3 * Mon Feb 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-3
- Package unretirement - Package unretirement

@ -1 +1 @@
SHA512 (futures-timer-3.0.2.crate) = 47cc68f9f134e557d66a003d942d8a4201b1db56f1ed2ae276a2fe6f56b24c06ccd108d9852f9fd9db7d254bf8aefafa56cc0410bea41c3805d7e4bc3dc4d73c SHA512 (futures-timer-0.1.1.crate) = db4103ec11b571097020be15733bdbdf5b4e21ae6bc23a8438f9921bb8975d96bee75bb3fa9d3521092a149096f84269cda2e20d6173e3b4ed2092399c9fff2e

Loading…
Cancel
Save