public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openmpi] rawhide: Drop unused recommonmark
@ 2026-07-28 13:55 Cristian Le
  0 siblings, 0 replies; only message in thread
From: Cristian Le @ 2026-07-28 13:55 UTC (permalink / raw)
  To: git-commits

            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
 

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

only message in thread, other threads:[~2026-07-28 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 13:55 [rpms/openmpi] rawhide: Drop unused recommonmark Cristian Le

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