public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustsec] rawhide: Allow gix 0.85
@ 2026-07-01 10:58 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-01 10:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rustsec
Branch : rawhide
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=rawhide
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",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-01 10:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-01 10:58 [rpms/rust-rustsec] rawhide: Allow gix 0.85 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