public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Grulich <jgrulich@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-tour] rawhide: Bump required gtk4-rs API version to fix missing Accessible feature
Date: Fri, 31 Jul 2026 08:51:15 GMT [thread overview]
Message-ID: <178548787592.1.924599242617012300.rpms-gnome-tour-e95a49fca8a9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gnome-tour
Branch : rawhide
Commit : e95a49fca8a97d0232cdeb18b027455c6922699f
Author : Jan Grulich <jgrulich@redhat.com>
Date : 2026-07-31T10:51:05+02:00
Stats : +16/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-tour/c/e95a49fca8a97d0232cdeb18b027455c6922699f?branch=rawhide
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 ea6285d..e166243 100644
--- a/gnome-tour.spec
+++ b/gnome-tour.spec
@@ -23,6 +23,9 @@ Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_version
# 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
+
%gnome_check_version
BuildRequires: meson
reply other threads:[~2026-07-31 8:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178548787592.1.924599242617012300.rpms-gnome-tour-e95a49fca8a9@fedoraproject.org \
--to=jgrulich@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox