Update to 0.1.24

epel9
Josh Stone 6 years ago
parent 35c942f26e
commit 3521ca0c85

1
.gitignore vendored

@ -1 +1,2 @@
/futures-0.1.21.crate /futures-0.1.21.crate
/futures-0.1.24.crate

@ -0,0 +1,10 @@
--- futures-0.1.24/Cargo.toml 1969-12-31T16:00:00-08:00
+++ futures-0.1.24/Cargo.toml 2018-09-07T16:14:02.543757-07:00
@@ -27,7 +27,6 @@
[features]
default = ["use_std", "with-deprecated"]
-nightly = []
use_std = []
with-deprecated = []
[badges.appveyor]

@ -5,13 +5,17 @@
%global crate futures %global crate futures
Name: rust-%{crate}0.1 Name: rust-%{crate}0.1
Version: 0.1.21 Version: 0.1.24
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
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 Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * no nightly features
Patch0: futures-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -53,6 +57,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog %changelog
* Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 0.1.24-1
- Update to 0.1.24
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.21-4 * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.21-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-0.1.21.crate) = b6079674974489fc325182404896ddd6c2fb3a3a230d0a5ebb611a418a404378442550c92c9895aad9742a6d305a90f3099c9d6ca5bdce55ed1dab2b3e01e755 SHA512 (futures-0.1.24.crate) = 605c5dc5f96a749e2fb1fd5e5a8754aef6dbdcccfff3c21d6ea9aed4251f80be8d1d1b1914a7764c08ee948f9b0a5f83bf18721ede86b248b4604a4d82704a29

Loading…
Cancel
Save