public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-human-panic] f44: Update to version 2.0.8; Fixes RHBZ#2453435
Date: Sun, 06 Sep 2026 19:34:00 GMT	[thread overview]
Message-ID: <178872324042.1.8498970409205018849.rpms-rust-human-panic-cf009e59f266@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-human-panic
            Branch : f44
            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=f44

            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

                 reply	other threads:[~2026-09-06 19:34 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=178872324042.1.8498970409205018849.rpms-rust-human-panic-cf009e59f266@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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