public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/flatpak-app-config] f45: Drop llvm19, add llvm21
Date: Thu, 10 Sep 2026 21:36:34 GMT	[thread overview]
Message-ID: <178907619450.1.14800167078406429447.rpms-flatpak-app-config-f3b1b1e69e48@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/flatpak-app-config
Branch : f45
Commit : f3b1b1e69e48108041000cb1cb40d3e249b131b0
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date   : 2025-09-07T16:58:50-04:00
Stats  : +15/-15 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/flatpak-app-config/c/f3b1b1e69e48108041000cb1cb40d3e249b131b0?branch=f45

Log:
Drop llvm19, add llvm21

---
diff --git a/enable.sh.llvm19 b/enable.sh.llvm19
deleted file mode 100644
index 7af092f..0000000
--- a/enable.sh.llvm19
+++ /dev/null
@@ -1,2 +0,0 @@
-#! /bin/sh
-export PATH="$PATH:/usr/lib/sdk/llvm19/bin"

diff --git a/enable.sh.llvm21 b/enable.sh.llvm21
new file mode 100644
index 0000000..dd17561
--- /dev/null
+++ b/enable.sh.llvm21
@@ -0,0 +1,2 @@
+#! /bin/sh
+export PATH="$PATH:/usr/lib/sdk/llvm21/bin"

diff --git a/flatpak-app-config.spec b/flatpak-app-config.spec
index ea52a24..85e7c84 100644
--- a/flatpak-app-config.spec
+++ b/flatpak-app-config.spec
@@ -87,8 +87,8 @@ RemovePathPostfixes: .%{pkgname}\
 %add_subpkg -n golang -i %{sdk_ext}.golang -e
 %add_subpkg -n java-21-openjdk -i %{sdk_ext}.openjdk21 -e -I
 %add_subpkg -n java-25-openjdk -i %{sdk_ext}.openjdk25 -e -I
-%add_subpkg -n llvm19 -i %{sdk_ext}.llvm19 -e
 %add_subpkg -n llvm20 -i %{sdk_ext}.llvm20 -e
+%add_subpkg -n llvm21 -i %{sdk_ext}.llvm21 -e
 %add_subpkg -n nodejs22 -i %{sdk_ext}.node22 -e -I
 %add_subpkg -n nodejs24 -i %{sdk_ext}.node24 -e -I
 %add_subpkg -n pandoc -i %{sdk_ext}.pandoc -e

diff --git a/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml b/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml
deleted file mode 100644
index 698006d..0000000
--- a/org.fedoraproject.Sdk.Extension.llvm19.metainfo.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="runtime">
-  <id>org.fedoraproject.Sdk.Extension.llvm19</id>
-  <project_license>Apache-2.0 WITH LLVM-exception</project_license>
-  <metadata_license>CC0-1.0</metadata_license>
-  <name>LLVM 19 Sdk extension</name>
-  <summary>LLVM 19 stable compiler and tools extension for the Fedora flatpak SDK</summary>
-  <developer id="org.fedoraproject">
-    <name>Fedora</name>
-  </developer>
-  <url type="homepage">https://llvm.org/</url>
-</component>

diff --git a/org.fedoraproject.Sdk.Extension.llvm21.metainfo.xml b/org.fedoraproject.Sdk.Extension.llvm21.metainfo.xml
new file mode 100644
index 0000000..05ac85a
--- /dev/null
+++ b/org.fedoraproject.Sdk.Extension.llvm21.metainfo.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="runtime">
+  <id>org.fedoraproject.Sdk.Extension.llvm20</id>
+  <project_license>Apache-2.0 WITH LLVM-exception</project_license>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>LLVM 20 Sdk extension</name>
+  <summary>LLVM 20 stable compiler and tools extension for the Fedora flatpak SDK</summary>
+  <developer id="org.fedoraproject">
+    <name>Fedora</name>
+  </developer>
+  <url type="homepage">https://llvm.org/</url>
+</component>

                 reply	other threads:[~2026-09-10 21:36 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=178907619450.1.14800167078406429447.rpms-flatpak-app-config-f3b1b1e69e48@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