diff --git a/python-click-man.changes b/python-click-man.changes index 8e90081..92b0bfd 100644 --- a/python-click-man.changes +++ b/python-click-man.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 14:47:29 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + ------------------------------------------------------------------- Tue Mar 31 12:35:39 UTC 2020 - Marketa Calabkova diff --git a/python-click-man.spec b/python-click-man.spec index fa08feb..cc7861e 100644 --- a/python-click-man.spec +++ b/python-click-man.spec @@ -1,7 +1,7 @@ # # spec file for package python-click-man # -# Copyright (c) 2020 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 @@ -39,8 +39,7 @@ BuildArch: noarch Automate generation of man pages for Python Click applications. %prep -%setup -q -n click-man-%{version} -%patch1 -p1 +%autosetup -p1 -n click-man-%{version} %build export LANG=en_US.UTF-8