update to version 0.3.2

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

1
.gitignore vendored

@ -5,3 +5,4 @@
/crossbeam-queue-0.2.3.crate /crossbeam-queue-0.2.3.crate
/crossbeam-queue-0.3.0.crate /crossbeam-queue-0.3.0.crate
/crossbeam-queue-0.3.1.crate /crossbeam-queue-0.3.1.crate
/crossbeam-queue-0.3.2.crate

@ -1,18 +1,15 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-queue %global crate crossbeam-queue
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.1 Version: 0.3.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Concurrent queues Summary: Concurrent queues
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# README.md and header in src/array_queue.rs do not reflect the current state:
# https://github.com/crossbeam-rs/crossbeam/issues/536
# https://github.com/crossbeam-rs/crossbeam/pull/605
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/crossbeam-queue URL: https://crates.io/crates/crossbeam-queue
Source: %{crates_source} Source: %{crates_source}
@ -110,6 +107,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jun 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.2-1
- Update to version 0.3.2.
- Fixes RHBZ#1965798
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossbeam-queue-0.3.1.crate) = f666d14ffe4be603ada67ac1fd28526bd2517c32856dc077e5bfe512fa012c08f197e206afb2547b9b5a52ecfb1231a9bffb5b9d24cc4e58aee37ebb87b54d6f SHA512 (crossbeam-queue-0.3.2.crate) = 7e67037b7a7f134a50e34728813b85a4a6e062895b9f482fa4ef7b1e1e9cc15c9c2836b9b5dec2a4ec36eee57065dc2f1066937e1ffc5b77fae253f60cf3f05a

Loading…
Cancel
Save