public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-tour] f44: Bump required gtk4-rs API version to fix missing Accessible feature
@ 2026-07-31  9:14 Jan Grulich
  0 siblings, 0 replies; only message in thread
From: Jan Grulich @ 2026-07-31  9:14 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-tour
Branch : f44
Commit : 396cda9d880bd009e05a7610cbe23b247b619367
Author : Jan Grulich <jgrulich@redhat.com>
Date   : 2026-07-31T10:52:34+02:00
Stats  : +16/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-tour/c/396cda9d880bd009e05a7610cbe23b247b619367?branch=f44

Log:
Bump required gtk4-rs API version to fix missing Accessible feature

---
diff --git a/gnome-tour-50.0-fix-gtk4-rs-0.11.4.patch b/gnome-tour-50.0-fix-gtk4-rs-0.11.4.patch
new file mode 100644
index 0000000..714610f
--- /dev/null
+++ b/gnome-tour-50.0-fix-gtk4-rs-0.11.4.patch
@@ -0,0 +1,13 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 67005ae..3b4c000 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -4,7 +4,7 @@ authors = ["Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>"]
+ edition = "2024"
+ 
+ [dependencies]
+-gtk = { package = "gtk4", version = "0.11.0", features = ["v4_4"] }
++gtk = { package = "gtk4", version = "0.11.0", features = ["v4_10"] }
+ glib = { version = "0.22.0", features = ["v2_68"] }
+ log = "0.4"
+ gettext-rs = { version = "0.7", features = ["gettext-system"] }

diff --git a/gnome-tour.spec b/gnome-tour.spec
index 8a8bd4f..9185ff8 100644
--- a/gnome-tour.spec
+++ b/gnome-tour.spec
@@ -26,6 +26,9 @@ Source0:        https://download.gnome.org/sources/%{name}/%{major_version}/%{na
 # https://pagure.io/fedora-workstation/issue/175
 Source1:        welcome-fedora.svg
 
+# Fix build with gtk4-rs 0.11.4: bump to v4_10 feature for Accessible
+Patch0:         gnome-tour-50.0-fix-gtk4-rs-0.11.4.patch
+
 BuildRequires:  meson
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gio-2.0)

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

only message in thread, other threads:[~2026-07-31  9:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31  9:14 [rpms/gnome-tour] f44: Bump required gtk4-rs API version to fix missing Accessible feature Jan Grulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox