Update to 0.6.4

epel9
Josh Stone 6 years ago
parent 872f94206b
commit 086fe0fd55

1
.gitignore vendored

@ -4,3 +4,4 @@
/crossbeam-utils-0.4.1.crate
/crossbeam-utils-0.5.0.crate
/crossbeam-utils-0.6.3.crate
/crossbeam-utils-0.6.4.crate

@ -6,19 +6,23 @@
%global crate crossbeam-utils
Name: rust-%{crate}
Version: 0.6.3
Version: 0.6.4
Release: 1%{?dist}
Summary: Utilities for concurrent programming
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-utils
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: (crate(cfg-if/default) >= 0.1.0 with crate(cfg-if/default) < 0.2.0)
BuildRequires: (crate(lazy_static/default) >= 1.1.0 with crate(lazy_static/default) < 2.0.0)
%if %{with check}
BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif
%global _description \
Utilities for concurrent programming.
@ -51,6 +55,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -64,9 +80,7 @@ which use "std" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
# https://github.com/crossbeam-rs/crossbeam/pull/265
chmod -x benches/atomic_cell.rs
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -81,6 +95,9 @@ chmod -x benches/atomic_cell.rs
%endif
%changelog
* Mon Jan 28 2019 Josh Stone <jistone@redhat.com> - 0.6.4-1
- Update to 0.6.4
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.3-1
- Update to 0.6.3

@ -1 +1 @@
SHA512 (crossbeam-utils-0.6.3.crate) = 3a6df428dc2791a76823be7658905be2c45bb859703bc13e5c1142c4e5c815f2c0bc12da7419370c541afbba8e85c078f0ee0da65c27502972a6187c80b8ee7d
SHA512 (crossbeam-utils-0.6.4.crate) = 23c845189d6a6e1d02477d6a1fdc519a17a0b0f498634d5076740df5164802f66965c38e7a10278dd4123a033916de64c724f4635a541ff4fe6a35acde1a1ec7

Loading…
Cancel
Save