|
|
@ -1,16 +1,19 @@
|
|
|
|
# Generated by rust2rpm 15
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
%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.0
|
|
|
|
Version: 0.3.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Concurrent queues
|
|
|
|
Summary: Concurrent queues
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause
|
|
|
|
# Upstream license specification: MIT OR Apache-2.0
|
|
|
|
License: (MIT or ASL 2.0) and BSD
|
|
|
|
# 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
|
|
|
|
URL: https://crates.io/crates/crossbeam-queue
|
|
|
|
URL: https://crates.io/crates/crossbeam-queue
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
@ -36,7 +39,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY
|
|
|
|
%license LICENSE-APACHE LICENSE-MIT
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%doc README.md CHANGELOG.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
@ -107,6 +110,10 @@ which use "std" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Nov 28 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
|
|
|
|
|
|
|
- Update to version 0.3.1.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1901761
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
|
|
|
|
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
|
|
|
|
- Update to version 0.3.0.
|
|
|
|
- Update to version 0.3.0.
|
|
|
|
- Fixes RHBZ#1887301
|
|
|
|
- Fixes RHBZ#1887301
|
|
|
|