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/dotnet8.0] f44: Update to .NET SDK 8.0.129 and Runtime 8.0.29
Date: Tue, 21 Jul 2026 15:27:11 GMT	[thread overview]
Message-ID: <178464763171.1.2462889489978972526.rpms-dotnet8.0-98f01e1fb5ec@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/dotnet8.0
Branch : f44
Commit : 98f01e1fb5ecee89c6c23d02dc91f0e8aa08aeb8
Author : Omair Majid <omajid@redhat.com>
Date   : 2026-07-20T10:00:48-04:00
Stats  : +23/-13 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/dotnet8.0/c/98f01e1fb5ecee89c6c23d02dc91f0e8aa08aeb8?branch=f44

Log:
Update to .NET SDK 8.0.129 and Runtime 8.0.29

---
diff --git a/.gitignore b/.gitignore
index 2e8c50c..8eeb1b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -84,3 +84,5 @@
 /dotnet-8.0.127.tar.gz.sig
 /dotnet-8.0.128.tar.gz
 /dotnet-8.0.128.tar.gz.sig
+/dotnet-8.0.129.tar.gz
+/dotnet-8.0.129.tar.gz.sig

diff --git a/dotnet8.0.spec b/dotnet8.0.spec
index fc06736..6cc8fa3 100644
--- a/dotnet8.0.spec
+++ b/dotnet8.0.spec
@@ -12,16 +12,16 @@
 # dotnet-host and netstandard-targeting-pack-2.1
 %global is_latest_dotnet 0
 
-%global host_version 8.0.28
-%global runtime_version 8.0.28
-%global aspnetcore_runtime_version 8.0.28
-%global sdk_version 8.0.128
+%global host_version 8.0.29
+%global runtime_version 8.0.29
+%global aspnetcore_runtime_version 8.0.29
+%global sdk_version 8.0.129
 %global sdk_feature_band_version %(echo %{sdk_version} | cut -d '-' -f 1 | sed -e 's|[[:digit:]][[:digit:]]$|00|')
 %global templates_version %{runtime_version}
 #%%global templates_version %%(echo %%{runtime_version} | awk 'BEGIN { FS="."; OFS="." } {print $1, $2, $3+1 }')
 
 # upstream can produce releases with a different tag than the SDK version
-%global upstream_tag v8.0.128
+%global upstream_tag v8.0.129
 %global upstream_tag_without_v %(echo %{upstream_tag} | sed -e 's|^v||')
 
 %global host_rpm_version %{host_version}
@@ -136,10 +136,15 @@ BuildRequires:  llvm
 BuildRequires:  lttng-ust-devel
 BuildRequires:  make
 #BuildRequires:  nodejs-devel
+%if 0%{?fedora} >= 45
+BuildRequires:  openssl3-devel
+BuildRequires:  openssl3-devel-engine
+%else
 BuildRequires:  openssl-devel
 %if 0%{?fedora} >= 41
 BuildRequires:  openssl-devel-engine
 %endif
+%endif
 BuildRequires:  python3
 BuildRequires:  tar
 BuildRequires:  util-linux
@@ -780,6 +785,9 @@ export COMPlus_LTTng=0
 
 
 %changelog
+* Tue Jul 20 2026 Omair Majid <omajid@redhat.com> - 8.0.129-1
+- Update to .NET SDK 8.0.129 and Runtime 8.0.29
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.128-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/release.json b/release.json
index cc4621b..5afd451 100644
--- a/release.json
+++ b/release.json
@@ -1,10 +1,10 @@
 {
-  "release": "8.0.28",
+  "release": "8.0.29",
   "channel": "8.0",
-  "tag": "v8.0.128",
-  "sdkVersion": "8.0.128",
-  "runtimeVersion": "8.0.28",
-  "aspNetCoreVersion": "8.0.28",
+  "tag": "v8.0.129",
+  "sdkVersion": "8.0.129",
+  "runtimeVersion": "8.0.29",
+  "aspNetCoreVersion": "8.0.29",
   "sourceRepository": "https://github.com/dotnet/dotnet",
-  "sourceVersion": "b8c15cdca7da2fa00c82bc2ee538bd88af758b8f"
+  "sourceVersion": "761968561827fbf9fd55e1259e7e0963b1a5613a"
 }

diff --git a/sources b/sources
index 3f747e8..cf6f19e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (dotnet-8.0.128.tar.gz) = 6d405965f8d4c9afda7ac2ce33d7af7f9b6a316cf00951a447498ecf2152e2e1d6b5e4561d6535592e9fe1c5f18636547e754a00ad73ab230c8ac803f7f8b56f
-SHA512 (dotnet-8.0.128.tar.gz.sig) = bb1fbbc748959fbba96227bbce9f235fb7a7c8538f34a7c19fcb959045bed57b1db2fd982df471a14791a35c2b24e64c7f0a613cafea9f0753dfea05e5c77395
+SHA512 (dotnet-8.0.129.tar.gz) = 4b81d3f9d6d3ce54254dd70bd92e877cce5e044e2a0b362f5b893b5fa21e42141cf5809a03b1c7e4c91486820ebf749b4fbc0c738e4bc37315d7581f152261dc
+SHA512 (dotnet-8.0.129.tar.gz.sig) = 8823e65fcecfce49eece52b30c9738521b1dc2d0d541e55e42e5708c29477b690a242174b318f706b5da211afe8c89f1caaf8235b44ccbe6bfb67c3ad263f442

                 reply	other threads:[~2026-07-21 15:27 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=178464763171.1.2462889489978972526.rpms-dotnet8.0-98f01e1fb5ec@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