public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/prrte] rawhide: Update to 3.0.14
@ 2026-09-18 23:40 Michal Schmidt
  0 siblings, 0 replies; only message in thread
From: Michal Schmidt @ 2026-09-18 23:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/prrte
Branch : rawhide
Commit : aa036cacb16f99b13c5060eec751db3c382f6b81
Author : Michal Schmidt <mschmidt@redhat.com>
Date   : 2026-09-11T12:39:22+02:00
Stats  : +3/-44 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/prrte/c/aa036cacb16f99b13c5060eec751db3c382f6b81?branch=rawhide

Log:
Update to 3.0.14

---
diff --git a/.gitignore b/.gitignore
index 0924191..62018eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /prte-2.0.2.tar.bz2
 /prrte-3.0.2.tar.bz2
 /prrte-3.0.6.tar.bz2
+/prrte-3.0.14.tar.bz2

diff --git a/2038.patch b/2038.patch
deleted file mode 100644
index 09e65de..0000000
--- a/2038.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From d4dd48058872eb68d8856bdadca0a36cb0a7088d Mon Sep 17 00:00:00 2001
-From: Ralph Castain <rhc@pmix.org>
-Date: Tue, 15 Oct 2024 07:12:00 -0600
-Subject: [PATCH] Unlock stdin target
-
-Fix typo that locked the target to rank=0 and instead
-use the rank provided by user.
-
-Signed-off-by: Ralph Castain <rhc@pmix.org>
----
- src/prted/prun_common.c | 2 +-
- src/tools/prte/prte.c   | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/prted/prun_common.c b/src/prted/prun_common.c
-index 62281d30c5..3d2897aa25 100644
---- a/src/prted/prun_common.c
-+++ b/src/prted/prun_common.c
-@@ -786,7 +786,7 @@ int prun_common(pmix_cli_result_t *results,
-         } else if (0 == strcmp(opt->values[0], "none")) {
-             pname.rank = PMIX_RANK_INVALID;
-         } else {
--            pname.rank = 0;
-+            pname.rank = strtoul(opt->values[0], NULL, 10);
-         }
-     } else {
-         pname.rank = 0;
-diff --git a/src/tools/prte/prte.c b/src/tools/prte/prte.c
-index 5a4e62235c..85a15faa62 100644
---- a/src/tools/prte/prte.c
-+++ b/src/tools/prte/prte.c
-@@ -1205,7 +1205,7 @@ int main(int argc, char *argv[])
-         } else if (0 == strcmp(opt->values[0], "none")) {
-             pname.rank = PMIX_RANK_INVALID;
-         } else {
--            pname.rank = 0;
-+            pname.rank = strtoul(opt->values[0], NULL, 10);
-         }
-     } else {
-         pname.rank = 0;

diff --git a/prrte.spec b/prrte.spec
index be7e19e..d8a9a79 100644
--- a/prrte.spec
+++ b/prrte.spec
@@ -1,5 +1,5 @@
 Name:           prrte
-Version:        3.0.6
+Version:        3.0.14
 Release:        %autorelease
 Summary:        PMIx Reference RunTime Environment (PRRTE)
 # src/mca/prtereachable/netlink/reachable_netlink_utils_common.c is BSD-2-Clause
@@ -10,8 +10,6 @@ Summary:        PMIx Reference RunTime Environment (PRRTE)
 License:        BSD-3-Clause-Open-MPI AND BSD-2-Clause
 URL:            https://github.com/openpmix/%{name}
 Source0:        https://github.com/openpmix/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Upstream fix for --stdfor for non-zeron ranks - fixes rhbz#2307533
-Patch0:         https://patch-diff.githubusercontent.com/raw/openpmix/prrte/pull/2038.patch
 
 BuildRequires:  flex
 BuildRequires:  gcc

diff --git a/sources b/sources
index 718eaf8..8804e2d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (prrte-3.0.6.tar.bz2) = 43899eca927782f1e5e2079d50a120285374e225056b1e5fb21891cee85d1d56e2db30fd68d5a10d8d2dc3151d3bf69800f4ce09e1c7ae3acfd1348af82c55c0
+SHA512 (prrte-3.0.14.tar.bz2) = 78d2aad7760c3e9991eb859e92fd9eb4a112ae995a8bae2928cee835cf33049f6ba6735b36ff25265b09b907e87f34fcfe6a7d2efc6a02795d9345404b665bae

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

only message in thread, other threads:[~2026-09-18 23:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 23:40 [rpms/prrte] rawhide: Update to 3.0.14 Michal Schmidt

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