Update to 3.0.2

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

1
.gitignore vendored

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

@ -1,13 +1,14 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 13
%bcond_without check # * Circular dep with async-std
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate futures-timer %global crate futures-timer
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 3.0.2
Release: 3%{?dist} Release: 1%{?dist}
Summary: Timeouts and intervals for futures Summary: Timeouts 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 +23,7 @@ BuildArch: noarch
BuildRequires: rust-packaging BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Timeouts and intervals for futures.} Timeouts for futures.}
%description %{_description} %description %{_description}
@ -52,6 +53,42 @@ 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
@ -71,6 +108,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 19 07:14:30 CEST 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-0.1.1.crate) = db4103ec11b571097020be15733bdbdf5b4e21ae6bc23a8438f9921bb8975d96bee75bb3fa9d3521092a149096f84269cda2e20d6173e3b4ed2092399c9fff2e SHA512 (futures-timer-3.0.2.crate) = 47cc68f9f134e557d66a003d942d8a4201b1db56f1ed2ae276a2fe6f56b24c06ccd108d9852f9fd9db7d254bf8aefafa56cc0410bea41c3805d7e4bc3dc4d73c

Loading…
Cancel
Save