Update to 0.1.26

epel9
Josh Stone 6 years ago
parent 3cf88c2e5a
commit 0c7d3f82cb

1
.gitignore vendored

@ -1,3 +1,4 @@
/futures-0.1.21.crate /futures-0.1.21.crate
/futures-0.1.24.crate /futures-0.1.24.crate
/futures-0.1.25.crate /futures-0.1.25.crate
/futures-0.1.26.crate

@ -6,14 +6,14 @@
%global crate futures %global crate futures
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.25 Version: 0.1.26
Release: 4%{?dist} Release: 1%{?dist}
Summary: Implementation of futures and streams featuring zero allocations Summary: Implementation of futures and streams featuring zero allocations
# 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
URL: https://crates.io/crates/futures URL: https://crates.io/crates/futures
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -76,7 +76,7 @@ which use "with-deprecated" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -91,6 +91,9 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 0.1.26-1
- Update to 0.1.26
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.25-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.25-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-0.1.25.crate) = 5bba3ed715e5ecb40450b3911d2f3d469bfd93935c94a526d70c2b6604de7953f8b1e4ed80a276e42870771f581d3c7f0b40dfb9cd076bd215a3dcffc78136b3 SHA512 (futures-0.1.26.crate) = 9a41029857e6f254565ed93ed42a214b571c8e1d2ed8b8bd7644e1ebb3634d0a41f688f72f543490ffdcf5fab11cd68b838db5558af1a5aa5c7482f81e7534f9

Loading…
Cancel
Save