Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmemcached for openSUSE:Factory checked in at 2026-08-01 18:28:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmemcached (Old) and /work/SRC/openSUSE:Factory/.libmemcached.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmemcached" Sat Aug 1 18:28:07 2026 rev:32 rq:1368397 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes 2024-02-08 19:01:41.474047728 +0100 +++ /work/SRC/openSUSE:Factory/.libmemcached.new.16738/libmemcached.changes 2026-08-01 18:28:39.646415616 +0200 @@ -1,0 +2,6 @@ +Tue Jul 28 01:49:50 UTC 2026 - Steve Kowalik <[email protected]> + +- Add patch support-sphinx-9.patch: + * Changes required to build docs with Sphinx 9. + +------------------------------------------------------------------- New: ---- support-sphinx-9.patch ----------(New B)---------- New: - Add patch support-sphinx-9.patch: * Changes required to build docs with Sphinx 9. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmemcached.spec ++++++ --- /var/tmp/diff_new_pack.lSsSjP/_old 2026-08-01 18:28:41.250467118 +0200 +++ /var/tmp/diff_new_pack.lSsSjP/_new 2026-08-01 18:28:41.266467632 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmemcached # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,8 @@ Group: Development/Libraries/C and C++ URL: https://awesomized.github.io/%{name}/ Source0: https://github.com/awesomized/%{name}/archive/refs/tags/%{version}.tar.gz +# PATCH-FIX-UPSTREAM gh#awesomized/libmemcached#aa0a58dbe4eff7948b529f7f2fbe0f63cc823878 +Patch0: support-sphinx-9.patch # List of additional build dependencies BuildRequires: automake >= 1.13 BuildRequires: bison @@ -93,7 +95,7 @@ usage, thread safe, and provide full access to server side methods. %prep -%setup -q +%autosetup -p1 %build %cmake \ ++++++ support-sphinx-9.patch ++++++ >From aa0a58dbe4eff7948b529f7f2fbe0f63cc823878 Mon Sep 17 00:00:00 2001 From: Petr Sumbera <[email protected]> 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 --------
