update to version 0.9.5

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/crossbeam-epoch-0.9.1.crate /crossbeam-epoch-0.9.1.crate
/crossbeam-epoch-0.9.3.crate /crossbeam-epoch-0.9.3.crate
/crossbeam-epoch-0.9.4.crate /crossbeam-epoch-0.9.4.crate
/crossbeam-epoch-0.9.5.crate

@ -1,5 +1,5 @@
--- crossbeam-epoch-0.9.4/Cargo.toml 1970-01-01T00:00:00+00:00 --- crossbeam-epoch-0.9.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ crossbeam-epoch-0.9.4/Cargo.toml 2021-05-13T19:14:42.787364+00:00 +++ crossbeam-epoch-0.9.5/Cargo.toml 2021-06-02T10:38:03.846851+00:00
@@ -49,10 +49,5 @@ @@ -49,10 +49,5 @@
[features] [features]
alloc = [] alloc = []

@ -5,7 +5,7 @@
%global crate crossbeam-epoch %global crate crossbeam-epoch
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.4 Version: 0.9.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Epoch-based garbage collection Summary: Epoch-based garbage collection
@ -134,6 +134,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.5-1
- Update to version 0.9.5.
- Fixes RHBZ#1965795
* Thu May 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.4-1 * Thu May 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.9.4-1
- Update to version 0.9.4. - Update to version 0.9.4.
- Fixes RHBZ#1955262 - Fixes RHBZ#1955262

@ -1 +1 @@
SHA512 (crossbeam-epoch-0.9.4.crate) = d5d2bf6a19986a8a7a6cccdefc46dde539e9772dd6d3ab9eb9275ec1006d0a517ada49e87c91d424b6ac63de82193d6dd95e733b65e097062567c91fa17befc2 SHA512 (crossbeam-epoch-0.9.5.crate) = ad822e967e5ef45fa0c4a939f057f44146f1f051032fd032355a75c0f45ae4e0a55e1d31c80bc67c01ff8d9c87a51aba7ccfe9a440f061fd8225c879aa663064

Loading…
Cancel
Save