Compare commits

...

12 Commits

Author SHA1 Message Date
Fabio Valentini ca19c8c62a
Update to version 0.8.21; Fixes RHBZ#2332482
2 months ago
Fedora Release Engineering 8e797cbd7a Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini b1cff01283
Update to version 0.8.20; Fixes RHBZ#2281540
9 months ago
Fedora Release Engineering e8be13ecfb Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini be48bed939
Update to version 0.8.19; Fixes RHBZ#2257265
1 year ago
Fabio Valentini 1e5da06cd1
Update to version 0.8.18; Fixes RHBZ#2254357
1 year ago
Fedora Release Engineering 575486a8c4 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini d29418e2f5
Update to version 0.8.16; Fixes RHBZ#2214341
2 years ago
Fabio Valentini 38099d7b1e
Update to version 0.8.15; Fixes RHBZ#2173988
2 years ago
Fedora Release Engineering 5dca50e97e Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 901249277b
Update to version 0.8.14; Fixes RHBZ#2144268
2 years ago
Fabio Valentini 6afae475a9
Update to version 0.8.12; Fixes RHBZ#2130741
2 years ago

8
.gitignore vendored

@ -19,3 +19,11 @@
/crossbeam-utils-0.8.8.crate /crossbeam-utils-0.8.8.crate
/crossbeam-utils-0.8.10.crate /crossbeam-utils-0.8.10.crate
/crossbeam-utils-0.8.11.crate /crossbeam-utils-0.8.11.crate
/crossbeam-utils-0.8.12.crate
/crossbeam-utils-0.8.14.crate
/crossbeam-utils-0.8.15.crate
/crossbeam-utils-0.8.16.crate
/crossbeam-utils-0.8.18.crate
/crossbeam-utils-0.8.19.crate
/crossbeam-utils-0.8.20.crate
/crossbeam-utils-0.8.21.crate

@ -1,3 +0,0 @@
# rust-crossbeam-utils
The rust-crossbeam-utils package

@ -1,9 +1,18 @@
--- crossbeam-utils-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00 --- crossbeam-utils-0.8.21/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00 +++ crossbeam-utils-0.8.21/Cargo.toml 2024-12-15T19:16:25.064716+00:00
@@ -50,6 +50,3 @@ @@ -80,10 +80,6 @@
nightly = [] nightly = []
std = ["once_cell"] std = []
-[target."cfg(crossbeam_loom)".dependencies.loom] -[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.5" -version = "0.7.1"
-optional = true -optional = true
-
[lints.clippy.declare_interior_mutable_const]
level = "allow"
priority = 1
@@ -99,3 +95,4 @@
"cfg(crossbeam_loom)",
"cfg(crossbeam_sanitize)",
]
+

@ -1,23 +1,21 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate crossbeam-utils %global crate crossbeam-utils
Name: rust-crossbeam-utils Name: rust-crossbeam-utils
Version: 0.8.11 Version: 0.8.21
Release: %autorelease Release: %autorelease
Summary: Utilities for concurrent programming Summary: Utilities for concurrent programming
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-utils URL: https://crates.io/crates/crossbeam-utils
Source: %{crates_source} 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 Patch: crossbeam-utils-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Utilities for concurrent programming.} Utilities for concurrent programming.}
@ -64,18 +62,6 @@ use the "nightly" feature of the "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+once_cell-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+once_cell-devel %{_description}
This package contains library source intended for building other packages which
use the "once_cell" feature of the "%{crate}" crate.
%files -n %{name}+once_cell-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -89,7 +75,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -103,14 +89,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
%ifarch %{arm}
# one of the doc tests fails on armv7hl
# https://github.com/crossbeam-rs/crossbeam/issues/668
%cargo_test -- --lib
%else
%cargo_test %cargo_test
%endif %endif
%endif
%changelog %changelog
%autochangelog %autochangelog

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.11.crate) = eeb19480ca1860953507606f6649756974f65a05883c695fa371ff6d80a9fd0b94872aad5168955b4771b38f50314364236cb39363bcafe9750b687ff92a5ed5 SHA512 (crossbeam-utils-0.8.21.crate) = 6f4aa7ca10c20da291c4714b56ceb1fab1c06b03b2f4e28e474e9aeb95ab6615a25462dc7819713652c3b5f6a06fa0f24ebc92c533fcf35dfcf2655857d975f8

Loading…
Cancel
Save