public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libmemcached-awesome] rawhide: Fix docs with Sphinx 9
Date: Tue, 01 Sep 2026 07:42:03 GMT [thread overview]
Message-ID: <178824852381.1.13015411304741190462.rpms-libmemcached-awesome-dfb1ba5e6113@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-01 7:42 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=178824852381.1.13015411304741190462.rpms-libmemcached-awesome-dfb1ba5e6113@fedoraproject.org \
--to=yselkowi@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