update to version 0.3.0

epel9
Fabio Valentini 4 years ago
parent 93f91bc246
commit 419b1c1b66
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/crossbeam-queue-0.2.1.crate
/crossbeam-queue-0.2.2.crate
/crossbeam-queue-0.2.3.crate
/crossbeam-queue-0.3.0.crate

@ -1,15 +1,15 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-queue
Name: rust-%{crate}
Version: 0.2.3
Release: 2%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Concurrent queues
# Upstream license specification: MIT/Apache-2.0 AND BSD-2-Clause
# Upstream license specification: MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause
License: (MIT or ASL 2.0) and BSD
URL: https://crates.io/crates/crossbeam-queue
Source: %{crates_source}
@ -64,6 +64,18 @@ which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+nightly-devel %{_description}
This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
@ -95,6 +107,10 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
- Update to version 0.3.0.
- Fixes RHBZ#1887301
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossbeam-queue-0.2.3.crate) = f53385dea0a2b0830372ee11b9d393022f501a79631a15696d641a812939faad62b61112f9da9dda381fe69ecc3c91462fad95f329eddb002aa941110297cd85
SHA512 (crossbeam-queue-0.3.0.crate) = 480772bd5fab943d5d658969ac2a01133b06979601fb4e9e5ecc466d28f474201648dee66e564813ac76cd28406c5f58ee13c662abd4ed36a9b3b2c5bdc474fc

Loading…
Cancel
Save