Compare commits

...

8 Commits

Author SHA1 Message Date
Fabio Valentini f3029a8737
Update to version 0.8.19; Fixes RHBZ#2257265
1 year ago
Fabio Valentini 2afd67b269
Update to version 0.8.18; Fixes RHBZ#2254357
1 year ago
Fabio Valentini 414d67d6dc
Update to version 0.8.16; Fixes RHBZ#2214341
2 years ago
Fabio Valentini 266c18d3cc
Update to version 0.8.15; Fixes RHBZ#2173988
2 years ago
Fabio Valentini c5905cf89c
Update to version 0.8.14; Fixes RHBZ#2144268
2 years ago
Fabio Valentini 95d6446824
Update to version 0.8.12; Fixes RHBZ#2130741
2 years ago
Fabio Valentini 52cc0c6158
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 6f0fe5dd2e
Rebuild
3 years ago

6
.gitignore vendored

@ -19,3 +19,9 @@
/crossbeam-utils-0.8.8.crate
/crossbeam-utils-0.8.10.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

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

@ -1,9 +1,9 @@
--- crossbeam-utils-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.11/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -50,6 +50,3 @@
--- crossbeam-utils-0.8.19/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-utils-0.8.19/Cargo.toml 2024-01-11T17:30:04.896763+00:00
@@ -42,6 +42,3 @@
nightly = []
std = ["once_cell"]
std = []
-[target."cfg(crossbeam_loom)".dependencies.loom]
-version = "0.5"
-version = "0.7.1"
-optional = true

@ -1,23 +1,21 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate crossbeam-utils
Name: rust-crossbeam-utils
Version: 0.8.11
Version: 0.8.19
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
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Utilities for concurrent programming.}
@ -64,18 +62,6 @@ use the "nightly" feature of the "%{crate}" crate.
%files -n %{name}+nightly-devel
%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
Summary: %{summary}
BuildArch: noarch
@ -89,7 +75,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,14 +89,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with 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
%endif
%endif
%changelog
%autochangelog

@ -1 +1 @@
SHA512 (crossbeam-utils-0.8.11.crate) = eeb19480ca1860953507606f6649756974f65a05883c695fa371ff6d80a9fd0b94872aad5168955b4771b38f50314364236cb39363bcafe9750b687ff92a5ed5
SHA512 (crossbeam-utils-0.8.19.crate) = 6e742fbb0d2a6371db87e81f8ac583259530a288237d0e8347394581c60004703a822318ec945936c410bb44001b115d8d986bb264e5b2d8091bb63a8edd93a9

Loading…
Cancel
Save