public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-vte4] f44: Update io-lifetimes dependency to v3
@ 2026-08-14 13:18 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-14 13:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-vte4
Branch : f44
Commit : e7265e2c302339c7ceb3e79d671d2fd43de8f39a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-14T13:23:04+01:00
Stats  : +24/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-vte4/c/e7265e2c302339c7ceb3e79d671d2fd43de8f39a?branch=f44

Log:
Update io-lifetimes dependency to v3

---
diff --git a/rust-vte4.spec b/rust-vte4.spec
index 5d6d9f4..df9f29c 100644
--- a/rust-vte4.spec
+++ b/rust-vte4.spec
@@ -1,5 +1,5 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate vte4
@@ -12,6 +12,10 @@ Summary:        Rust bindings for the VTE Gtk4 library
 License:        MIT
 URL:            https://crates.io/crates/vte4
 Source:         %{crates_source}
+# Manually created patch for downstream crate metadata changes
+# * Update io-lifetimes dependency to v3:
+#   https://gitlab.gnome.org/World/Rust/vte4-rs/-/merge_requests/6
+Patch:          vte4-fix-metadata.diff
 
 BuildRequires:  cargo-rpm-macros >= 24
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..bb5b6e9
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[package]
+cargo-toml-patch-comments = [
+    """\
+Update io-lifetimes dependency to v3: \
+https://gitlab.gnome.org/World/Rust/vte4-rs/-/merge_requests/6\
+""",
+]

diff --git a/vte4-fix-metadata.diff b/vte4-fix-metadata.diff
new file mode 100644
index 0000000..733b656
--- /dev/null
+++ b/vte4-fix-metadata.diff
@@ -0,0 +1,11 @@
+--- vte4-0.8.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ vte4-0.8.0/Cargo.toml	2026-08-14T12:21:27.203784+00:00
+@@ -58,7 +58,7 @@
+ package = "gtk4"
+ 
+ [dependencies.io-lifetimes]
+-version = "2.0.3"
++version = "3.0"
+ 
+ [dependencies.libc]
+ version = "0.2"

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

only message in thread, other threads:[~2026-08-14 13:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 13:18 [rpms/rust-vte4] f44: Update io-lifetimes dependency to v3 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