public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libmemcached-awesome] rawhide: Fix docs with Sphinx 9
@ 2026-09-01  7:42 Yaakov Selkowitz
  0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-01  7:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/libmemcached-awesome
            Branch : rawhide
            Commit : dfb1ba5e611306b284ed7dd4b4a0e2aa52ad4544
            Author : Yaakov Selkowitz <yselkowi@redhat.com>
            Date   : 2026-09-01T09:31:24+02:00
            Stats  : +53/-0 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/libmemcached-awesome/c/dfb1ba5e611306b284ed7dd4b4a0e2aa52ad4544?branch=rawhide

            Log:
            Fix docs with Sphinx 9

https://github.com/awesomized/libmemcached/pull/159

---
diff --git a/159.patch b/159.patch
new file mode 100644
index 0000000..d632a8a
--- /dev/null
+++ b/159.patch
@@ -0,0 +1,50 @@
+From 1485b462964d005655928eaffd1a3555336a6cd7 Mon Sep 17 00:00:00 2001
+From: Petr Sumbera <sumbera@volny.cz>
+Date: Tue, 20 Jan 2026 10:58:06 +0100
+Subject: [PATCH] Allow to build docs with Sphinx version 9
+
+---
+ docs/source/libmemcached/memcached_quit.rst  | 2 +-
+ docs/source/libmemcached/memcached_set.rst   | 2 +-
+ docs/source/libmemcached/memcached_stats.rst | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/docs/source/libmemcached/memcached_quit.rst b/docs/source/libmemcached/memcached_quit.rst
+index 3421d47be..c3357e615 100644
+--- a/docs/source/libmemcached/memcached_quit.rst
++++ b/docs/source/libmemcached/memcached_quit.rst
+@@ -1,7 +1,7 @@
+ Disconnecting a client from a server
+ ====================================
+ 
+-.. index:: object: memcached_st
++.. index:: pair: object; memcached_st
+ 
+ SYNOPSIS
+ --------
+diff --git a/docs/source/libmemcached/memcached_set.rst b/docs/source/libmemcached/memcached_set.rst
+index f887109f1..3b7e19092 100644
+--- a/docs/source/libmemcached/memcached_set.rst
++++ b/docs/source/libmemcached/memcached_set.rst
+@@ -1,7 +1,7 @@
+ Storing data on the server
+ ==========================
+ 
+-.. index:: object: memcached_st
++.. index:: pair: object; memcached_st
+ 
+ SYNOPSIS
+ --------
+diff --git a/docs/source/libmemcached/memcached_stats.rst b/docs/source/libmemcached/memcached_stats.rst
+index 745926b65..113c84900 100644
+--- a/docs/source/libmemcached/memcached_stats.rst
++++ b/docs/source/libmemcached/memcached_stats.rst
+@@ -3,7 +3,7 @@ Working with statistical information from a server
+ 
+ Get memcached statistics
+ 
+-.. index:: object: memcached_st
++.. index:: pair: object; memcached_st
+ 
+ SYNOPSIS
+ --------

diff --git a/libmemcached-awesome.spec b/libmemcached-awesome.spec
index dc35723..bb925fe 100644
--- a/libmemcached-awesome.spec
+++ b/libmemcached-awesome.spec
@@ -32,6 +32,8 @@ Source0:   https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{g
 
 # Fix test with memcached 1.6.40
 Patch0:    162.patch
+# Fix docs with Sphinx 9
+Patch1:    159.patch
 
 BuildRequires: cmake >= 3.9
 # Cannot use Ninja generator because of "multiple rules generate docs/man"
@@ -122,6 +124,7 @@ rm test/tests/memcached/regression/lp_000-583-031.cpp
 rm test/tests/memcached/regression/gh-php-memcached_0531.cpp
 
 %patch -P0 -p1
+%patch -P1 -p1
 
 
 %build

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

only message in thread, other threads:[~2026-09-01  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-01  7:42 [rpms/libmemcached-awesome] rawhide: Fix docs with Sphinx 9 Yaakov Selkowitz

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