Update to 0.1.27

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

1
.gitignore vendored

@ -2,3 +2,4 @@
/futures-0.1.24.crate
/futures-0.1.25.crate
/futures-0.1.26.crate
/futures-0.1.27.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
# Generated by rust2rpm 9
%bcond_with check
%global debug_package %{nil}
%global crate futures
Name: rust-%{crate}0.1
Version: 0.1.26
Version: 0.1.27
Release: 1%{?dist}
Summary: Implementation of futures and streams featuring zero allocations
@ -19,9 +18,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
%global _description \
An implementation of futures and streams featuring zero allocations,\
composability, and iterator-like interfaces.
%global _description %{expand:
Implementation of futures and streams featuring zero allocations,
composability, and iterator-like interfaces.}
%description %{_description}
@ -51,6 +50,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+use_std-devel
Summary: %{summary}
BuildArch: noarch
@ -91,6 +102,9 @@ which use "with-deprecated" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 30 21:10:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.27-1
- Update to 0.1.27
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 0.1.26-1
- Update to 0.1.26

@ -1 +1 @@
SHA512 (futures-0.1.26.crate) = 9a41029857e6f254565ed93ed42a214b571c8e1d2ed8b8bd7644e1ebb3634d0a41f688f72f543490ffdcf5fab11cd68b838db5558af1a5aa5c7482f81e7534f9
SHA512 (futures-0.1.27.crate) = 5349e562640820de3f41662f40b3e0b2a76f8b63a34ef7f15318600a2e016d3d0e78a31ee3d3c35fffedae6f80d1bab9be7ca1ada573a6172aa703dd5ff5832a

Loading…
Cancel
Save