diff --git a/python-subprocess-tee.changes b/python-subprocess-tee.changes index 34872ef..c213283 100644 --- a/python-subprocess-tee.changes +++ b/python-subprocess-tee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 15:09:42 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + ------------------------------------------------------------------- Mon Jul 17 07:05:58 UTC 2023 - Steve Kowalik diff --git a/python-subprocess-tee.spec b/python-subprocess-tee.spec index 267ada7..dafc1d1 100644 --- a/python-subprocess-tee.spec +++ b/python-subprocess-tee.spec @@ -1,7 +1,7 @@ # # spec file for package python-subprocess-tee # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,8 +49,7 @@ any tool that executes long-running child processes. For those, you do want to provide instant feedback (progress) related to what is happening. %prep -%setup -q -n subprocess-tee-%{version} -%patch1 -p1 +%autosetup -p1 -n subprocess-tee-%{version} %build %pyproject_wheel