public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Cristian Le <git@lecris.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/openmpi] rawhide: Drop unused recommonmark
Date: Tue, 28 Jul 2026 13:55:07 GMT	[thread overview]
Message-ID: <178524690747.1.7231008172964270797.rpms-openmpi-d46d1d9b6180@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/openmpi
            Branch : rawhide
            Commit : d46d1d9b6180eed7e96c07be60e6c55d532b588f
            Author : Cristian Le <git@lecris.dev>
            Date   : 2026-07-27T17:35:14+02:00
            Stats  : +34/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/openmpi/c/d46d1d9b6180eed7e96c07be60e6c55d532b588f?branch=rawhide

            Log:
            Drop unused recommonmark

Signed-off-by: Cristian Le <git@lecris.dev>

---
diff --git a/openmpi-drop-recommonmark.patch b/openmpi-drop-recommonmark.patch
new file mode 100644
index 0000000..9ee88a1
--- /dev/null
+++ b/openmpi-drop-recommonmark.patch
@@ -0,0 +1,31 @@
+diff -ru openmpi-5.0.10/config/oac/oac_setup_sphinx.m4 openmpi-5.0.10-new/config/oac/oac_setup_sphinx.m4
+--- openmpi-5.0.10/config/oac/oac_setup_sphinx.m4	2026-02-23 21:21:40.731399193 +0100
++++ openmpi-5.0.10-new/config/oac/oac_setup_sphinx.m4	2026-07-27 17:10:12.450825327 +0200
+@@ -115,7 +115,7 @@
+ author = 'Testing'
+ import sphinx_rtd_theme
+ # Note the extra quoting needed for square brackets because this is m4
+-extensions = [[ 'recommonmark', 'sphinx_rtd_theme', 'sphinx.ext.extlinks' ]]
++extensions = [[ 'sphinx_rtd_theme', 'sphinx.ext.extlinks' ]]
+ html_theme = 'sphinx_rtd_theme'
+ EOF
+            echo "Hello world" > index.rst
+diff -ru openmpi-5.0.10/docs/conf.py openmpi-5.0.10-new/docs/conf.py
+--- openmpi-5.0.10/docs/conf.py	2026-02-23 21:21:10.775279351 +0100
++++ openmpi-5.0.10-new/docs/conf.py	2026-07-27 17:10:34.017830912 +0200
+@@ -174,7 +174,6 @@
+ # ones.
+ import sphinx_rtd_theme
+ extensions = [
+-    'recommonmark',
+     "sphinx_rtd_theme",
+     "sphinx.ext.extlinks",
+ ]
+diff -ru openmpi-5.0.10/docs/requirements.txt openmpi-5.0.10-new/docs/requirements.txt
+--- openmpi-5.0.10/docs/requirements.txt	2026-02-23 21:21:10.811279501 +0100
++++ openmpi-5.0.10-new/docs/requirements.txt	2026-07-27 17:10:43.482113314 +0200
+@@ -1,4 +1,3 @@
+ sphinx>=4.2.0
+-recommonmark
+ docutils
+ sphinx-rtd-theme

diff --git a/openmpi.spec b/openmpi.spec
index efcd4a9..c0ecb85 100644
--- a/openmpi.spec
+++ b/openmpi.spec
@@ -43,7 +43,7 @@
 %bcond_without pmix
 
 # Run autogen - needed for some patches
-%bcond autogen 0
+%bcond autogen 1
 
 Name:           openmpi%{?_cc_name_suffix}
 Version:        5.0.10
@@ -71,6 +71,8 @@ Source4:        macros.openmpi
 Patch:          openmpi-inline.patch
 # Fix brace initialization - https://github.com/open-mpi/ompi/pull/13758
 Patch:          openmpi-braces.patch
+# Drop unused recommonmark - https://github.com/open-mpi/ompi/pull/14215
+Patch:          openmpi-drop-recommonmark.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-gfortran
@@ -125,7 +127,6 @@ BuildRequires:  rpm-mpi-hooks
 %if %{with sphinx}
 # For docs
 BuildRequires:  /usr/bin/sphinx-build
-BuildRequires:  python3-recommonmark
 BuildRequires:  python3-sphinx_rtd_theme
 %endif
 

                 reply	other threads:[~2026-07-28 13:55 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=178524690747.1.7231008172964270797.rpms-openmpi-d46d1d9b6180@fedoraproject.org \
    --to=git@lecris.dev \
    --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