From fd31a7629c3bdd2732f83e709893b99dc9eca714 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Fri, 17 Mar 2023 08:55:12 +0100 Subject: [PATCH] Stop enumerating sources and patches --- python-sphinx.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 754ea9a..60c76a5 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -37,16 +37,16 @@ Summary: Python documentation generator License: BSD-2-Clause AND MIT URL: https://www.sphinx-doc.org/ -Source0: %{pypi_source %{upstream_name} %{upstream_version}} +Source: %{pypi_source %{upstream_name} %{upstream_version}} # Allow extra themes to exist. We pull in python3-sphinx-theme-alabaster # which causes that test to fail. -Patch1: sphinx-test_theming.diff +Patch: sphinx-test_theming.diff # Backported upstream commit ensures compatibility with Babel 2.12 # https://github.com/sphinx-doc/sphinx/commit/c5641702b -Patch3: fix-tests-with-babel-2.12.patch +Patch: fix-tests-with-babel-2.12.patch BuildArch: noarch