public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gengo-bin] rawhide: For EPEL9, allow rust 1.91
@ 2026-09-01 5:51 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01 5:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gengo-bin
Branch : rawhide
Commit : c25b9d7a46fa8bb3aafbaf7e4a386dd2e4cb6015
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-01T06:37:49+01:00
Stats : +21/-0 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gengo-bin/c/c25b9d7a46fa8bb3aafbaf7e4a386dd2e4cb6015?branch=rawhide
Log:
For EPEL9, allow rust 1.91
---
diff --git a/gengo-bin-fix-metadata.diff b/gengo-bin-fix-metadata.diff
new file mode 100644
index 0000000..4200aa0
--- /dev/null
+++ b/gengo-bin-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- gengo-bin-0.15.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ gengo-bin-0.15.0/Cargo.toml 2026-09-01T05:37:36.143944+00:00
+@@ -11,7 +11,7 @@
+
+ [package]
+ edition = "2024"
+-rust-version = "1.97.1"
++rust-version = "1.91"
+ name = "gengo-bin"
+ version = "0.15.0"
+ build = false
diff --git a/rust-gengo-bin.spec b/rust-gengo-bin.spec
index 4c55d4d..7b296b5 100644
--- a/rust-gengo-bin.spec
+++ b/rust-gengo-bin.spec
@@ -18,6 +18,10 @@ Source: %{crates_source}
Source10: gengo.1
Source11: gengo-git.1
Source12: gengo-directory.1
+# Manually created patch for downstream crate metadata changes
+# * For EPEL9, loosen the Rust version 1.97.1 (bumped from 1.86 in
+# https://github.com/spenserblack/gengo/commit/fe06a46b): allow 1.91.
+Patch: gengo-bin-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 26
diff --git a/rust2rpm.toml b/rust2rpm.toml
index b8e57d0..5f758a4 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -6,6 +6,12 @@ extra-files = [
]
# The gengo-bin crate isn’t really intended for external use as a library.
cargo-install-lib = false
+cargo-toml-patch-comments = [
+ """\
+For EPEL9, loosen the Rust version 1.97.1 (bumped from 1.86 in \
+https://github.com/spenserblack/gengo/commit/fe06a46b): allow 1.91.\
+""",
+]
[[package.extra-sources]]
number = 10
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-01 5:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01 5:51 [rpms/rust-gengo-bin] rawhide: For EPEL9, allow rust 1.91 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