From 6b43f3565b9e14229241c9bed0873f28c427149fe5ad7b14495708e5897b6ee0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 11 Oct 2023 07:36:45 +0000 Subject: [PATCH] Accepting request 1116724 from home:ecsos:branches:devel:languages:python - Fix build error: patch defined multible times. OBS-URL: https://build.opensuse.org/request/show/1116724 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-tabs?expand=0&rev=11 --- python-sphinx-tabs.changes | 5 +++++ python-sphinx-tabs.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-sphinx-tabs.changes b/python-sphinx-tabs.changes index b195c6c..fcedc34 100644 --- a/python-sphinx-tabs.changes +++ b/python-sphinx-tabs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 9 14:41:57 UTC 2023 - ecsos + +- Fix build error: patch defined multible times. + ------------------------------------------------------------------- Tue Sep 19 10:18:28 UTC 2023 - Markéta Machová diff --git a/python-sphinx-tabs.spec b/python-sphinx-tabs.spec index 57a8d82..4029245 100644 --- a/python-sphinx-tabs.spec +++ b/python-sphinx-tabs.spec @@ -40,9 +40,9 @@ URL: https://github.com/executablebooks/sphinx-tabs # Use the github tag instead of the pythonhosted.org to get the tests folder Source: https://github.com/executablebooks/sphinx-tabs/archive/refs/tags/v%{version}.tar.gz # PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/commit/f60a10e13b3a6a8d1d27f285d9942b57ab07d0a8 Make the tests pass with Sphinx 7.1 -Patch: sphinx71.patch +Patch1: sphinx71.patch # PATCH-FIX-UPSTREAM https://github.com/executablebooks/sphinx-tabs/pull/179 Fix tests for Sphinx 7.2 -Patch: sphinx72.patch +Patch2: sphinx72.patch BuildRequires: %{python_module Pygments} BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module docutils}