public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-human-panic] epel9: Update to version 2.0.8; Fixes RHBZ#2453435
@ 2026-09-06 19:33 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-06 19:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-human-panic
Branch : epel9
Commit : cf009e59f266d1b0c5b54272d69ab3b65fdca37d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-31T12:10:05+01:00
Stats : +22/-2 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-human-panic/c/cf009e59f266d1b0c5b54272d69ab3b65fdca37d?branch=epel9
Log:
Update to version 2.0.8; Fixes RHBZ#2453435
- Allow sysinfo version 0.39
---
diff --git a/.gitignore b/.gitignore
index fb9cb11..d11d080 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/human-panic-2.0.3.crate
/human-panic-2.0.4.crate
/human-panic-2.0.6.crate
+/human-panic-2.0.8.crate
diff --git a/human-panic-fix-metadata.diff b/human-panic-fix-metadata.diff
new file mode 100644
index 0000000..723c52b
--- /dev/null
+++ b/human-panic-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- human-panic-2.0.8/Cargo.toml 2006-07-24T01:21:28+00:00
++++ human-panic-2.0.8/Cargo.toml 2026-08-31T11:07:28.142974+00:00
+@@ -110,7 +110,7 @@
+ version = "1.0.228"
+
+ [dependencies.sysinfo]
+-version = "0.38.3"
++version = ">=0.38.3, <0.40.0"
+ features = ["system"]
+ default-features = false
+
diff --git a/rust-human-panic.spec b/rust-human-panic.spec
index 5fae00b..b86e8da 100644
--- a/rust-human-panic.spec
+++ b/rust-human-panic.spec
@@ -5,13 +5,16 @@
%global crate human-panic
Name: rust-human-panic
-Version: 2.0.6
+Version: 2.0.8
Release: %autorelease
Summary: Panic messages for humans
License: MIT OR Apache-2.0
URL: https://crates.io/crates/human-panic
Source: %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Allow sysinfo 0.39. Downstream-only for now due to MSRV.
+Patch: human-panic-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index a2443f3..596d7a5 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,3 +1,8 @@
+[package]
+cargo-toml-patch-comments = [
+ "Allow sysinfo 0.39. Downstream-only for now due to MSRV.",
+]
+
[features]
hide = ["nightly", "unstable-doc"]
diff --git a/sources b/sources
index 80e1438..d372db7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (human-panic-2.0.6.crate) = 25cfd51a4c4de35f9655aa5ebf01310588bd07c91ec2b5c6259bf3cf904f84995a30bf693007300f3da0dfb447b1982b5efe73371b6a60b3049930fdf6198dc5
+SHA512 (human-panic-2.0.8.crate) = 53049c2128cb72f70f861b6b267dc7da6e74f96c1e4881b5a289706f27699e5ef96066321cada19aed96697a8465489d19c173a8c92b72ec2788a2b7b2ba9f8b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 19:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 19:33 [rpms/rust-human-panic] epel9: Update to version 2.0.8; Fixes RHBZ#2453435 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox