diff --git a/godot.changes b/godot.changes index 3b7e234..a47b7ad 100644 --- a/godot.changes +++ b/godot.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 11:11:10 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Fri Feb 16 12:00:00 UTC 2024 - cunix@mail.de diff --git a/godot.spec b/godot.spec index d651939..a7b31f2 100644 --- a/godot.spec +++ b/godot.spec @@ -244,8 +244,7 @@ Enhances: (%{name}-runner and bash-completion) Bash command line completion support for %{name} and %{name}-runner %prep -%setup -q -n %{name}-%{version}-stable -%patch0 -p1 +%autosetup -p1 -n %{name}-%{version}-stable cp thirdparty/README.md thirdparty_README.md