From 5d1d293bd700c0e2fff84a30f3734195bab98243 Mon Sep 17 00:00:00 2001 From: Jiangtian Feng Date: Mon, 8 May 2023 16:38:12 +0800 Subject: [PATCH] update the introduction web link Signed-off-by: Jiangtian Feng (cherry picked from commit ec9194389b325e748d08c6e758332cd44cac172d) --- 0001-changed-1-link-in-rest-docs.patch | 26 ++++++++++++++++++++++++++ python-configobj.spec | 7 ++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 0001-changed-1-link-in-rest-docs.patch diff --git a/0001-changed-1-link-in-rest-docs.patch b/0001-changed-1-link-in-rest-docs.patch new file mode 100644 index 0000000..115cfae --- /dev/null +++ b/0001-changed-1-link-in-rest-docs.patch @@ -0,0 +1,26 @@ +From fb33cc3bc886eec21f56309346076069f0a2bcb5 Mon Sep 17 00:00:00 2001 +From: Rob Dennis +Date: Tue, 17 Jan 2023 14:35:53 -0500 +Subject: [PATCH] #225 - changed 1 link in rest docs + +- there's a _lot_ of references to voidspace and I felt unable to change all of them +--- + docs/configobj.rst | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/docs/configobj.rst b/docs/configobj.rst +index c4bbc18..6477b7b 100644 +--- a/docs/configobj.rst ++++ b/docs/configobj.rst +@@ -32,7 +32,7 @@ + The best introduction to working with ConfigObj, including the powerful configuration validation system, + is the article: + +- * `An Introduction to ConfigObj `_ ++ * `An Introduction to ConfigObj `_ + + + Introduction +-- +2.27.0 + diff --git a/python-configobj.spec b/python-configobj.spec index de287ae..78a3350 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,12 +2,14 @@ Name: python-configobj Version: 5.0.6 -Release: 18 +Release: 19 Summary: ConfigObj is a simple but powerful config file reader and writer License: BSD URL: http://configobj.readthedocs.org/ Source0: https://github.com/DiffSK/configobj/archive/v%{version}.tar.gz +Patch0: 0001-changed-1-link-in-rest-docs.patch + BuildRequires:python3-devel python3-pytest python3-setuptools python3-six BuildArch: noarch @@ -56,6 +58,9 @@ export PYTHONWARNINGS=always %{python3_sitelib}/* %changelog +* Mon May 8 2023 Jiangtian Feng - 5.0.6-19 +- update the introduction web link + * Fri Oct 21 2022 liubo - 5.0.6-18 - rebuild the version to 5.0.6-18 -- Gitee