public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Update baseline to FD.o 24.08 and GNOME 47
@ 2026-09-11 14:43 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

Log:
Update baseline to FD.o 24.08 and GNOME 47

---
diff --git a/README.md b/README.md
index eb25582..639c878 100644
--- a/README.md
+++ b/README.md
@@ -7,10 +7,10 @@ It also holds scripts and data files used to maintain and update the Fedora Flat
 
 *Prequisites*: you need to have the following "upstream" runtimes installed:
 
-* `org.freedesktop.Platform/x86_64/23.08`
-* `org.freedesktop.Sdk/x86_64/23.08`
-* `org.gnome.Platform/x86_64/46`
-* `org.gnome.Sdk/x86_64/46`
+* `org.freedesktop.Platform/x86_64/24.08`
+* `org.freedesktop.Sdk/x86_64/24.08`
+* `org.gnome.Platform/x86_64/47`
+* `org.gnome.Sdk/x86_64/47`
 
 You also need `python3-jinja2` and possibly a few other Python
 packages installed.

diff --git a/tools/generate-files.sh b/tools/generate-files.sh
index 2ef455e..2dbdaf0 100755
--- a/tools/generate-files.sh
+++ b/tools/generate-files.sh
@@ -6,11 +6,11 @@ base=$(basename $out)
 case $base in
     freedesktop-*)
 	ns=org.freedesktop
-	version=23.08
+	version=24.08
 	;;
     gnome-*)
 	ns=org.gnome
-	version=46
+	version=47
 	;;
     *)
 	echo 1>&2 "Can't identify runtime for $base"

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

only message in thread, other threads:[~2026-09-11 14:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:43 [flatpaks/flatpak-runtime] f45: Update baseline to FD.o 24.08 and GNOME 47 Yaakov Selkowitz

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