public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-fastrand] epel10.2: Update to version 2.4.1; Fixes RHBZ#2455106
@ 2026-07-21 13:09 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-21 13:09 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-fastrand
Branch : epel10.2
Commit : 168fe3328647507f3b1bf40d38d20e3fe714a418
Author : Marc-André Lureau <marcandre.lureau@redhat.com>
Date   : 2026-04-07T10:14:13+04:00
Stats  : +21/-15 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-fastrand/c/168fe3328647507f3b1bf40d38d20e3fe714a418?branch=epel10.2

Log:
Update to version 2.4.1; Fixes RHBZ#2455106

---
diff --git a/.gitignore b/.gitignore
index ea8d91e..d2727da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /fastrand-2.1.1.crate
 /fastrand-2.2.0.crate
 /fastrand-2.3.0.crate
+/fastrand-2.4.1.crate

diff --git a/fastrand-fix-metadata-auto.diff b/fastrand-fix-metadata-auto.diff
index 07b1780..2c51be3 100644
--- a/fastrand-fix-metadata-auto.diff
+++ b/fastrand-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- fastrand-2.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ fastrand-2.3.0/Cargo.toml	2024-12-09T19:46:08.343862+00:00
-@@ -72,18 +72,6 @@
+--- fastrand-2.4.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ fastrand-2.4.1/Cargo.toml	2026-04-07T06:09:40.449527+00:00
+@@ -47,7 +47,6 @@
  default = ["std"]
  js = [
      "std",
@@ -8,14 +8,18 @@
  ]
  std = ["alloc"]
  
+@@ -76,14 +75,3 @@
+ [dev-dependencies.wyhash]
+ version = "0.6"
+ 
 -[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom]
--version = "0.2"
--features = ["js"]
+-version = "0.3.4"
+-features = ["wasm_js"]
 -optional = true
 -
 -[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies.getrandom]
--version = "0.2"
--features = ["js"]
+-version = "0.3.4"
+-features = ["wasm_js"]
 -
 -[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
 -version = "0.3"

diff --git a/fastrand-fix-metadata.diff b/fastrand-fix-metadata.diff
index 858fe1b..aa1e7b9 100644
--- a/fastrand-fix-metadata.diff
+++ b/fastrand-fix-metadata.diff
@@ -1,6 +1,6 @@
---- fastrand-2.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ fastrand-2.3.0/Cargo.toml	2024-12-09T19:46:08.344862+00:00
-@@ -70,8 +70,5 @@
+--- fastrand-2.4.1/Cargo.toml	2006-07-24T01:21:28+00:00
++++ fastrand-2.4.1/Cargo.toml	2026-04-07T06:10:05.917360+00:00
+@@ -45,9 +45,6 @@
  [features]
  alloc = []
  default = ["std"]
@@ -9,3 +9,4 @@
 -]
  std = ["alloc"]
  
+ [lib]

diff --git a/rust-fastrand.spec b/rust-fastrand.spec
index f54d4b0..b719749 100644
--- a/rust-fastrand.spec
+++ b/rust-fastrand.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 # * missing dev-dependency: wyhash ^0.5
 %bcond check 0
 %global debug_package %{nil}
@@ -6,7 +6,7 @@
 %global crate fastrand
 
 Name:           rust-fastrand
-Version:        2.3.0
+Version:        2.4.1
 Release:        %autorelease
 Summary:        Simple and fast random number generator
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index b7cf0c7..589efb6 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -4,8 +4,8 @@ cargo-toml-patch-comments = [
 ]
 
 [tests]
-run = ["none"]
+run = false
 comments = [
-    "missing dev-dependency: wyhash ^0.5",
+    "missing dev-dependency: wyhash ^0.6",
 ]
 

diff --git a/sources b/sources
index 7de4245..20a6e36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fastrand-2.3.0.crate) = 267fecbb7459c8840f03425733d278dd6c4e7637b85b99552877117ed5e8015e094d86aa95841f77064136b7f382276c3cb2c2bef7b2881d272f4aa57c5cf947
+SHA512 (fastrand-2.4.1.crate) = 7120edccfb1aac689412f463abb816e3ec2e7c6f7da3576c060229139c11af5e69408bce42dde4d78046cd09ba8db53a6f9c4fdcd68e5fb151b72a0906a8bc7c

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

only message in thread, other threads:[~2026-07-21 13:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 13:09 [rpms/rust-fastrand] epel10.2: Update to version 2.4.1; Fixes RHBZ#2455106 

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