Compare commits

..

4 Commits

2
.gitignore vendored

@ -7,3 +7,5 @@
/async-lock-2.7.0.crate
/async-lock-2.8.0.crate
/async-lock-3.2.0.crate
/async-lock-3.3.0.crate
/async-lock-3.4.0.crate

@ -1,8 +1,24 @@
--- async-lock-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-lock-3.2.0/Cargo.toml 2024-01-05T17:41:16.349142+00:00
@@ -62,5 +62,3 @@
--- async-lock-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-lock-3.4.0/Cargo.toml 2024-06-05T20:27:15.775299+00:00
@@ -59,20 +59,13 @@
default = ["std"]
loom = [
"event-listener/loom",
- "dep:loom",
]
std = [
"event-listener/std",
"event-listener-strategy/std",
]
-[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test]
-[target."cfg(loom)".dependencies.loom]
-version = "0.7"
-optional = true
-
-[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3"
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
+

@ -0,0 +1,12 @@
--- async-lock-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-lock-3.4.0/Cargo.toml 2024-06-05T20:27:19.769318+00:00
@@ -57,9 +57,6 @@
[features]
default = ["std"]
-loom = [
- "event-listener/loom",
-]
std = [
"event-listener/std",
"event-listener-strategy/std",

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate async-lock
Name: rust-async-lock
Version: 3.2.0
Version: 3.4.0
Release: %autorelease
Summary: Async synchronization primitives
@ -14,6 +14,9 @@ URL: https://crates.io/crates/async-lock
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: async-lock-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop feature for unsupported loom permutation testing framework
Patch: async-lock-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop feature for unsupported loom permutation testing framework",
]

@ -1 +1 @@
SHA512 (async-lock-3.2.0.crate) = 46b449c5d24357ec4d47d5e77bd1305e0fcf282dd2658d63804928cab4435fdf9c9344a18df4292af816737c5d3c07b30a63846ce42d61fd4f7981606e6516fd
SHA512 (async-lock-3.4.0.crate) = 83731067a3302d3266848b0f65ea6564dad60188472c80e78a7d4cd93804f830332aa01b404b60a8f91cc1c6c7170020ebdfe4b5bae14fef6d3bddcc5f1ed9a5

Loading…
Cancel
Save