Update to 0.7.0

epel9
Josh Stone 6 years ago
parent 838e33c5c3
commit a0e2ddcdd6

1
.gitignore vendored

@ -6,3 +6,4 @@
/crossbeam-epoch-0.5.2.crate /crossbeam-epoch-0.5.2.crate
/crossbeam-epoch-0.6.0.crate /crossbeam-epoch-0.6.0.crate
/crossbeam-epoch-0.6.1.crate /crossbeam-epoch-0.6.1.crate
/crossbeam-epoch-0.7.0.crate

@ -1,9 +1,9 @@
--- crossbeam-epoch-0.6.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- crossbeam-epoch-0.7.0/Cargo.toml 1969-12-31T16:00:00-08:00
+++ crossbeam-epoch-0.6.1/Cargo.toml 2018-12-15T09:57:27.712691+01:00 +++ crossbeam-epoch-0.7.0/Cargo.toml 2019-01-07T16:22:00.353462-08:00
@@ -48,6 +48,5 @@ @@ -48,6 +48,5 @@
[features] [features]
default = ["std"] default = ["std"]
-nightly = ["arrayvec/use_union"] -nightly = ["crossbeam-utils/nightly", "arrayvec/use_union"]
sanitize = [] sanitize = []
std = ["lazy_static", "crossbeam-utils/std"] std = ["crossbeam-utils/std", "lazy_static"]

@ -6,7 +6,7 @@
%global crate crossbeam-epoch %global crate crossbeam-epoch
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.1 Version: 0.7.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Epoch-based garbage collection Summary: Epoch-based garbage collection
@ -29,7 +29,7 @@ BuildRequires: (crate(lazy_static/default) >= 1.0.0 with crate(lazy_static/defa
BuildRequires: (crate(memoffset/default) >= 0.2.0 with crate(memoffset/default) < 0.3.0) BuildRequires: (crate(memoffset/default) >= 0.2.0 with crate(memoffset/default) < 0.3.0)
BuildRequires: (crate(scopeguard) >= 0.3.0 with crate(scopeguard) < 0.4.0) BuildRequires: (crate(scopeguard) >= 0.3.0 with crate(scopeguard) < 0.4.0)
%if %{with check} %if %{with check}
BuildRequires: (crate(rand/default) >= 0.5.0 with crate(rand/default) < 0.6.0) BuildRequires: (crate(rand/default) >= 0.6.0 with crate(rand/default) < 0.7.0)
%endif %endif
%global _description \ %global _description \
@ -115,6 +115,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.7.0-1
- Update to 0.7.0
* Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-1 * Sat Dec 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.1-1
- Update to 0.6.1 - Update to 0.6.1

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.6.1.crate) = f2be7ffda167935b4a30ff0264762477690bd7e7916ad26e6bdfe8a7a0a6fe0bea5e8662b2a6e7fa7dba26baf4c2c2944307cf19b5565a957af1f9f3b336e7ed SHA512 (crossbeam-epoch-0.7.0.crate) = 25eaefa2995ec546a3da2a1bd8554061ef840036fa93e666cd0850b35b217286000fbf605f0f7d5b85ecd0075694afb24b1cb873241c261f3f40b884320fedd9

Loading…
Cancel
Save