import rust-crossbeam-deque-0.8.4-1.el9

i9ce changed/i9ce/rust-crossbeam-deque-0.8.4-1.el9
MSVSphere Packaging Team 1 year ago
parent 739a34b8ed
commit 712b1d546e

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/crossbeam-deque-0.8.4.crate

@ -0,0 +1 @@
f92340bb71905389e4891ebde427ccd5694fc0c2 SOURCES/crossbeam-deque-0.8.4.crate

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-deque
Name: rust-crossbeam-deque
Version: 0.8.3
Version: 0.8.4
Release: %autorelease
Summary: Concurrent work-stealing deque
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-deque
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Concurrent work-stealing deque.}
@ -95,7 +95,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -113,6 +113,9 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.4-1
- Update to version 0.8.4; Fixes RHBZ#2254372
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.3-1
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save