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 44
Date: Fri, 11 Sep 2026 14:42:28 GMT	[thread overview]
Message-ID: <178913774840.1.12513010445357563579.flatpaks-flatpak-runtime-3c24fe325c27@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : flatpaks/flatpak-runtime
Branch : f45
Commit : 3c24fe325c27d320443d5daafa5d228ab9c5913b
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2026-03-02T20:29:45-05:00
Stats  : +14/-4 in 4 file(s)
URL    : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/3c24fe325c27d320443d5daafa5d228ab9c5913b?branch=f45

Log:
Update to GNOME 44

---
diff --git a/README.md b/README.md
index 785579b..78fe884 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,8 @@ Updating
 
 * `org.freedesktop.Platform/x86_64/22.08`
 * `org.freedesktop.Sdk/x86_64/22.08`
-* `org.gnome.Platform/x86_64/43`
-* `org.gnome.Sdk/x86_64/43`
+* `org.gnome.Platform/x86_64/44`
+* `org.gnome.Sdk/x86_64/44`
 
 You also need `python3-jinja2` and possibly a few other Python
 packages installed.

diff --git a/flatpak-runtime.yaml b/flatpak-runtime.yaml
index d79d394..77b364e 100644
--- a/flatpak-runtime.yaml
+++ b/flatpak-runtime.yaml
@@ -1593,6 +1593,7 @@ data:
       - atk-devel
       - attr
       - audit-libs
+      - audit-libs-devel
       - authselect
       - authselect-libs
       - autoconf
@@ -2090,6 +2091,7 @@ data:
       - libavformat-free
       - libavformat-free-devel
       - libavif
+      - libavif-devel
       - libavutil-free
       - libavutil-free-devel
       - libb2
@@ -2105,6 +2107,7 @@ data:
       - libcap
       - libcap-devel
       - libcap-ng
+      - libcap-ng-devel
       - libcbor
       - libcdio
       - libcdio-paranoia
@@ -2277,7 +2280,6 @@ data:
       - libsndfile-devel
       - libsodium
       - libsoup
-      - libsoup-devel
       - libsoup3
       - libsoup3-devel
       - libsrtp

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

diff --git a/tools/resolve-files.py b/tools/resolve-files.py
index 15c0bfa..608e898 100755
--- a/tools/resolve-files.py
+++ b/tools/resolve-files.py
@@ -69,6 +69,11 @@ bin_ignore = [
     #########################################################################
     'aomdec', 'aomenc',
 
+    # audit, audisp-plugins
+    'aulast', 'aulastlog', 'ausyscall', 'auvirt', 'auditctl', 'auditd',
+    'augenrules', 'aureport', 'ausearch', 'autrace', 'audisp-remote',
+    'audisp-statsd', 'audisp-syslog',
+
     # In the freedesktop runtime for some reason, doesn't seem useful
     'bsdcat',
 
@@ -124,6 +129,9 @@ bin_ignore = [
     # glibc-utils
     'mtrace', 'pcprofiledump', 'xtrace',
 
+    # libcap-ng-utils
+    'captest', 'filecap', 'netcap', 'pscap',
+
     # libidn2
     'idn2',
 

                 reply	other threads:[~2026-09-11 14:42 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=178913774840.1.12513010445357563579.flatpaks-flatpak-runtime-3c24fe325c27@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