public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-flume] epel10: Update to 0.12.0, drop fastrand js feature
@ 2026-09-19  6:43 Jonathan Steffan
  0 siblings, 0 replies; only message in thread
From: Jonathan Steffan @ 2026-09-19  6:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-flume
Branch : epel10
Commit : c65994383134ea631856954420dfe92b1753b80b
Author : Jonathan Steffan <jsteffan@fedoraproject.org>
Date   : 2026-09-05T12:09:07-06:00
Stats  : +35/-20 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-flume/c/c65994383134ea631856954420dfe92b1753b80b?branch=epel10

Log:
Update to 0.12.0, drop fastrand js feature

---
diff --git a/.gitignore b/.gitignore
index 02913ae..ec76a89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /flume-0.10.14.crate
 /flume-0.11.0.crate
 /flume-0.11.1.crate
+/flume-0.12.0.crate

diff --git a/flume-fix-metadata.diff b/flume-fix-metadata.diff
index 678f559..da222ae 100644
--- a/flume-fix-metadata.diff
+++ b/flume-fix-metadata.diff
@@ -1,6 +1,18 @@
---- flume-0.11.1/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ flume-0.11.1/Cargo.toml	2024-10-19T20:49:50.375274+00:00
-@@ -73,10 +73,6 @@
+--- flume-0.12.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ flume-0.12.0/Cargo.toml	2026-09-05T17:19:09.402446+00:00
+@@ -168,10 +168,7 @@
+ 
+ [dependencies.fastrand]
+ version = "2.3"
+-features = [
+-    "std",
+-    "js",
+-]
++features = ["std"]
+ optional = true
+ 
+ [dependencies.futures-core]
+@@ -196,10 +193,6 @@
      "unstable",
  ]
  
@@ -11,7 +23,7 @@
  [dev-dependencies.crossbeam-channel]
  version = "0.5.5"
  
-@@ -89,7 +85,6 @@
+@@ -212,7 +205,6 @@
  
  [dev-dependencies.getrandom]
  version = "0.2.15"

diff --git a/rust-flume.spec b/rust-flume.spec
index 77794f5..fae963a 100644
--- a/rust-flume.spec
+++ b/rust-flume.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate flume
 
 Name:           rust-flume
-Version:        0.11.1
+Version:        0.12.0
 Release:        %autorelease
 Summary:        Blazingly fast multi-producer channel
 
@@ -15,6 +15,7 @@ URL:            https://crates.io/crates/flume
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * drop unused, benchmark-only criterion dev-dependency
+# * drop fastrand js feature
 Patch:          flume-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
@@ -76,40 +77,40 @@ use the "eventual-fairness" feature of the "%{crate}" crate.
 %files       -n %{name}+eventual-fairness-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+futures-core-devel
+%package     -n %{name}+fastrand-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+futures-core-devel %{_description}
+%description -n %{name}+fastrand-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "futures-core" feature of the "%{crate}" crate.
+use the "fastrand" feature of the "%{crate}" crate.
 
-%files       -n %{name}+futures-core-devel
+%files       -n %{name}+fastrand-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+futures-sink-devel
+%package     -n %{name}+futures-core-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+futures-sink-devel %{_description}
+%description -n %{name}+futures-core-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "futures-sink" feature of the "%{crate}" crate.
+use the "futures-core" feature of the "%{crate}" crate.
 
-%files       -n %{name}+futures-sink-devel
+%files       -n %{name}+futures-core-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+nanorand-devel
+%package     -n %{name}+futures-sink-devel
 Summary:        %{summary}
 BuildArch:      noarch
 
-%description -n %{name}+nanorand-devel %{_description}
+%description -n %{name}+futures-sink-devel %{_description}
 
 This package contains library source intended for building other packages which
-use the "nanorand" feature of the "%{crate}" crate.
+use the "futures-sink" feature of the "%{crate}" crate.
 
-%files       -n %{name}+nanorand-devel
+%files       -n %{name}+futures-sink-devel
 %ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+select-devel

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 2cd7101..e39756a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,6 @@
 [package]
 cargo-toml-patch-comments = [
     "drop unused, benchmark-only criterion dev-dependency",
+    "drop fastrand js feature",
 ]
 

diff --git a/sources b/sources
index bf48301..62d1a57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (flume-0.11.1.crate) = 652c1baecd5ffe080c1acf2fd195523907ecc1e96e3eb15acb6e72739ac057730b88047b229774556bee7956f64dea11c3be7b7906102613552b179df4a27842
+SHA512 (flume-0.12.0.crate) = 692057fec40796beef5c1ae7f0e52cbb01b2a26c7f94c51a4b73b6a1b433e3befe9a61b1462172b6412d32bcd4fa2a470eabba4a2aa904444124b19af5b74c3e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-19  6:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19  6:43 [rpms/rust-flume] epel10: Update to 0.12.0, drop fastrand js feature Jonathan Steffan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox