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-sluice] f45: Update to version 0.5.5; Fixes RHBZ#1922647
Date: Tue, 08 Sep 2026 19:25:04 GMT	[thread overview]
Message-ID: <178889550406.1.1408473258639813384.rpms-rust-sluice-964560eda805@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sluice
Branch : f45
Commit : 964560eda8058082045cbfc587a5f543a70166ec
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2021-11-06T14:39:02+01:00
Stats  : +18/-3 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sluice/c/964560eda8058082045cbfc587a5f543a70166ec?branch=f45

Log:
Update to version 0.5.5; Fixes RHBZ#1922647

---
diff --git a/.gitignore b/.gitignore
index 0c2cf04..a94f0bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /sluice-0.5.1.crate
 /sluice-0.5.2.crate
 /sluice-0.5.3.crate
+/sluice-0.5.5.crate

diff --git a/rust-sluice.spec b/rust-sluice.spec
index 9fc55d3..8f17e19 100644
--- a/rust-sluice.spec
+++ b/rust-sluice.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 15
+# Generated by rust2rpm 18
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate sluice
 
 Name:           rust-%{crate}
-Version:        0.5.3
+Version:        0.5.5
 Release:        %autorelease
 Summary:        Efficient ring buffer for byte buffers, FIFO queues, and SPSC channels
 
@@ -13,6 +13,9 @@ Summary:        Efficient ring buffer for byte buffers, FIFO queues, and SPSC ch
 License:        MIT
 URL:            https://crates.io/crates/sluice
 Source:         %{crates_source}
+# Initial patched metadata
+# * drop unused benchmark-only criterion dependency to speed up builds
+Patch0:         sluice-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
 %if %{__cargo_skip_build}

diff --git a/sluice-fix-metadata.diff b/sluice-fix-metadata.diff
new file mode 100644
index 0000000..c6ed3ff
--- /dev/null
+++ b/sluice-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- sluice-0.5.5/Cargo.toml	1970-01-01T00:00:00+00:00
++++ sluice-0.5.5/Cargo.toml	2021-11-06T13:27:04.538367+00:00
+@@ -34,8 +34,6 @@
+ 
+ [dependencies.futures-io]
+ version = "0.3"
+-[dev-dependencies.criterion]
+-version = "0.3"
+ 
+ [dev-dependencies.futures]
+ version = "0.3"

diff --git a/sources b/sources
index 39c4c70..2a3e396 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sluice-0.5.3.crate) = c574db1883f7ea9ae174a83beb897cd219da9c0dbf026f8d394c5a4a9428fd2037811deb05a2fc5d2d77c4914dbb6d2036efc71f484517f639a3ff041e13384b
+SHA512 (sluice-0.5.5.crate) = d0a85db370a921f0591d63a5a78fffedc4c97e5a68915c86753dfb7798cf120542b1fc3193e093655442b34502ce6cadc799b25e39e26c122683e26ebd0383b3

                 reply	other threads:[~2026-09-08 19:25 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=178889550406.1.1408473258639813384.rpms-rust-sluice-964560eda805@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