import rust-crossbeam-utils-0.8.18-1.el9

i9ce changed/i9ce/rust-crossbeam-utils-0.8.18-1.el9
MSVSphere Packaging Team 1 year ago
parent c432a28b9f
commit c26fe79b8a

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/crossbeam-utils-0.8.18.crate

@ -0,0 +1 @@
d27824ee89995c0b5a6a22fe3d8b50ea2b4f1156 SOURCES/crossbeam-utils-0.8.18.crate

@ -1,9 +1,9 @@
--- crossbeam-utils-0.8.16/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.16/Cargo.toml 2023-06-23T21:53:41.395297+00:00
@@ -46,6 +46,3 @@
--- crossbeam-utils-0.8.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.18/Cargo.toml 2023-12-27T20:25:57.173664+00:00
@@ -43,6 +43,3 @@
nightly = []
std = []
-[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.5"
-version = "0.7.1"
-optional = true

@ -8,24 +8,24 @@
}%{?-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-utils
Name: rust-crossbeam-utils
Version: 0.8.16
Version: 0.8.18
Release: %autorelease
Summary: Utilities for concurrent programming
License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-utils
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
Patch: crossbeam-utils-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Utilities for concurrent programming.}
@ -85,7 +85,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
@ -103,6 +103,9 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.18-1
- Update to version 0.8.18; Fixes RHBZ#2254357
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.16-1
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save