|
|
@ -6,14 +6,14 @@
|
|
|
|
%global crate crossbeam-epoch
|
|
|
|
%global crate crossbeam-epoch
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.7.0
|
|
|
|
Version: 0.7.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Epoch-based garbage collection
|
|
|
|
Summary: Epoch-based garbage collection
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
URL: https://crates.io/crates/crossbeam-epoch
|
|
|
|
URL: https://crates.io/crates/crossbeam-epoch
|
|
|
|
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * no nightly features
|
|
|
|
# * no nightly features
|
|
|
|
Patch0: crossbeam-epoch-fix-metadata.diff
|
|
|
|
Patch0: crossbeam-epoch-fix-metadata.diff
|
|
|
@ -100,7 +100,7 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -115,6 +115,9 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jan 28 2019 Josh Stone <jistone@redhat.com> - 0.7.1-1
|
|
|
|
|
|
|
|
- Update to 0.7.1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
|
|
|
|
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
|
|
|
|
- Update to 0.7.0
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
|
|