import rust-crossbeam-epoch-0.9.17-1.el9

i9ce changed/i9ce/rust-crossbeam-epoch-0.9.17-1.el9
MSVSphere Packaging Team 1 year ago
parent 73e6ce249b
commit 9f323bdd17

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/crossbeam-epoch-0.9.17.crate

@ -0,0 +1 @@
6363a924b2573952465b29178ca2133d6030be2f SOURCES/crossbeam-epoch-0.9.17.crate

@ -1,6 +1,6 @@
--- crossbeam-epoch-0.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.15/Cargo.toml 2023-06-23T21:55:27.918694+00:00
@@ -58,7 +58,6 @@
--- crossbeam-epoch-0.9.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.17/Cargo.toml 2023-12-27T20:28:23.715342+00:00
@@ -48,7 +48,6 @@
alloc = []
default = ["std"]
loom = [
@ -8,11 +8,11 @@
"crossbeam-utils/loom",
]
nightly = ["crossbeam-utils/nightly"]
@@ -67,7 +66,3 @@
@@ -57,7 +56,3 @@
"crossbeam-utils/std",
]
-[target."cfg(crossbeam_loom)".dependencies.loom-crate]
-version = "0.5"
-version = "0.7.1"
-optional = true
-package = "loom"

@ -1,6 +1,6 @@
--- crossbeam-epoch-0.9.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.15/Cargo.toml 2023-06-23T21:55:35.991725+00:00
@@ -57,9 +57,6 @@
--- crossbeam-epoch-0.9.17/Cargo.toml 1970-01-01T00:00:01+00:00
+++ crossbeam-epoch-0.9.17/Cargo.toml 2023-12-27T20:28:39.797416+00:00
@@ -47,9 +47,6 @@
[features]
alloc = []
default = ["std"]

@ -2,35 +2,33 @@
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-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-epoch
Name: rust-crossbeam-epoch
Version: 0.9.15
Version: 0.9.17
Release: %autorelease
Summary: Epoch-based garbage collection
License: MIT OR Apache-2.0
URL: https://crates.io/crates/crossbeam-epoch
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
Patch: crossbeam-epoch-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop unstable-only dependency on loom
Patch: crossbeam-epoch-fix-metadata.diff
# * remove redundant clone() call to fix builds with Rust 1.73+
Patch: 0001-Remove-redundant-clone-call-to-fix-builds-with-Rust-.patch
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Epoch-based garbage collection.}
@ -102,7 +100,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
@ -120,6 +118,9 @@ use the "std" feature of the "%{crate}" crate.
%endif
%changelog
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.17-1
- Update to version 0.9.17; Fixes RHBZ#2254355
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.15-2
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save