update to version 0.9.4

epel9
Fabio Valentini 4 years ago
parent 2cfdac8e1c
commit bfadddef33
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/crossbeam-epoch-0.9.0.crate
/crossbeam-epoch-0.9.1.crate
/crossbeam-epoch-0.9.3.crate
/crossbeam-epoch-0.9.4.crate

@ -1,5 +1,5 @@
--- crossbeam-epoch-0.9.3/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-epoch-0.9.3/Cargo.toml 2021-02-25T22:32:41.934057+00:00
--- crossbeam-epoch-0.9.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-epoch-0.9.4/Cargo.toml 2021-05-13T19:14:42.787364+00:00
@@ -49,10 +49,5 @@
[features]
alloc = []
@ -8,6 +8,6 @@
nightly = ["crossbeam-utils/nightly", "const_fn"]
std = ["alloc", "crossbeam-utils/std", "lazy_static"]
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.4"
-version = "0.5"
-optional = true
-package = "loom"

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-%{crate}
Version: 0.9.3
Version: 0.9.4
Release: 1%{?dist}
Summary: Epoch-based garbage collection
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source}
# Initial patched metadata
# * drop optional loom (generators dependency is only available for x86_64)
# * drop unused loom dev-dependency
Patch0: crossbeam-epoch-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -134,6 +134,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.4-1
- Update to version 0.9.4.
- Fixes RHBZ#1955262
* Thu Feb 25 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.3-1
- Update to version 0.9.3.
- Fixes RHBZ#1931104

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.9.3.crate) = f68e1957018f7b88440492403b6812403312b7252e0e873715a2a970a4c9d2647174a19853d1533451ff1f568ac7df2deaa614f342d695c613053b1a3d5d1ef1
SHA512 (crossbeam-epoch-0.9.4.crate) = d5d2bf6a19986a8a7a6cccdefc46dde539e9772dd6d3ab9eb9275ec1006d0a517ada49e87c91d424b6ac63de82193d6dd95e733b65e097062567c91fa17befc2

Loading…
Cancel
Save