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 0000000000000000000000000000000000000000..115cfae77fdd9ceca5d5447e77b28b28f7a557e5 --- /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 de287ae57e6dd08e99b6d1a65d4b300479603f46..78a3350b9337b856a340f067adac954cf884e613 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