Update to version 1.2.4; Fixes RHBZ#2111313

epel9
Fabio Valentini 3 years ago
parent c5eced9410
commit 85b47d5406
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/concurrent-queue-1.2.2.crate
/concurrent-queue-1.2.3.crate
/concurrent-queue-1.2.4.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate concurrent-queue
Name: rust-%{crate}
Version: 1.2.3
Name: rust-concurrent-queue
Version: 1.2.4
Release: %autorelease
Summary: Concurrent multi-producer multi-consumer queue
# Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
License: Apache-2.0 OR MIT
URL: https://crates.io/crates/concurrent-queue
Source: %{crates_source}
@ -67,6 +66,8 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check}
%check
%ifnarch s390x
# * some tests fail or get stuck on s390x when compiled with LLVM 13:
# https://github.com/smol-rs/concurrent-queue/issues/21
%cargo_test
%endif
%endif

@ -1 +1 @@
SHA512 (concurrent-queue-1.2.3.crate) = 1944465ddb7f05e3741de3bc50dd2eac77a73bc923f42049ab3733440e8bc2dec38daccb882f4818bde490eecc387338b1d7e569e84ddf3bc710131381530cec
SHA512 (concurrent-queue-1.2.4.crate) = 4c0c81f02bc10b1ac25880f7a9647d787742f694a8cbc6aa921cb76c5416bae7ad94eab857e48d56a42243a96cc86bb0b7e18651021d281cca90d77a644d941a

Loading…
Cancel
Save