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-getrandom] epel9: Update to version 0.4.3; Fixes RHBZ#2490118
Date: Thu, 18 Jun 2026 13:21:03 GMT	[thread overview]
Message-ID: <178178886395.1.15109941743842045772.rpms-rust-getrandom-c4dd83b2326f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-getrandom
Branch : epel9
Commit : c4dd83b2326f5933f3cc5b3987d82b8b73ef3f7c
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-18T15:19:59+02:00
Stats  : +16/-26 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-getrandom/c/c4dd83b2326f5933f3cc5b3987d82b8b73ef3f7c?branch=epel9

Log:
Update to version 0.4.3; Fixes RHBZ#2490118

---
diff --git a/.gitignore b/.gitignore
index c013435..dae5760 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /getrandom-0.3.4.crate
 /getrandom-0.4.1.crate
 /getrandom-0.4.2.crate
+/getrandom-0.4.3.crate

diff --git a/getrandom-fix-metadata-auto.diff b/getrandom-fix-metadata-auto.diff
index 2e4e8be..ae14d8b 100644
--- a/getrandom-fix-metadata-auto.diff
+++ b/getrandom-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- getrandom-0.4.2/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ getrandom-0.4.2/Cargo.toml	2026-03-04T14:56:23.038040+00:00
+--- getrandom-0.4.3/Cargo.toml	2006-07-24T01:21:28+00:00
++++ getrandom-0.4.3/Cargo.toml	2026-06-18T12:01:02.923637+00:00
 @@ -56,8 +56,6 @@
  std = []
  sys_rng = ["dep:rand_core"]
@@ -9,35 +9,26 @@
  ]
  
  [lib]
-@@ -82,62 +80,6 @@
- [dependencies.rand_core]
- version = "0.10.0"
+@@ -84,51 +82,6 @@
  optional = true
--
--[target.'cfg(all(any(target_os = "linux", target_os = "android"), not(any(all(target_os = "linux", target_env = ""), getrandom_backend = "custom", getrandom_backend = "linux_raw", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))'.dependencies.libc]
+ 
+ [target.'cfg(all(any(target_os = "linux", target_os = "android"), not(any(all(target_os = "linux", target_env = ""), getrandom_backend = "custom", getrandom_backend = "linux_raw", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))'.dependencies.libc]
 -version = "0.2.154"
 -default-features = false
 -
--[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen]
+-[target.'cfg(all(target_family = "wasm", any(target_os = "unknown", target_os = "none")))'.dependencies.wasm-bindgen]
 -version = "0.2.98"
 -optional = true
 -default-features = false
 -
--[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen-test]
+-[target.'cfg(all(target_family = "wasm", any(target_os = "unknown", target_os = "none")))'.dev-dependencies.wasm-bindgen-test]
 -version = "0.3"
 -
--[target.'cfg(all(target_arch = "wasm32", any(target_os = "unknown", target_os = "none"), target_feature = "atomics"))'.dependencies.js-sys]
+-[target.'cfg(all(target_family = "wasm", any(target_os = "unknown", target_os = "none"), target_feature = "atomics"))'.dependencies.js-sys]
 -version = "0.3.77"
 -optional = true
 -default-features = false
 -
--[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p2"))'.dependencies.wasip2]
--version = "1"
--default-features = false
--
--[target.'cfg(all(target_arch = "wasm32", target_os = "wasi", target_env = "p3"))'.dependencies.wasip3]
--version = "0.4"
--
 -[target.'cfg(all(target_os = "uefi", getrandom_backend = "efi_rng"))'.dependencies.r-efi]
 -version = "6"
 -default-features = false
@@ -67,12 +58,10 @@
 -default-features = false
 -
 -[target.'cfg(target_os = "vxworks")'.dependencies.libc]
--version = "0.2.154"
--default-features = false
+ version = "0.2.154"
+ default-features = false
  
- [lints.clippy]
- cast_lossless = "warn"
-@@ -170,3 +112,4 @@
+@@ -163,3 +116,4 @@
      'cfg(target_os, values("cygwin"))',
      'cfg(target_os, values("motor"))',
  ]

diff --git a/getrandom-fix-metadata.diff b/getrandom-fix-metadata.diff
index 5fa5ab4..e3c5ce0 100644
--- a/getrandom-fix-metadata.diff
+++ b/getrandom-fix-metadata.diff
@@ -1,5 +1,5 @@
---- getrandom-0.4.2/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ getrandom-0.4.2/Cargo.toml	2026-03-04T14:56:23.039324+00:00
+--- getrandom-0.4.3/Cargo.toml	2006-07-24T01:21:28+00:00
++++ getrandom-0.4.3/Cargo.toml	2026-06-18T12:01:02.925378+00:00
 @@ -77,6 +77,9 @@
  [dependencies.cfg-if]
  version = "1"

diff --git a/rust-getrandom.spec b/rust-getrandom.spec
index f9f7907..85d57b7 100644
--- a/rust-getrandom.spec
+++ b/rust-getrandom.spec
@@ -5,7 +5,7 @@
 %global crate getrandom
 
 Name:           rust-getrandom
-Version:        0.4.2
+Version:        0.4.3
 Release:        %autorelease
 Summary:        Small cross-platform library for retrieving random data from system source
 

diff --git a/sources b/sources
index be2e568..eb37eb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (getrandom-0.4.2.crate) = 191d847be8c21369067b707c2c20cd56531478aca534ce902271e2693e84f6d74306a690759b17a8b1e9c46c639fe0e7be3b2fe41469eba4d7c27bb1c11a442f
+SHA512 (getrandom-0.4.3.crate) = 6faeff228c0aa2dd62612a0f42f6b69e9667ecb6d1627381102865de609796f202d4ae635bdc098764225c5d5f0a2dc5dd1334522692e8ec22d0c5426bc5344e

                 reply	other threads:[~2026-06-18 13:21 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=178178886395.1.15109941743842045772.rpms-rust-getrandom-c4dd83b2326f@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