public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-event-listener] f44: Update to version 5.4.2
Date: Sat, 01 Aug 2026 21:29:05 GMT [thread overview]
Message-ID: <178561974574.1.12921672387974494824.rpms-rust-event-listener-e1d7d7d45d4b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-event-listener
Branch : f44
Commit : e1d7d7d45d4b6241698d72de6ee0cd6e1a1ee40d
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-01T23:22:14+02:00
Stats : +20/-20 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-event-listener/c/e1d7d7d45d4b6241698d72de6ee0cd6e1a1ee40d?branch=f44
Log:
Update to version 5.4.2
---
diff --git a/.gitignore b/.gitignore
index d37aac7..2c6eff1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/event-listener-5.3.1.crate
/event-listener-5.4.0.crate
/event-listener-5.4.1.crate
+/event-listener-5.4.2.crate
diff --git a/event-listener-fix-metadata-auto.diff b/event-listener-fix-metadata-auto.diff
index 68d7779..1ad10c0 100644
--- a/event-listener-fix-metadata-auto.diff
+++ b/event-listener-fix-metadata-auto.diff
@@ -1,14 +1,14 @@
---- event-listener-5.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ event-listener-5.4.1/Cargo.toml 2025-08-10T14:31:49.048432+00:00
-@@ -46,7 +46,6 @@
+--- event-listener-5.4.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ event-listener-5.4.2/Cargo.toml 2026-08-01T21:19:27.879502+00:00
+@@ -45,7 +45,6 @@
+ default = ["std"]
loom = [
- "concurrent-queue/loom",
"parking?/loom",
- "dep:loom",
]
portable-atomic = [
"portable-atomic-util",
-@@ -122,18 +121,12 @@
+@@ -113,18 +112,12 @@
[dev-dependencies.waker-fn]
version = "1"
diff --git a/event-listener-fix-metadata.diff b/event-listener-fix-metadata.diff
index faf8969..bc52f89 100644
--- a/event-listener-fix-metadata.diff
+++ b/event-listener-fix-metadata.diff
@@ -1,17 +1,16 @@
---- event-listener-5.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ event-listener-5.4.1/Cargo.toml 2025-08-10T14:32:18.423632+00:00
-@@ -43,10 +43,6 @@
+--- event-listener-5.4.2/Cargo.toml 2006-07-24T01:21:28+00:00
++++ event-listener-5.4.2/Cargo.toml 2026-08-01T21:19:57.373780+00:00
+@@ -43,9 +43,6 @@
[features]
default = ["std"]
-loom = [
-- "concurrent-queue/loom",
- "parking?/loom",
-]
portable-atomic = [
"portable-atomic-util",
"portable_atomic_crate",
-@@ -67,17 +63,8 @@
+@@ -62,17 +59,8 @@
path = "examples/mutex.rs"
[[test]]
@@ -27,17 +26,17 @@
-path = "benches/bench.rs"
-harness = false
- [dependencies.concurrent-queue]
- version = "2.4.0"
-@@ -103,11 +90,6 @@
+ [dependencies.critical-section]
+ version = "1.2.0"
+@@ -93,11 +81,6 @@
+ optional = true
default-features = false
package = "portable-atomic"
-
+-
-[dev-dependencies.criterion]
--version = "0.7"
+-version = "0.8"
-features = ["cargo_bench_support"]
-default-features = false
--
+
[dev-dependencies.critical-section]
version = "1.2.0"
- features = ["std"]
diff --git a/rust-event-listener.spec b/rust-event-listener.spec
index c00512a..b3b0430 100644
--- a/rust-event-listener.spec
+++ b/rust-event-listener.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
%bcond check 1
%global debug_package %{nil}
%global crate event-listener
Name: rust-event-listener
-Version: 5.4.1
+Version: 5.4.2
Release: %autorelease
Summary: Notify async tasks or threads
diff --git a/sources b/sources
index 1d01fc9..8abfea8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (event-listener-5.4.1.crate) = 99677a81a7abc04d6386db78fbda40ce5a9e4b628d0a1b171150b5be12e336fad04f2f8ac94e62d732dc90b0c65279bf28904e77f19c5cb6f0cad6298d97c394
+SHA512 (event-listener-5.4.2.crate) = d678f550bb06283eb38d8f7b02bed2070a8a0c840ea89c4d4e8c2559f2cc85e7b525298bffbfbfddaf0a49a324b35363c9348730233176f99b5b1d698b4aa63c
reply other threads:[~2026-08-01 21:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178561974574.1.12921672387974494824.rpms-rust-event-listener-e1d7d7d45d4b@fedoraproject.org \
--to=decathorpe@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox