Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

3
.gitignore vendored

@ -1,5 +1,2 @@
/event-listener-strategy-0.3.0.crate
/event-listener-strategy-0.4.0.crate
/event-listener-strategy-0.5.0.crate
/event-listener-strategy-0.5.2.crate
/event-listener-strategy-0.5.3.crate

@ -1,14 +1,8 @@
--- event-listener-strategy-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ event-listener-strategy-0.5.3/Cargo.toml 2024-12-01T20:22:36.947505+00:00
@@ -67,10 +67,8 @@
loom = ["event-listener/loom"]
--- event-listener-strategy-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ event-listener-strategy-0.4.0/Cargo.toml 2024-01-02T13:48:47.020742+00:00
@@ -53,5 +53,3 @@
default = ["std"]
std = ["event-listener/std"]
-[target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test]
-[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3.37"
-
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]
+

@ -1,10 +0,0 @@
--- event-listener-strategy-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ event-listener-strategy-0.5.3/Cargo.toml 2024-12-01T20:22:40.167522+00:00
@@ -64,7 +64,6 @@
[features]
default = ["std"]
-loom = ["event-listener/loom"]
std = ["event-listener/std"]
[lints.rust.unexpected_cfgs]

@ -1,11 +1,11 @@
# Generated by rust2rpm 27
%bcond check 1
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate event-listener-strategy
Name: rust-event-listener-strategy
Version: 0.5.3
Version: 0.4.0
Release: %autorelease
Summary: Block or poll on event_listener easily
@ -14,9 +14,6 @@ URL: https://crates.io/crates/event-listener-strategy
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: event-listener-strategy-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop feature for unsupported loom permutation testing framework
Patch: event-listener-strategy-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24

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

@ -1 +1 @@
SHA512 (event-listener-strategy-0.5.3.crate) = f1a14f69afb9765a317b3d7bda505a28f050a7594d6b07e5263d635b806d494ab41c456dcf38ca924ecc0595be0f77e32ffe239107fce1cc5b71ee7249419f5a
SHA512 (event-listener-strategy-0.4.0.crate) = 02e8253ce8b680d9df72b786115d8894147483c5b44d530adb600718213424b2d87c899517ddacefe73738ec9c8904d042341d4aab8076fd19876e89972061e9

Loading…
Cancel
Save