public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Omair Majid <omajid@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dotnet9.0] f43: Update to .NET SDK 9.0.120 and Runtime 9.0.19
Date: Thu, 13 Aug 2026 15:12:17 GMT	[thread overview]
Message-ID: <178663393737.1.7683484238617439772.rpms-dotnet9.0-5e0363b997c8@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/dotnet9.0
Branch : f43
Commit : 5e0363b997c8d75ef81d0528191e01876e589c0d
Author : Omair Majid <omajid@redhat.com>
Date   : 2026-08-13T09:00:58-04:00
Stats  : +17/-12 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/dotnet9.0/c/5e0363b997c8d75ef81d0528191e01876e589c0d?branch=f43

Log:
Update to .NET SDK 9.0.120 and Runtime 9.0.19

---
diff --git a/.gitignore b/.gitignore
index c90ffdb..eaec794 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,5 @@
 /dotnet-9.0.118.tar.gz.sig
 /dotnet-9.0.119.tar.gz
 /dotnet-9.0.119.tar.gz.sig
+/dotnet-9.0.120.tar.gz
+/dotnet-9.0.120.tar.gz.sig

diff --git a/dotnet9.0.spec b/dotnet9.0.spec
index fab8a17..b062552 100644
--- a/dotnet9.0.spec
+++ b/dotnet9.0.spec
@@ -14,13 +14,13 @@
 
 # upstream can produce releases with a different tag than the SDK version
 #%%global upstream_tag v%%{runtime_version}
-%global upstream_tag v9.0.119
+%global upstream_tag v9.0.120
 %global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
 
 %global hostfxr_version %{runtime_version}
-%global runtime_version 9.0.18
-%global aspnetcore_runtime_version 9.0.18
-%global sdk_version 9.0.119
+%global runtime_version 9.0.19
+%global aspnetcore_runtime_version 9.0.19
+%global sdk_version 9.0.120
 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
 %global templates_version %{aspnetcore_runtime_version}
 #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
@@ -908,6 +908,9 @@ export COMPlus_LTTng=0
 
 
 %changelog
+* Wed Aug 12 2026 Omair Majid <omajid@redhat.com> - 9.0.120-1
+- Update to .NET SDK 9.0.120 and Runtime 9.0.19
+
 * Tue Jul 14 2026 Omair Majid <omajid@redhat.com> - 9.0.119-1
 - Update to .NET SDK 9.0.119 and Runtime 9.0.18
 

diff --git a/release.json b/release.json
index 5f4cae0..5c91bdb 100644
--- a/release.json
+++ b/release.json
@@ -1,10 +1,10 @@
 {
-  "release": "9.0.18",
+  "release": "9.0.19",
   "channel": "9.0",
-  "tag": "v9.0.119",
-  "sdkVersion": "9.0.119",
-  "runtimeVersion": "9.0.18",
-  "aspNetCoreVersion": "9.0.18",
+  "tag": "v9.0.120",
+  "sdkVersion": "9.0.120",
+  "runtimeVersion": "9.0.19",
+  "aspNetCoreVersion": "9.0.19",
   "sourceRepository": "https://github.com/dotnet/dotnet",
-  "sourceVersion": "d088fc83496a99a5785ecdf74c012f61a335c338"
+  "sourceVersion": "d0558bff3d817c76a12aa6852050b71c5b742c40"
 }

diff --git a/sources b/sources
index 1e55a04..bcc1275 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (dotnet-9.0.119.tar.gz) = bdb5e0bd73b7edf0cc7bf72d9ef07a31691c442bf436e1e25c7d3ac5ee02768bf405a28c004df62db1bb3f0553cb47d6dbd894106667186c7187a13138e23a09
-SHA512 (dotnet-9.0.119.tar.gz.sig) = 8c834c6d64e8143397071620f35d7f2f246da29df05f33a6bb502d2e3b8c3249134ea64fdf0bc3bc407df51a3009b2be8778c1de722f54906bf6e9713763d9b1
+SHA512 (dotnet-9.0.120.tar.gz) = 8c645e6e476f5c045be8da3eec88a1698178c08773b11704fc48c93a3d7dc9421461b4fd233718a26bb2b989b26fe217c5222883aae51dc547074e06b300b158
+SHA512 (dotnet-9.0.120.tar.gz.sig) = f8fd421dbb3b49fb3214b4f14db849a75a7cbcdfdb891f7fb3f0801dee32362c55734d4f29c04db784058c9efc1d6553dbf15452b3805e28f3aa5a037b2dd993

                 reply	other threads:[~2026-08-13 15:12 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=178663393737.1.7683484238617439772.rpms-dotnet9.0-5e0363b997c8@fedoraproject.org \
    --to=omajid@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