Update to 0.2.3

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 05a861c5ab
commit d2e8f323e9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1 +1,2 @@
/futures-core-0.2.1.crate
/futures-core-0.2.3.crate

@ -0,0 +1,11 @@
--- futures-core-preview-0.2.3/Cargo.toml 1970-01-01T01:00:00+01:00
+++ futures-core-preview-0.2.3/Cargo.toml 2018-09-11T00:16:55.597479+02:00
@@ -11,7 +11,7 @@
# will likely look very different (and much more reasonable)
[package]
-name = "futures-core-preview"
+name = "futures-core"
version = "0.2.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The core traits and types in for the `futures` library.\n"

@ -3,16 +3,20 @@
%global debug_package %{nil}
%global crate futures-core
%global real_crate futures-core-preview
Name: rust-%{crate}
Version: 0.2.1
Release: 2%{?dist}
Version: 0.2.3
Release: 1%{?dist}
Summary: Core traits and types in for the `futures` library
# https://github.com/rust-lang-nursery/futures-rs/issues/1015
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/futures-core
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
URL: https://crates.io/crates/futures-core-preview
Source0: https://crates.io/api/v1/crates/%{real_crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Remove -preview suffix
Patch0: futures-core-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -34,7 +38,7 @@ This package contains library source intended for building other packages
which use %{crate} from crates.io.
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{real_crate}-%{version} -p1
%cargo_prep
%build
@ -49,9 +53,13 @@ which use %{crate} from crates.io.
%endif
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Sep 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.3-1
- Update to 0.2.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-core-0.2.1.crate) = a0678970628214cc8c36e87661080934e13bbf720e5c303eb7bdaa4f53115f8ecfa68f958c6a5149e565004be0f84abdff37f2e3579044e6422e09efac2ad853
SHA512 (futures-core-0.2.3.crate) = b5363d72bbf65513a8324e8371a64353bd9934d5f5fd7b9697fcd4a6fa7216ad4f9249fc472d3190d8e02b1d179d144d972e1548dd0935031166056d6a2e3ed5

Loading…
Cancel
Save