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-rustsec] f44: Allow gix 0.85
Date: Wed, 01 Jul 2026 10:59:45 GMT [thread overview]
Message-ID: <178290358555.1.4003913054481704666.rpms-rust-rustsec-c37510165e6a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-rustsec
Branch : f44
Commit : c37510165e6ab3f7d2be8aae4be797d03b05ebe2
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-29T11:57:37+01:00
Stats : +4/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustsec/c/c37510165e6ab3f7d2be8aae4be797d03b05ebe2?branch=f44
Log:
Allow gix 0.85
---
diff --git a/rust-rustsec.spec b/rust-rustsec.spec
index 4927ab1..351de1b 100644
--- a/rust-rustsec.spec
+++ b/rust-rustsec.spec
@@ -15,6 +15,7 @@ Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused binary-scanning feature with missing dependencies
# * temporarily allow gix 0.83; upstream wants 0.84
+# * allow newer gix 0.85: https://github.com/rustsec/rustsec/pull/1620
Patch: rustsec-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 8a2829d..13099e9 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,6 +2,7 @@
cargo-toml-patch-comments = [
"drop unused binary-scanning feature with missing dependencies",
"temporarily allow gix 0.83; upstream wants 0.84",
+ "allow newer gix 0.85: https://github.com/rustsec/rustsec/pull/1620",
]
[tests]
diff --git a/rustsec-fix-metadata.diff b/rustsec-fix-metadata.diff
index 25fa34f..c79bba1 100644
--- a/rustsec-fix-metadata.diff
+++ b/rustsec-fix-metadata.diff
@@ -1,5 +1,5 @@
--- rustsec-0.33.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ rustsec-0.33.0/Cargo.toml 2026-06-29T10:41:14.597835+00:00
++++ rustsec-0.33.0/Cargo.toml 2026-06-29T10:57:29.358141+00:00
@@ -66,13 +66,6 @@
]
@@ -39,7 +39,7 @@
[dependencies.gix]
-version = "0.84"
-+version = ">=0.83, <0.85"
++version = ">=0.83, <0.86"
features = [
"sha1",
"worktree-mutation",
reply other threads:[~2026-07-01 10:59 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=178290358555.1.4003913054481704666.rpms-rust-rustsec-c37510165e6a@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