update to version 0.8.4

epel9
Fabio Valentini 4 years ago
parent 259bb30020
commit fffbb514d8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/crossbeam-utils-0.8.0.crate
/crossbeam-utils-0.8.1.crate
/crossbeam-utils-0.8.3.crate
/crossbeam-utils-0.8.4.crate

@ -1,9 +1,9 @@
--- crossbeam-utils-0.8.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-utils-0.8.3/Cargo.toml 2021-02-25T22:34:47.875626+00:00
--- crossbeam-utils-0.8.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-utils-0.8.4/Cargo.toml 2021-04-29T22:02:16.621464+00:00
@@ -37,6 +37,3 @@
default = ["std"]
nightly = []
std = ["lazy_static"]
-[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.4"
-version = "0.5"
-optional = true

@ -1,12 +1,12 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-utils
Name: rust-%{crate}
Version: 0.8.3
Release: 2%{?dist}
Version: 0.8.4
Release: 1%{?dist}
Summary: Utilities for concurrent programming
# Upstream license specification: MIT OR Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-utils
Source: %{crates_source}
# Initial patched metadata
# * drop optional loom (generators dependency is only available for x86_64)
# * drop unused loom dev-dependency
Patch0: crossbeam-utils-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -116,6 +116,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Apr 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.4-1
- Update to version 0.8.4.
- Fixes RHBZ#1955264
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.3-2
- Temporarily disable doc tests on armv7hl.

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.3.crate) = 2e89ceea586873e957a31b510f8e8cb0c6675def32ea6b9a9483166b47f69c1ad448a79d897796883b696bf77cb0fcb1d0ac28ee779146f6500ca9a54aa7b4fb
SHA512 (crossbeam-utils-0.8.4.crate) = 6147ee3048f2df2c311c6d9d683b239249e6f49f8b2b27eaeaea9361b32fccb1ba37fd8bd3fa147d70b7d7d8d3281d3018939c4a70a75e191da7d86128c4648c

Loading…
Cancel
Save