public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gengo] epel9: For EPEL9, allow rust 1.91
@ 2026-09-01  5:50 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-01  5:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gengo
Branch : epel9
Commit : c922491b6692a8734463c546761149d3d34129fd
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-09-01T06:32:25+01:00
Stats  : +16/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gengo/c/c922491b6692a8734463c546761149d3d34129fd?branch=epel9

Log:
For EPEL9, allow rust 1.91

---
diff --git a/gengo-fix-metadata.diff b/gengo-fix-metadata.diff
index 665e82d..18b439a 100644
--- a/gengo-fix-metadata.diff
+++ b/gengo-fix-metadata.diff
@@ -1,5 +1,14 @@
 --- gengo-0.15.0/Cargo.toml	2006-07-24T01:21:28+00:00
-+++ gengo-0.15.0/Cargo.toml	2026-08-31T20:31:11.143334+00:00
++++ gengo-0.15.0/Cargo.toml	2026-09-01T05:32:12.937887+00:00
+@@ -11,7 +11,7 @@
+ 
+ [package]
+ edition = "2024"
+-rust-version = "1.97.1"
++rust-version = "1.91"
+ name = "gengo"
+ version = "0.15.0"
+ build = false
 @@ -97,14 +97,6 @@
  version = "1"
  features = ["derive"]

diff --git a/rust-gengo.spec b/rust-gengo.spec
index ffbcacf..a81713a 100644
--- a/rust-gengo.spec
+++ b/rust-gengo.spec
@@ -14,6 +14,8 @@ URL:            https://crates.io/crates/gengo
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Do not depend on criterion; it is needed only for benchmarks
+# * 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-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24

diff --git a/rust2rpm.toml b/rust2rpm.toml
index da453d6..d2f4e42 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,6 +1,10 @@
 [package]
 cargo-toml-patch-comments = [
     "Do not depend on criterion; it is needed only for benchmarks",
+    """\
+For EPEL9, loosen the Rust version 1.97.1 (bumped from 1.86 in \
+https://github.com/spenserblack/gengo/commit/fe06a46b): allow 1.91.\
+""",
 ]
 
 [tests]

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-01  5:50 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:50 [rpms/rust-gengo] epel9: 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