public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [flatpaks/flatpak-runtime] f45: Update to GNOME 48
Date: Fri, 11 Sep 2026 14:43:31 GMT	[thread overview]
Message-ID: <178913781111.1.15249670091837039499.flatpaks-flatpak-runtime-f087776f2e6a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : f087776f2e6a4314f40bc4ce90facf5dc5753d7e
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-02T21:13:17-05:00
Stats  : +3/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/f087776f2e6a4314f40bc4ce90facf5dc5753d7e?branch=f45

Log:
Update to GNOME 48

---
diff --git a/tools/generate-files.sh b/tools/generate-files.sh
index 2dbdaf0..b77d091 100755
--- a/tools/generate-files.sh
+++ b/tools/generate-files.sh
@@ -10,7 +10,7 @@ case $base in
 	;;
     gnome-*)
 	ns=org.gnome
-	version=47
+	version=48
 	;;
     *)
 	echo 1>&2 "Can't identify runtime for $base"

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 45bf105..ba1f741 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -494,6 +494,8 @@ rename_patterns = [
     (r'^/usr/lib64/python3.12/(.*).cpython-312-(.*)', r'/usr/lib64/python3.13/\1.cpython-313-\2'),
     (r'^/usr/lib64/python3.12/(.*)', r'/usr/lib64/python3.13/\1'),
     (r'^/usr/lib64/(v4l[12].*.so)', r'/usr/lib64/libv4l/\1'),
+    (r'^/usr/share/fonts/Adwaita/(AdwaitaMono.*)', r'/usr/share/fonts/adwaita-mono-fonts/\1'),
+    (r'^/usr/share/fonts/Adwaita/(AdwaitaSans.*)', r'/usr/share/fonts/adwaita-sans-fonts/\1'),
     (r'^/usr/share/fonts/cantarell/(Cantarell-VF.otf)', r'/usr/share/fonts/abattis-cantarell-vf-fonts/\1'),
     (r'^/usr/share/fonts/dejavu/(DejaVuMath.*)', r'/usr/share/fonts/dejavu-serif-fonts/\1'),
     (r'^/usr/share/fonts/dejavu/(DejaVuSansMono.*)', r'/usr/share/fonts/dejavu-sans-mono-fonts/\1'),
@@ -501,7 +503,6 @@ rename_patterns = [
     (r'^/usr/share/fonts/dejavu/(DejaVuSerif.*)', r'/usr/share/fonts/dejavu-serif-fonts/\1'),
     (r'^/usr/share/fonts/google-crosextra-caladea/(Caladea.*)', r'/usr/share/fonts/google-crosextra-caladea-fonts/\1'),
     (r'^/usr/share/fonts/google-crosextra-carlito/(Carlito.*)', r'/usr/share/fonts/google-carlito-fonts/\1'),
-    (r'^/usr/share/fonts/inter/(InterVariable.*)', r'/usr/share/fonts/rsms-inter-vf-fonts/\1'),
     (r'^/usr/share/fonts/liberation-fonts/(LiberationMono.*)', r'/usr/share/fonts/liberation-mono-fonts/\1'),
     (r'^/usr/share/fonts/liberation-fonts/(LiberationSans.*)', r'/usr/share/fonts/liberation-sans-fonts/\1'),
     (r'^/usr/share/fonts/liberation-fonts/(LiberationSerif.*)', r'/usr/share/fonts/liberation-serif-fonts/\1'),

                 reply	other threads:[~2026-09-11 14:43 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=178913781111.1.15249670091837039499.flatpaks-flatpak-runtime-f087776f2e6a@fedoraproject.org \
    --to=yselkowi@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