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] f44: Bump required gtk4-rs API version to fix missing Accessible feature
Date: Fri, 31 Jul 2026 09:14:15 GMT	[thread overview]
Message-ID: <178548925518.1.4087267619714405729.rpms-gnome-tour-396cda9d880b@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-07-31  9:14 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=178548925518.1.4087267619714405729.rpms-gnome-tour-396cda9d880b@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