update to version 0.8.1

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

1
.gitignore vendored

@ -7,3 +7,4 @@
/crossbeam-0.7.2.crate
/crossbeam-0.7.3.crate
/crossbeam-0.8.0.crate
/crossbeam-0.8.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam
Name: rust-%{crate}
Version: 0.8.0
Release: 2%{?dist}
Version: 0.8.1
Release: 1%{?dist}
Summary: Tools for concurrent programming
# Upstream license specification: MIT OR Apache-2.0
@ -155,6 +155,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jun 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1.
- Fixes RHBZ#1965797
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossbeam-0.8.0.crate) = 8846d29074f5e2a601e1bb741db9396b16270689f108e0b1621d29d15e774898e5f8d159e9af990fbba2cb414a13948a6236254353d4c594c38bf9cbfd2032d7
SHA512 (crossbeam-0.8.1.crate) = 564f5623d1a4da7b0253f14946f2e71d14ac9195d80ab3b0ad8e2ba6fc7229745c8c70c2899852d48fc93cef009109d7d7cf2dc9c875273cb8ce9223b92b0beb

Loading…
Cancel
Save