Update to 0.7.2

epel10
Josh Stone 5 years ago
parent 5dd56b49f4
commit acdec4a6e7

1
.gitignore vendored

@ -1 +1,2 @@
/flume-0.7.1.crate
/flume-0.7.2.crate

@ -3,18 +3,14 @@
%bcond_with check
%global debug_package %{nil}
# https://github.com/zesterer/flume/issues/22
%global __cargo_is_bin() false
%global crate flume
Name: rust-%{crate}
Version: 0.7.1
Version: 0.7.2
Release: 1%{?dist}
Summary: Blazingly fast multi-producer channel
# Upstream license specification: Apache-2.0/MIT
# https://github.com/zesterer/flume/issues/21
License: ASL 2.0 or MIT
URL: https://crates.io/crates/flume
Source: %{crates_source}
@ -41,6 +37,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -111,5 +108,8 @@ which use "select" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jul 22 2020 Josh Stone <jistone@redhat.com> - 0.7.2-1
- Update to 0.7.2
* Mon Mar 30 08:14:25 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.1-1
- Initial package

@ -1 +1 @@
SHA512 (flume-0.7.1.crate) = d7a22dd7836849340d3cab00b506138d58ca8934d90a7ab255ad961e962a5130a9d6f34629a91191e565f8385fd25397466014e5ede678da9bae47142436b01b
SHA512 (flume-0.7.2.crate) = fa88aca0127b1e6b1bf1f41c848d4369e57bca3d466624fd5dc5631fb8b4a45707e0c5668cb7aced51a9529f58974da9897d287e963c0ed79aee4bfb3de67aa1

Loading…
Cancel
Save