diff --git a/backport-0001-Clean-up-some-FAQ-Frequently-asked-question-repetiti.patch b/backport-0001-Clean-up-some-FAQ-Frequently-asked-question-repetiti.patch new file mode 100644 index 0000000000000000000000000000000000000000..fd367707f57df1b2f1f59c30468c97465d5e06f0 --- /dev/null +++ b/backport-0001-Clean-up-some-FAQ-Frequently-asked-question-repetiti.patch @@ -0,0 +1,27 @@ +From 14e7f1f5407344f215f0b06b5cbe49fe65e90d1d Mon Sep 17 00:00:00 2001 +From: Kyle Altendorf +Date: Sat, 3 Oct 2020 10:04:12 -0400 +Subject: [PATCH] Clean up some FAQ/Frequently asked question repetition in + readme (#53) + +--- + README.rst | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/README.rst b/README.rst +index 4c9fbed..3c14e11 100644 +--- a/README.rst ++++ b/README.rst +@@ -34,8 +34,7 @@ Features that distinguish it from other similar libraries (see `Alternatives and + `_, who appears + to be a Microsoft employee: + +- FAQ: Is MoveFileEx atomic +- Frequently asked question: Is MoveFileEx atomic if the existing and new ++ Question: Is MoveFileEx atomic if the existing and new + files are both on the same drive? + + The simple answer is "usually, but in some cases it will silently fall-back +-- +2.39.0.windows.2 + diff --git a/python-atomicwrites.spec b/python-atomicwrites.spec index a7639f0f5e6bf2a353fda0c3bba7a21e6ee91729..4cc75e8fb8372b8bde0a7417142719d76778b7c7 100644 --- a/python-atomicwrites.spec +++ b/python-atomicwrites.spec @@ -8,7 +8,7 @@ It sports:\ Name: python-atomicwrites Version: 1.4.0 -Release: 1 +Release: 2 Summary: Python Atomic file writes on POSIX License: MIT URL: https://github.com/untitaker/%{name} @@ -17,6 +17,8 @@ BuildArch: noarch BuildRequires: python3-devel python3-setuptools python3-sphinx python3-pytest +Patch0001: backport-0001-Clean-up-some-FAQ-Frequently-asked-question-repetiti.patch + %description %_description %package -n python3-atomicwrites @@ -58,6 +60,9 @@ cp -r docs/_build/man/*.1 "$RPM_BUILD_ROOT%{_mandir}/man1" %{_mandir}/man1/atomicwrites.1.* %changelog +* Sat Jan 7 2023 yangbo - 1.4.0-2 +- Clean up some FAQ/Frequently asked question repetition in readme (#53) + * Thu Oct 13 2022 Ge Wang - 1.4.0-1 - Update to version 1.4.0